From c3481a0dcfaad5ed20be4a1299d6b5f2ec9aebb0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:30:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38e590e..c4427a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,10 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import FeatureBento from "@/components/sections/feature/FeatureBento"; -import { AlertCircle, Sparkles, Zap, HelpCircle, Users, Phone, Clock, FileText, CheckCircle } from "lucide-react"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import { Sparkles, Users, Phone, Clock, FileText, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -47,6 +44,8 @@ export default function LandingPage() { tag="KI-Agenten speziell für Solarunternehmen" tagIcon={Sparkles} tagAnimation="slide-up" + background={{ variant: "plain" }} + testimonials={[]} buttons={[{ text: "👉 Kostenloses Erstgespräch buchen", href: "https://calendly.com/voicelinkai/info" }]} buttonAnimation="blur-reveal" mediaAnimation="blur-reveal" @@ -97,6 +96,7 @@ export default function LandingPage() {
-- 2.49.1