Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:55:30 +00:00
parent 070ab650f6
commit f3d79ae51c

View File

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