diff --git a/src/app/page.tsx b/src/app/page.tsx index c475b05..ee3719d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Crown, Flame, Leaf, Star, Zap, Heart } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import { Crown, Flame, Leaf, Star, Zap, Heart, Phone, MapPin, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -31,7 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Startseite", id: "hero" }, { name: "Spezialitäten", id: "specialties" }, - { name: "Über Uns", id: "about" }, + { name: "Über Uns", id: "experience" }, { name: "Bewertungen", id: "testimonials" } ]} /> @@ -40,8 +41,8 @@ export default function LandingPage() {