Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0ceaf5a77 | |||
| 6f13e0bc68 | |||
| 0943ac7a97 |
@@ -1251,4 +1251,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,12 +45,13 @@ export default function HomePage() {
|
||||
title="Transformeer Oud in Nieuw"
|
||||
titleClassName="text-7xl md:text-8xl lg:text-9xl"
|
||||
description="Ontdek duurzaam vervaardigde modestukken gemaakt van geüpcycled materialen. Elk kledingstuk vertelt een verhaal van transformatie, creativiteit en milieuverantwoordelijkheid."
|
||||
descriptionClassName="text-lg md:text-xl pt-8 md:pt-12"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Eco-Bewuste Mode"
|
||||
tagIcon={Leaf}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg"
|
||||
imageAlt="Geüpcycled mode transformatie showcase"
|
||||
imageClassName="w-1/2 h-auto object-cover object-center"
|
||||
imageClassName="w-1/2 h-auto object-cover object-center crop-20"
|
||||
buttons={[
|
||||
{ text: "Verken Winkel", href: "/shop" },
|
||||
{ text: "Lees Ons Verhaal", href: "/about" }
|
||||
@@ -150,4 +151,4 @@ export default function HomePage() {
|
||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user