From 98945b0369f80d9839f61efefa0755786b405d3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:49:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59120e9..7bc50bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,18 @@ export default function LandingPage() { { text: "Explore Designs", href: "#features" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg?_wi=1" - imageAlt="Red rose arrangement" - videoSrc="" - mediaPosition="right" + mediaItems={[ + { + imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg?_wi=1", imageAlt: "Red rose arrangement" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", imageAlt: "Wedding flowers ceremony" + } + ]} + mediaAnimation="slide-up" + rating={5} + ratingText="Loved by customers" + background={{ variant: "plain" }} />