From 4ab46735f9442c281f95db92b6da747abf325f2a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:24:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 277 +++++++++++------------------------------------ 1 file changed, 65 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16002a4..bdf3aaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Clock, Pizza, Smile } from "lucide-react"; +import { Clock, Pizza, Smile, Phone, Mail, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -33,66 +33,48 @@ export default function LandingPage() {
@@ -106,76 +88,31 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Margherita", - price: "7,50 €", - variant: "Klassisch", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg", - }, + id: "p1", name: "Gartengestaltung", price: "Individuell", variant: "Neuanlagen", imageSrc: "http://img.b2bpic.net/free-photo/landscaper-working-with-tools-garden_23-2148792067.jpg"}, { - id: "p2", - name: "Salami", - price: "8,50 €", - variant: "Würzig", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-slices-cutting-board_23-2148574253.jpg", - }, + id: "p2", name: "Rasenpflege", price: "Ab 50 €", variant: "Wöchentlich", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lawn-mower-grass_23-2148906511.jpg"}, { - id: "p3", - name: "Veggie", - price: "9,00 €", - variant: "Frisch", - imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg", - }, - { - id: "p4", - name: "Funghi", - price: "8,00 €", - variant: "Erdig", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-mushroom-pizza_23-2148601589.jpg", - }, - { - id: "p5", - name: "Quattro Formaggi", - price: "10,00 €", - variant: "Käsig", - imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg", - }, - { - id: "p6", - name: "Hawaii", - price: "9,50 €", - variant: "Exotisch", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-pizza-shrimp-pizza_1417-133.jpg", - }, + id: "p3", name: "Baumpflege", price: "Auf Anfrage", variant: "Profi", imageSrc: "http://img.b2bpic.net/free-photo/tree-pruning-process-garden_23-2148820123.jpg"}, ]} - title="Unsere Spezialitäten" - description="Wählen Sie aus einer Vielzahl von hausgemachten Pizzen." + title="Unsere Leistungen" + description="Wir bieten professionelle Lösungen für alle Ihre gärtnerischen Anforderungen." />
@@ -187,49 +124,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Müller", - handle: "@sarah", - testimonial: "Die beste Pizza in Helmstedt! Super freundliches Personal.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", - }, + id: "t1", name: "Familie Schmidt", handle: "@kunden", testimonial: "Unser Garten sieht dank Grün & Stark endlich so aus, wie wir es uns immer gewünscht haben.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-in-garden_23-2148792080.jpg"}, { - id: "t2", - name: "Markus Schmidt", - handle: "@markus", - testimonial: "Immer wieder gerne. Die Pizzen kommen heiß und pünktlich.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza-outside_23-2149872430.jpg", - }, - { - id: "t3", - name: "Elena Weber", - handle: "@elena", - testimonial: "Tolle Atmosphäre und extrem leckere Käsesorten auf der Pizza.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg", - }, - { - id: "t4", - name: "David Becker", - handle: "@david", - testimonial: "Super authentisch und absolut faire Preise.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-pizza_23-2149066099.jpg", - }, - { - id: "t5", - name: "Julia Schneider", - handle: "@julia", - testimonial: "Einfach lecker, besonders der dünne knusprige Boden.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg", - }, + id: "t2", name: "Hausverwaltung M.", handle: "@gewerbe", testimonial: "Sehr zuverlässige Pflege unserer Grünflächen über das ganze Jahr hinweg.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-outdoors_23-2148906663.jpg"}, ]} showRating={true} - title="Was unsere Gäste sagen" - description="Authentische Eindrücke unserer treuen Kunden." + title="Was unsere Kunden sagen" + description="Zufriedene Gartenbesitzer und gewerbliche Partner." /> @@ -240,26 +143,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Pizza, - title: "Pizzen serviert", - value: "10.000+", - }, + id: "m1", icon: Smile, + title: "Zufriedene Kunden", value: "500+"}, { - id: "m2", - icon: Clock, - title: "Minuten Lieferzeit", - value: "20", - }, + id: "m2", icon: Clock, + title: "Stunden Pflege", value: "5.000+"}, { - id: "m3", - icon: Smile, - title: "Zufriedene Gäste", - value: "5000+", - }, + id: "m3", icon: Pizza, + title: "Bäume gepflanzt", value: "1.200"}, ]} - title="Unsere Meilensteine" - description="Zahlen, die für sich sprechen." + title="Erfolgsgeschichten" + description="Werte, die unser Engagement unterstreichen." /> @@ -269,23 +163,12 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Bieten Sie auch Lieferung an?", - content: "Ja, wir liefern in ganz Helmstedt und Umgebung.", - }, + id: "f1", title: "Bieten Sie auch regelmäßige Pflege an?", content: "Ja, wir bieten maßgeschneiderte Wartungsverträge für Ihren Garten an."}, { - id: "f2", - title: "Gibt es vegetarische Optionen?", - content: "Natürlich, wir haben eine breite Auswahl an vegetarischen Pizzen.", - }, - { - id: "f3", - title: "Wo befindet sich das Restaurant?", - content: "Sie finden uns in der Freiherr-vom-Stein-Straße 24.", - }, + id: "f2", title: "Kommen Sie für eine Vorbesichtigung?", content: "Selbstverständlich, wir besprechen Ihr Projekt gerne vor Ort."}, ]} title="Häufige Fragen" - description="Alles was Sie über unser Restaurant wissen müssen." + description="Kurz und knapp für Sie beantwortet." faqsAnimation="slide-up" /> @@ -293,80 +176,50 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1