7 Commits

Author SHA1 Message Date
b915c8176b Update src/app/page.tsx 2026-03-03 13:26:47 +00:00
7211023083 Update src/app/layout.tsx 2026-03-03 13:26:46 +00:00
47ec24aed7 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:24:55 +00:00
ba3723f723 Update src/app/page.tsx 2026-03-03 13:24:51 +00:00
9967e5473f Merge version_1 into main
Merge version_1 into main
2026-03-03 13:20:25 +00:00
e7f1072a69 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:19:04 +00:00
42829adc48 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:17:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="GELRY"
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>
);
}
}