From f3d79ae51cfbd98474ed7ffb5e40cd4f13d011b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:55:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ded2ea3..863e119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,14 +81,18 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[]} + testimonials={[ + { id: "t1", name: "Sarah Jenkins", role: "Event Planner", company: "Corporate Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-businesswoman-standing-with-arms-crossed-against-isolated-background_662251-639.jpg" }, + { id: "t2", name: "Mark Thompson", role: "Groom", company: "Wedding Clients", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, + { id: "t3", name: "Elena Rodriguez", role: "Founder", company: "Tech Innovators", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg" } + ]} kpiItems={[ { value: "100+", label: "Years Served" }, { value: "1M+", label: "Milestones" }, { value: "5.0", label: "Rating" }, ]} title="Generations of Joy" - description="Hear from our satisfied guests." + description="Hear from our satisfied guests who have celebrated their most cherished moments with us." /> @@ -146,4 +150,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}