|
|
|
|
@@ -50,12 +50,13 @@ 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/3 h-auto"
|
|
|
|
|
imageClassName="w-1/2 h-auto object-cover object-center"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Verken Winkel", href: "/shop" },
|
|
|
|
|
{ text: "Lees Ons Verhaal", href: "/about" }
|
|
|
|
|
]}
|
|
|
|
|
buttonClassName="px-8 py-4 text-lg font-semibold"
|
|
|
|
|
mediaWrapperClassName="flex justify-center items-center"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -106,7 +107,7 @@ export default function HomePage() {
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardOne
|
|
|
|
|
title="Wat Klanten Ervan Houden"
|
|
|
|
|
description="Echte recensies van mensen die hun perfecte geüpcycled stuk hebben ontdekt"
|
|
|
|
|
description="1,200+ glückliche Kunden vertrauen uns - Echte recensies van mensen die hun perfecte geüpcycled stuk hebben ontdekt"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Emma S.", role: "Mode Liefhebber", company: "Amsterdam", rating: 5,
|
|
|
|
|
@@ -141,7 +142,7 @@ export default function HomePage() {
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Neem Contact Op", href: "/contact" },
|
|
|
|
|
{ text: "Volg @geupycyledthreads", href: "https://instagram.com" }
|
|
|
|
|
{ text: "Volg @geupycledthreads", href: "https://instagram.com" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -149,4 +150,4 @@ export default function HomePage() {
|
|
|
|
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|