Compare commits
2 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c4df953cc | |||
| 286f4619e7 |
@@ -1251,4 +1251,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -36,7 +36,7 @@ export default function HomePage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Duurzame Mode"
|
bottomLeftText="Duurzame Mode"
|
||||||
bottomRightText="hallo@geupycyledthreads.nl"
|
bottomRightText="hallo@geupycledthreads.nl"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ export default function HomePage() {
|
|||||||
imageAlt="Geüpcycled mode transformatie showcase"
|
imageAlt="Geüpcycled mode transformatie showcase"
|
||||||
imageClassName="w-1/2 h-auto object-cover object-center crop-20"
|
imageClassName="w-1/2 h-auto object-cover object-center crop-20"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Verken Winkel", href: "/shop" },
|
{ text: "Shop Nu & Ontdek", href: "/shop" },
|
||||||
{ text: "Lees Ons Verhaal", href: "/about" }
|
{ text: "Lees Ons Verhaal", href: "/about" }
|
||||||
]}
|
]}
|
||||||
buttonClassName="px-8 py-4 text-lg font-semibold"
|
buttonClassName="px-8 py-4 text-lg font-semibold"
|
||||||
@@ -151,4 +151,4 @@ export default function HomePage() {
|
|||||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user