Update src/app/services/page.tsx

This commit is contained in:
2026-03-06 10:13:45 +00:00
parent 9b7df3f9be
commit 1128c32e95

View File

@@ -33,7 +33,7 @@ export default function ServicesPage() {
{ name: "Products", id: "products" },
{ name: "Schools", id: "schools" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Call Now", href: "tel:+919876543210" }}
/>
@@ -56,7 +56,7 @@ export default function ServicesPage() {
},
{
id: "custom", badge: "Popular", badgeIcon: Star,
price: "₹300-500", subtitle: "Custom uniform stitching", buttons: [{ text: "Order Now", href: "#contact" }],
price: "₹300-500", subtitle: "Custom uniform stitching", buttons: [{ text: "Order Now", href: "/contact" }],
features: [
"Accurate measurements", "Custom design options", "Premium quality fabrics", "Perfect fit guaranteed"
],