diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a45849..703904d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Sparkles, Award, Zap, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -60,6 +61,7 @@ export default function LandingPage() { title="Unsere Leistungen" description="Hochwertige Friseur-Services für jeden Geschmack und jede Haarstruktur" tag="Premium Services" + tagIcon={Sparkles} textboxLayout="default" useInvertedBackground={false} features={[ @@ -86,6 +88,7 @@ export default function LandingPage() {