diff --git a/src/app/page.tsx b/src/app/page.tsx index cb4489d..3c3b101 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { title="Authentic Flavors" description="At 6 Colombo, we pride ourselves on blending traditional Sri Lankan recipes with fresh, locally sourced ingredients." imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg" + useInvertedBackground={false} /> @@ -82,6 +83,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" title="Guest Reviews" + description="What our customers are saying." + useInvertedBackground={false} testimonials={[{ id: "1", name: "Arjun Silva", handle: "@arjun_s", testimonial: "The best Kottu in Colombo!" }]} /> @@ -90,8 +93,10 @@ export default function LandingPage() { @@ -100,6 +105,7 @@ export default function LandingPage() { title="Contact Us" description="Reach out to us for orders or reservations." inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "phone", type: "tel", placeholder: "Phone" }]} + useInvertedBackground={false} />