diff --git a/src/app/page.tsx b/src/app/page.tsx index d6ab395..a704013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { description="Summer treats, unforgettable events, and a brand-new chapter. Your favorite ice cream truck is rolling back into town with classic treats, frozen novelties, and smiles." background={{ variant: "plain" }} buttons={[ - { text: "Book the Truck", href: "#booking" }, + { text: "Book Now", href: "#booking" }, { text: "Learn More", href: "#about" } ]} layoutOrder="default" @@ -121,7 +121,7 @@ export default function LandingPage() { ]} gridVariant="three-columns-all-equal-width" buttons={[ - { text: "Book the Truck", href: "#booking" } + { text: "Book Now", href: "#booking" } ]} buttonAnimation="opacity" /> @@ -135,7 +135,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Book Now", href: "mailto:booking@nicebite.local" }, - { text: "Contact Us", href: "tel:+1234567890" } + { text: "Call Now", href: "tel:+1234567890" } ]} />