Update src/app/page.tsx
This commit is contained in:
@@ -81,14 +81,18 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
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={[
|
kpiItems={[
|
||||||
{ value: "100+", label: "Years Served" },
|
{ value: "100+", label: "Years Served" },
|
||||||
{ value: "1M+", label: "Milestones" },
|
{ value: "1M+", label: "Milestones" },
|
||||||
{ value: "5.0", label: "Rating" },
|
{ value: "5.0", label: "Rating" },
|
||||||
]}
|
]}
|
||||||
title="Generations of Joy"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user