Merge version_8 into main #7

Merged
development merged 2 commits from version_8 into main 2026-01-24 17:40:26 +00:00
Showing only changes of commit 6f13e0bc68 - Show all commits

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
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 +150,4 @@ export default function HomePage() {
<FooterLogoReveal logoText="Geüpcycled Threads" />
</ThemeProvider>
);
}
}