Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-10 08:14:22 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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}
/>
</div>