From 4c16f78a10ae03dc51ea0a4ded7630fe0e21443e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:35:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7227a77..530e373 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,6 +99,7 @@ export default function LandingPage() { mediaAnimation="blur-reveal" videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhjgD4BmL9H3rZrSU0gTVozi2g/iron-man-mark-85-suit-hovering-in-a-high-1774948454893-c50e9921.png?_wi=1" videoAriaLabel="Feature Video" + useInvertedBackground={false} /> @@ -107,6 +108,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + showRating={true} testimonials={[ { id: "t1", name: "Tony S.", handle: "@iron_fan", testimonial: "The detail on the suit is unmatched.", rating: 5, @@ -124,7 +126,7 @@ export default function LandingPage() { id: "t5", name: "Stephen S.", handle: "@sorcerer_supreme", testimonial: "The craftsmanship is nothing short of magical.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhjgD4BmL9H3rZrSU0gTVozi2g/portrait-of-a-happy-marvel-collector-tec-1774948452774-ec8610fc.png?_wi=2"}, ]} - showRating={true} + kpiItems={[{value:"10k+",label:"Collectors"},{value:"500+",label:"Items"},{value:"4.9",label:"Rating"}]} title="Voices from the Multiverse" description="Verified collectors rate their experience." /> -- 2.49.1