Update src/app/page.tsx
This commit is contained in:
@@ -106,7 +106,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 +141,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 +149,4 @@ export default function HomePage() {
|
||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user