3 Commits

Author SHA1 Message Date
21b8c93e97 Update src/app/page.tsx 2026-01-24 17:33:20 +00:00
ce9df4fe51 Update src/app/page.tsx 2026-01-24 17:31:01 +00:00
490370b7c8 Update src/app/layout.tsx 2026-01-24 17:31:00 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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>