Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c810fdda0 | |||
| 7a79b5d997 | |||
| 476b8aecea |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
logoText="GELRY"
|
logoText="GELRY"
|
||||||
description="Curated Nordic fashion meets timeless minimalism. Premium pieces for the refined lifestyle."
|
description="Curated Nordic fashion meets timeless minimalism. Premium pieces for the refined lifestyle."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "products" },
|
{ text: "Explore Collection", href: "products" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ 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"
|
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-orange-overalls-with-hat-confidently-posing-camera-outdoor_574295-4350.jpg"
|
||||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Featured Collection"
|
title="Featured Collection"
|
||||||
description="Discover our handpicked selection of premium pieces that define contemporary style"
|
description="Premium quality at Nordic-fair prices. Investment pieces that last and define contemporary style"
|
||||||
tag="New Arrivals"
|
tag="New Arrivals"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
products={[
|
products={[
|
||||||
@@ -197,4 +197,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user