3 Commits

Author SHA1 Message Date
f830b13f6e Merge version_4 into main
Merge version_4 into main
2026-05-07 06:43:38 +00:00
aee62fbcdf Merge version_3 into main
Merge version_3 into main
2026-05-07 06:43:35 +00:00
9510de8002 Update src/app/page.tsx 2026-05-07 06:43:35 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Discover our handpicked collection of shoes, clothing, and accessories designed for quality and timeless style."
buttons={[
{
text: "Shop Now", href: "#products"},
text: "Explore the Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg"
imageAlt="Brand 36 Collection"
@@ -250,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}