From 39f9bdc4f5938814a8e0957f551d5762140977f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:25:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ]} /> -- 2.49.1