Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-01-24 17:40:25 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
tagIcon={Leaf} tagIcon={Leaf}
imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg" imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg"
imageAlt="Geüpcycled mode transformatie showcase" 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={[ buttons={[
{ text: "Verken Winkel", href: "/shop" }, { text: "Verken Winkel", href: "/shop" },
{ text: "Lees Ons Verhaal", href: "/about" } { text: "Lees Ons Verhaal", href: "/about" }
@@ -150,4 +150,4 @@ export default function HomePage() {
<FooterLogoReveal logoText="Geüpcycled Threads" /> <FooterLogoReveal logoText="Geüpcycled Threads" />
</ThemeProvider> </ThemeProvider>
); );
} }