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() {