1 Commits

Author SHA1 Message Date
23a3d3027c Update src/app/page.tsx 2026-04-17 09:41:37 +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>
);
}
}