Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-14 03:39:32 +00:00

View File

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