5 Commits

Author SHA1 Message Date
093fb93a96 Merge version_4 into main
Merge version_4 into main
2026-04-15 16:52:57 +00:00
0e012ea5b8 Update src/app/page.tsx 2026-04-15 16:52:54 +00:00
d28776a02b Merge version_3 into main
Merge version_3 into main
2026-04-15 16:52:18 +00:00
60bfeb22c1 Update src/app/page.tsx 2026-04-15 16:52:12 +00:00
5f19bc24a5 Merge version_2 into main
Merge version_2 into main
2026-04-15 16:50:54 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="LuxeAccessory"
description="Timeless accessories designed for the modern individual. Discover our curated collection of men and women's essential pieces."
description="Timeless accessories designed for the modern individual. Elevate your everyday outfits with premium, hand-crafted details that make every moment count."
buttons={[
{
text: "Shop Collection", href: "#products"},
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}