Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-05 01:47:29 +00:00

View File

@@ -94,6 +94,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
showRating={true}
useInvertedBackground={false}
title="Neighbors Love Our Flavors"
description="Hear what our local community has to say about their favorite taco spot."
testimonials={[
@@ -110,6 +111,7 @@ export default function LandingPage() {
description="We take orders over the phone for pickup! Give us a call or stop by to place your order on-site."
buttons={[{ text: "Call Us Now", href: "tel:+15551234567" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>