diff --git a/src/app/page.tsx b/src/app/page.tsx index f080b1a..a95f73c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -149,54 +85,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Social Media Management", - description: "Ganzheitliche Betreuung Ihrer Kanäle: Postings, Community-Management und Strategie.", - icon: Share2, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-skillful-people-using-digital-tablet-workplace_23-2147847545.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-some-mobile-devices_329181-14530.jpg?_wi=2", - imageAlt: "social media feed analytics", - }, - { - title: "Content Creation", - description: "Hochwertige Fotografie und Videografie für Instagram, TikTok und LinkedIn.", - icon: Camera, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-office-wooden-table-workplace-technology-concept_53876-41442.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/marketing-plan-commercial-strategy-business_53876-133615.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/asian-financial-advisor-presents-market-trends_482257-121202.jpg", - imageAlt: "social media feed analytics", - }, - { - title: "Brand Strategy", - description: "Wir definieren Ihre Markenstimme und sorgen für einen konsistenten Auftritt.", - icon: Target, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/marketing-strategy-connting-digital-devices-concept_53876-23053.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-133729.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-pc-display-brick-wall-loft-room_482257-118699.jpg?_wi=1", - imageAlt: "social media feed analytics", - }, + { title: "Social Media Management", description: "Ganzheitliche Betreuung Ihrer Kanäle.", icon: Share2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-skillful-people-using-digital-tablet-workplace_23-2147847545.jpg" }] }, + { title: "Content Creation", description: "Hochwertige Fotografie und Videografie.", icon: Camera, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-office-wooden-table-workplace-technology-concept_53876-41442.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/marketing-plan-commercial-strategy-business_53876-133615.jpg" }] }, + { title: "Brand Strategy", description: "Wir definieren Ihre Markenstimme.", icon: Target, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/marketing-strategy-connting-digital-devices-concept_53876-23053.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-133729.jpg" }] }, ]} title="Unsere Leistungen für Ihren Erfolg" - description="Von strategischer Planung bis hin zur Umsetzung hochwertiger Contents – wir begleiten Ihr Business bei jedem Schritt." + description="Von strategischer Planung bis hin zur Umsetzung." /> @@ -206,24 +100,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "1", - icon: Users, - title: "Community-Wachstum", - value: "+150%", - }, - { - id: "2", - icon: Eye, - title: "Reichweite pro Post", - value: "2.4M+", - }, - { - id: "3", - icon: ThumbsUp, - title: "Engagement Rate", - value: "8.5%", - }, + { id: "1", icon: Users, title: "Community-Wachstum", value: "+150%" }, + { id: "2", icon: Eye, title: "Reichweite pro Post", value: "2.4M+" }, + { id: "3", icon: ThumbsUp, title: "Engagement Rate", value: "8.5%" }, ]} title="Daten, die überzeugen" description="Wir setzen auf messbaren Erfolg." @@ -232,50 +111,16 @@ export default function LandingPage() {