Update src/app/page.tsx

This commit is contained in:
2026-03-04 17:50:29 +00:00
parent 4f91bafcf7
commit fa7bad8671

View File

@@ -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"
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}