Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f13e0bc68 | |||
| 0943ac7a97 | |||
| 21b8c93e97 | |||
| ce9df4fe51 | |||
| 490370b7c8 |
@@ -50,12 +50,13 @@ 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/3 h-auto"
|
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" }
|
||||||
]}
|
]}
|
||||||
buttonClassName="px-8 py-4 text-lg font-semibold"
|
buttonClassName="px-8 py-4 text-lg font-semibold"
|
||||||
|
mediaWrapperClassName="flex justify-center items-center"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -106,7 +107,7 @@ export default function HomePage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
title="Wat Klanten Ervan Houden"
|
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={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Emma S.", role: "Mode Liefhebber", company: "Amsterdam", rating: 5,
|
id: "1", name: "Emma S.", role: "Mode Liefhebber", company: "Amsterdam", rating: 5,
|
||||||
@@ -141,7 +142,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Neem Contact Op", href: "/contact" },
|
{ text: "Neem Contact Op", href: "/contact" },
|
||||||
{ text: "Volg @geupycyledthreads", href: "https://instagram.com" }
|
{ text: "Volg @geupycledthreads", href: "https://instagram.com" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user