Update src/app/services/page.tsx
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user