Merge version_2 into main #3
@@ -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() {
|
||||
<div id="problems" data-section="problems">
|
||||
<FeatureCardSixteen
|
||||
title="Was dich täglich Kapazität und Nerven kostet."
|
||||
description="Die Probleme, die jedes Solarunternehmen kennt."
|
||||
negativeCard={{ items: ["Telefonate", "Termine", "Leads", "Dokumentation"] }}
|
||||
positiveCard={{ items: ["Routine", "Automatisierung", "Umsatz", "Effizienz"] }}
|
||||
textboxLayout="default"
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="VoiceLink.AI"
|
||||
columns={[{ title: "Navigation", items: [{ label: "Start", href: "#" }] }]}
|
||||
columns={[{ title: "Navigation", items: [{ label: "Start", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user