diff --git a/src/app/page.tsx b/src/app/page.tsx index 04b3420..b988ca9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { brandName="ANVAYA ROOTS" navItems={navItems} button={{ - text: "Call Now", href: "tel:+919876543210"}} + text: "Order Your Custom Bag Today", href: "tel:+919876543210"}} buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text font-semibold rounded-soft px-4 py-2" /> @@ -80,7 +80,7 @@ export default function HomePage() { imageAlt: "Custom design process"}, ]} buttons={[ - { text: "Call Now", href: "tel:+919876543210" }, + { text: "Order Your Custom Bag Today", href: "/custom-order" }, { text: "Customize Your Bag", href: "/custom-order" }, ]} buttonAnimation="slide-up" @@ -326,4 +326,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}