From 0581e1fe27367eab65ea8a81745381fd1cd86c95 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 21:43:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++++-------------------------------------- 1 file changed, 53 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 356d56c..868d7ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,10 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, ExternalLink, Facebook, Instagram, Sparkles, Star, Twitter, Users } from "lucide-react"; +import { ExternalLink, Facebook, Instagram, Twitter, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -32,29 +31,17 @@ export default function LandingPage() { @@ -169,96 +123,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Strategie & Beratung", - tags: [ - "Planung", - "Analyse", - ], - imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg", - imageAlt: "Social media analytics dashboard", - }, + id: "1", title: "Strategie & Beratung", tags: [ + "Planung", "Analyse"], + imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg", imageAlt: "Social media analytics dashboard"}, { - id: "2", - title: "Content Erstellung", - tags: [ - "Bilder", - "Videos", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947441.jpg", - imageAlt: "Person creating content on smartphone", - }, + id: "2", title: "Content Erstellung", tags: [ + "Bilder", "Videos"], + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947441.jpg", imageAlt: "Person creating content on smartphone"}, { - id: "3", - title: "Community Management", - tags: [ - "Interaktion", - "Support", - ], - imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749320.jpg", - imageAlt: "Online community discussion icons", - }, + id: "3", title: "Community Management", tags: [ + "Interaktion", "Support"], + imageSrc: "http://img.b2bpic.net/free-photo/communication-social-media-icons_23-2150749320.jpg", imageAlt: "Online community discussion icons"}, ]} title="Unsere Kern-Dienstleistungen" description="Wir bieten eine breite Palette an Dienstleistungen, um Ihre Instagram-Präsenz zu maximieren und nachhaltiges Wachstum zu fördern." /> -
- -
-
); -} +} \ No newline at end of file