From f1d6a4ba7d69cd9e73a474ba893fe1ce54b940e6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:39:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac6b163..b4ffd6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Flame, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -81,6 +80,7 @@ export default function LandingPage() { textboxLayout="split" title="Why Choose Tiagos?" description="Quality matters in everything we do." + useInvertedBackground={false} features={[ { id: "f1", title: "Fresh Produce", subtitle: "Daily Sourced", category: "Ingredients", value: "100%" }, { id: "f2", title: "Hand-Pressed", subtitle: "Traditional", category: "Method", value: "Manual" } @@ -94,6 +94,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" title="Hear From Our Guests" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah J.", handle: "@sarahfoodie", testimonial: "The best carnitas in town! Truly authentic experience.", rating: 5 } ]} @@ -105,6 +106,8 @@ export default function LandingPage() { names={["Food Weekly", "Taco Guide", "City Bites", "Local Eats"]} title="As Seen In" description="Featured in leading food magazines and local guides." + textboxLayout="default" + useInvertedBackground={false} /> @@ -115,6 +118,7 @@ export default function LandingPage() { description="Get in touch with the Tiagos team today." buttons={[{ text: "Send us an email", href: "mailto:info@tiagostacos.com" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1