From 86fe172e284a777d56294b2b3bd56ec43de09ddd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:39:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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() {