diff --git a/src/app/page.tsx b/src/app/page.tsx index b8133f0..ce7b3f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" title="Our Menu" description="Handcrafted bagels, delicious breakfast plates, and freshly baked pastries." + useInvertedBackground={false} /> @@ -68,6 +69,7 @@ export default function LandingPage() { textboxLayout="default" title="What Locals Say" description="Our customers are the heartbeat of our shop. Read about their favorite morning rituals." + useInvertedBackground={false} testimonials={[ { id: "ts1", name: "Alice T.", date: "Jan 2025", title: "Great vibe!", quote: "The best bagels in Gorham, hands down.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-up-delicious-alfajores-concept_23-2148777344.jpg" }, { id: "ts3", name: "Claire S.", date: "Dec 2024", title: "Breakfast Heaven", quote: "Their western omelette is exactly what I need on a Sunday.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/homemade-smores_123827-21701.jpg" }