diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f31940..4e19274 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,9 @@ 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" @@ -188,13 +186,13 @@ export default function LandingPage() { @@ -228,4 +226,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file