diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a04f4cc..4c01fea 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" ],