diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a59c8c..5035fd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Shop Now", href: "products" + text: "Shop Now", + href: "products" }} /> @@ -51,10 +52,12 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", imageAlt: "Latest iPhone showcase" + imageSrc: "https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", + imageAlt: "Latest iPhone showcase" }, { - imageSrc: "https://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg", imageAlt: "iPhone 15 Pro premium model" + imageSrc: "https://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg", + imageAlt: "iPhone 15 Pro premium model" } ]} rating={5} @@ -66,145 +69,6 @@ export default function LandingPage() { /> -