diff --git a/src/app/page.tsx b/src/app/page.tsx index 161e0e5..f83e63c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,8 @@ export default function HomePage() { { text: "Shop Home Gadgets", href: "/home-living" }, { text: "Learn More", href: "/#why-choose-us" } ]} - imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg").url} - imageAlt={resolveAsset("http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg").alt} - useInvertedBackground={false} + imageSrc={resolveAsset("asset://hero-home-gadgets-1").url} + imageAlt={resolveAsset("asset://hero-home-gadgets-1").alt} buttonAnimation="opacity" /> @@ -79,9 +78,8 @@ export default function HomePage() { { text: "Shop Luxury Decor", href: "/home-living" }, { text: "Discover Collections", href: "/home-living" } ]} - imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decoration-generated-by-ai_188544-21535.jpg").url} - imageAlt={resolveAsset("http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decoration-generated-by-ai_188544-21535.jpg").alt} - useInvertedBackground={true} + imageSrc={resolveAsset("asset://hero-luxury-decor-1").url} + imageAlt={resolveAsset("asset://hero-luxury-decor-1").alt} buttonAnimation="opacity" /> @@ -94,9 +92,8 @@ export default function HomePage() { { text: "Shop Fashion Trends", href: "/fashion-apparel" }, { text: "Explore New Arrivals", href: "/fashion-apparel" } ]} - imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/young-woman-with-packets-near-wall_23-2147950250.jpg").url} - imageAlt={resolveAsset("http://img.b2bpic.net/free-photo/young-woman-with-packets-near-wall_23-2147950250.jpg").alt} - useInvertedBackground={false} + imageSrc={resolveAsset("asset://hero-fashion-trends-1").url} + imageAlt={resolveAsset("asset://hero-fashion-trends-1").alt} buttonAnimation="opacity" /> @@ -154,7 +151,6 @@ export default function HomePage() { { icon: Instagram, href: "https://instagram.com/globalhomestyle", ariaLabel: "Instagram" }, { icon: Twitter, href: "https://twitter.com/globalhomestyle", ariaLabel: "Twitter" } ]} - navItems={globalNavItems} useInvertedBackground={false} />