From bf36a2509a422a109b01e590b3591fea11d21cfe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 03:43:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 135 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 447e7fa..0810569 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; @@ -16,27 +15,26 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -104,72 +85,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Gartenpflege", - description: "Rückschnitt, Rasenpflege und regelmäßige Wartung Ihres Gartens durch Profis.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128654.jpg", - imageAlt: "Gartenpflege", - }, + title: "Gartenpflege", description: "Rückschnitt, Rasenpflege und regelmäßige Wartung Ihres Gartens durch Profis.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128654.jpg", imageAlt: "Gartenpflege"}, { - title: "Neuanlagen", - description: "Wir planen und gestalten Ihren neuen Garten nach Ihren individuellen Wünschen.", - imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg", - imageAlt: "Neuanlagen", - }, + title: "Neuanlagen", description: "Wir planen und gestalten Ihren neuen Garten nach Ihren individuellen Wünschen.", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg", imageAlt: "Neuanlagen"}, { - title: "Baumpflege", - description: "Professioneller Baum- und Heckenschnitt für mehr Sicherheit und Vitalität.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg", - imageAlt: "Baumpflege", - }, + title: "Baumpflege", description: "Professioneller Baum- und Heckenschnitt für mehr Sicherheit und Vitalität.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg", imageAlt: "Baumpflege"}, ]} title="Unsere Leistungen" description="Von der regelmäßigen Gartenpflege bis hin zur kompletten Neuanlage bieten wir umfassenden Service für Ihren Außenbereich." /> -
- -
-
@@ -179,25 +114,17 @@ export default function LandingPage() { logoText="Landschaftspflege Köln" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Start", - href: "#hero", - }, + label: "Start", href: "#hero"}, { - label: "Leistungen", - href: "#features", - }, + label: "Leistungen", href: "#features"}, ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { - label: "E-Mail senden", - href: "mailto:info@gartenbau-koeln.de", - }, + label: "E-Mail senden", href: "mailto:info@gartenbau-koeln.de"}, ], }, ]} @@ -207,4 +134,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1