From 6deb3d5f7a91de69d0e285644f690358e1fc59a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:43:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94963c7..ba10a60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,8 +103,8 @@ export default function LandingPage() { title="What Locals Say" description="Join the hundreds of happy neighbors enjoying the best BBQ in Fulshear." testimonials={[ - { id: "1", name: "John D.", role: "Local Resident", company: "Fulshear", rating: 5 }, - { id: "2", name: "Mary S.", role: "Regular", company: "Cinco Ranch", rating: 5 }, + { id: "1", name: "John D.", role: "Local Resident", company: "Fulshear", rating: 5, imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=200" }, + { id: "2", name: "Mary S.", role: "Regular", company: "Cinco Ranch", rating: 5, imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200" }, ]} kpiItems={[ { value: "500+", label: "Happy Neighbors" }, @@ -126,6 +126,7 @@ export default function LandingPage() { title="Got Questions?" faqsAnimation="slide-up" description="Frequently Asked Questions" + imageSrc="https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?q=80&w=800" /> @@ -138,6 +139,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }, ]} + imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800" /> -- 2.49.1