This commit is contained in:
Iliyan Angelov
2025-10-10 21:54:39 +03:00
parent f962401565
commit 76c857b4f5
49 changed files with 4070 additions and 1353 deletions

View File

@@ -61,11 +61,8 @@ const ServicePricing = ({ service }: ServicePricingProps) => {
{service.title}
</h3>
<div className="price-display">
<span className="price-amount">
{service.formatted_price}
</span>
<span className="price-period">
Starting Price
Contact Us for Pricing
</span>
</div>
</div>