Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-10 19:25:23 +00:00

View File

@@ -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" }
]}
/>
</div>