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" }} />