Merge version_9 into main #9

Merged
bender merged 1 commits from version_9 into main 2026-05-23 21:43:04 +00:00

View File

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