Update src/app/page.tsx

This commit is contained in:
2026-05-10 06:49:16 +00:00
parent 6133ba106f
commit 86c570a040

View File

@@ -124,13 +124,13 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "1", name: "Sarah S.", imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" }, { id: "1", name: "Sarah S. (Omaha Homeowner)", imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
{ id: "2", name: "Alex L.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2" }, { id: "2", name: "Alex L. (Bellevue Business Owner)", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2" },
{ id: "3", name: "Marni H.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" }, { id: "3", name: "Marni H. (Elkhorn Resident)", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153827.jpg?_wi=2" }, { id: "4", name: "David K. (Council Bluffs)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153827.jpg?_wi=2" },
{ id: "5", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-smiling_107420-12106.jpg" } { id: "5", name: "Elena R. (Papillion)", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-smiling_107420-12106.jpg" }
]} ]}
cardTitle="5.0 Stars. 28 Reviews. Zero Surprises." cardTitle="5.0 Stars. Trusted by your Omaha Neighbors."
cardTag="Customer Stories" cardTag="Customer Stories"
buttons={[{ text: "Read all on Google", href: "#" }]} buttons={[{ text: "Read all on Google", href: "#" }]}
cardAnimation="slide-up" cardAnimation="slide-up"