diff --git a/src/app/page.tsx b/src/app/page.tsx index 7149be7..7b00c0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/human-hand-working-with-laptop-networking-technology_53876-42684.jpg", imageAlt: "Luxury classic gold watch" - }, + imageSrc: "http://img.b2bpic.net/free-photo/human-hand-working-with-laptop-networking-technology_53876-42684.jpg", imageAlt: "Luxury classic gold watch"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-clock-white-table_23-2147992756.jpg", imageAlt: "Premium modern timepiece" - }, + imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-clock-white-table_23-2147992756.jpg", imageAlt: "Premium modern timepiece"}, ]} mediaAnimation="slide-up" rating={5} @@ -127,8 +125,7 @@ export default function LandingPage() {