3 Commits

Author SHA1 Message Date
3a07145d29 Merge version_2 into main
Merge version_2 into main
2026-05-09 18:54:45 +00:00
1f0018171c Update src/app/page.tsx 2026-05-09 18:54:39 +00:00
09a3cdd6c2 Merge version_1 into main
Merge version_1 into main
2026-05-09 18:53:38 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{
text: "Shop Now", href: "#products"},
{
text: "Explore Collection", href: "#about"},
text: "View About Philosophy", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/client-is-going-buy-clothes-shop_7502-9385.jpg"
imageAlt="elegant clothing fashion studio"
@@ -195,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}