From 7b4b7d02e460b05e9bcdbe8d25fd5a43febc8f88 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:33:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e19274..9f31940 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,11 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-rose-bouquet_23-2148380903.jpg", imageAlt: "Elegant romantic bouquet with soft pink roses"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-rose-bouquet_23-2148380903.jpg", imageAlt: "Elegant romantic bouquet with soft pink roses" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-eachother-support_23-2150446039.jpg", imageAlt: "Happy couple exchanging romantic gift"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-eachother-support_23-2150446039.jpg", imageAlt: "Happy couple exchanging romantic gift" + }, ]} rating={5} ratingText="Trusted by thousands of lovers" @@ -186,13 +188,13 @@ export default function LandingPage() { @@ -226,4 +228,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1