From 5161c81aeaef93cbce0bfb0e0fb3db96c5719bdd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:45:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 221 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f370918..ef40984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,77 +17,45 @@ export default function LandingPage() {
@@ -95,18 +63,15 @@ export default function LandingPage() { @@ -117,136 +82,42 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", title: "Rasenpflege", tags: [ - "Rasenschnitt", "Düngen"], - imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10698.jpg"}, - { - id: "f2", title: "Beetreinigung", tags: [ - "Jäten", "Mulchen"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-working-garden-growing-plants-pots-cutting-branches-with-pruner-gardening-job-concept_74855-12893.jpg"}, - { - id: "f3", title: "Heckenschnitt", tags: [ - "Formgebend", "Verjüngung"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-leaves_23-2148579928.jpg"}, + { id: "p1", title: "Pizza", tags: ["Steinofen", "Frisch"], imageSrc: "https://img.freepik.com/free-photo/delicious-pizza-party_23-2149021675.jpg" }, + { id: "p2", title: "Pasta", tags: ["Al Dente", "Hausgemacht"], imageSrc: "https://img.freepik.com/free-photo/delicious-pasta-plate_23-2148817688.jpg" }, + { id: "p3", title: "Tiramisu", tags: ["Dessert", "Klassisch"], imageSrc: "https://img.freepik.com/free-photo/tiramisu-dessert-table_23-2148464303.jpg" }, ]} - title="Unsere Leistungen" - description="Umfassender Service für Ihren Garten" - /> - - -
- -
- -
- -
- -
-
); -} +} \ No newline at end of file -- 2.49.1