Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-03 13:26:52 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -41,9 +41,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="GELRY"
description="Elevate Your Wardrobe with Timeless Nordic Fashion. Discover curated pieces that blend premium craftsmanship with minimalist elegance for the modern lifestyle."
description="Curated Nordic fashion meets timeless minimalism. Premium pieces for the refined lifestyle."
buttons={[
{ text: "Explore Collection", href: "products" },
{ text: "Shop Now", href: "products" },
{ text: "Learn More", href: "about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-orange-overalls-with-hat-confidently-posing-camera-outdoor_574295-4350.jpg"
@@ -197,4 +197,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}