Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 09:41:41 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroCentered
background={{ variant: "plain" }}
title="ZX Store: Redefining Modern Style"
description="Discover curated collections that blend comfort with contemporary fashion. Quality apparel designed for the modern individual."
description="Elevate your daily wardrobe with premium, ethically-sourced essentials designed for comfort and longevity."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-girl-brown-coat-woman-riding-electric-scooter_1157-47569.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/stylish-african-american-woman-printed-tshirt-posed-outdoor-against-window_627829-2285.jpg", alt: "Customer" },
@@ -189,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}