diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e3dfc5..8b691c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "View New Arrivals", href: "#featured" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347081.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347081.jpg" imageAlt="Premium luxury men's accessories collection" frameStyle="card" mediaAnimation="slide-up" @@ -112,10 +112,9 @@ export default function LandingPage() { tag="Our Story" tagIcon={Heart} buttons={[{ text: "Learn More", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347081.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347081.jpg" imageAlt="Our luxury accessory collection" useInvertedBackground={true} - mediaAnimation="opacity" buttonAnimation="opacity" containerClassName="py-20" /> @@ -209,7 +208,7 @@ export default function LandingPage() {