diff --git a/src/app/page.tsx b/src/app/page.tsx index e1dfac3..9805977 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,62 +45,39 @@ export default function LandingPage() {
@@ -120,73 +89,39 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarahcooks", - testimonial: "Super friendly and truly helpful, found the exact curry paste I needed.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-835.jpg?_wi=1", - }, + id: "1", name: "Sarah Miller", handle: "@sarahcooks", testimonial: "Super freundlich und wirklich hilfreich, habe genau die Currypaste gefunden, die ich brauchte.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-835.jpg?_wi=1"}, { - id: "2", - name: "Mark Weber", - handle: "@mark_eats", - testimonial: "Finally a shop that provides insider tips rather than just selling products.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/influencer-films-vlog-around-food-shop_482257-86912.jpg", - }, + id: "2", name: "Mark Weber", handle: "@mark_eats", testimonial: "Endlich ein Laden, der Insider-Tipps gibt, statt nur Produkte zu verkaufen.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/influencer-films-vlog-around-food-shop_482257-86912.jpg"}, { - id: "3", - name: "Elena Fischer", - handle: "@elena_kitchen", - testimonial: "The selection is small but extremely curated. Always finding something special.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-local-bio-store-buys-veggies_482257-76278.jpg", - }, + id: "3", name: "Elena Fischer", handle: "@elena_kitchen", testimonial: "Die Auswahl ist klein, aber extrem kuratiert. Finde immer etwas Besonderes.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-local-bio-store-buys-veggies_482257-76278.jpg"}, { - id: "4", - name: "Tom Becker", - handle: "@tomb_cooking", - testimonial: "Excellent service and genuine quality. My go-to place in the city.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110824.jpg", - }, + id: "4", name: "Tom Becker", handle: "@tomb_cooking", testimonial: "Exzellenter Service und echte Qualität. Mein Lieblingsladen in der Stadt.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110824.jpg"}, { - id: "5", - name: "Julia Chen", - handle: "@juliacooks", - testimonial: "The staff really knows their stuff! My stir-fries have leveled up significantly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-835.jpg?_wi=2", - }, + id: "5", name: "Julia Chen", handle: "@juliacooks", testimonial: "Das Personal kennt sich wirklich aus! Meine Stir-Fries sind deutlich besser geworden.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-835.jpg?_wi=2"}, ]} showRating={true} - title="What our customers say" - description="Real experiences from our local community of home cooks." + title="Was unsere Kunden sagen" + description="Echte Erfahrungen aus unserer lokalen Community von Hobbyköchen." />
); -} +} \ No newline at end of file