Update src/app/page.tsx
This commit is contained in:
@@ -80,12 +80,19 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Webentwicklung", description: "High-Performance Webanwendungen für jedes Bedürfnis.", imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg", imageAlt: "Web" },
|
{ title: "Webdesign & Webseiten-Erstellung", description: "Massgeschneiderte Websites, die überzeugen." },
|
||||||
{ title: "UX/UI Design", description: "Erlebnisse, die Ihre Kunden begeistern.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg", imageAlt: "UI" },
|
{ title: "SEO", description: "Suchmaschinenoptimierung für mehr Sichtbarkeit." },
|
||||||
{ title: "KI Beratung", description: "Automatisierung mit den modernsten Technologien.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729044.jpg", imageAlt: "KI" },
|
{ title: "Google Ads", description: "SEA für zielgerichteten Traffic." },
|
||||||
|
{ title: "Social Media", description: "Strategisches Marketing auf allen Kanälen." },
|
||||||
|
{ title: "Branding", description: "Logo Design & Markenaufbau." },
|
||||||
|
{ title: "Video", description: "Image-, Werbe- und Erklärvideos." },
|
||||||
|
{ title: "E-Commerce", description: "Online Shops & Shopify-Lösungen." },
|
||||||
|
{ title: "Leadgen", description: "Effektive Leadgenerierung." },
|
||||||
|
{ title: "Content", description: "Digitale Marketingstrategien & Copywriting." },
|
||||||
|
{ title: "Schulungen", description: "B2B-Schulungen & 3D-Layouts." },
|
||||||
]}
|
]}
|
||||||
title="Unsere Kernleistungen"
|
title="Unsere Kernleistungen"
|
||||||
description="Von Webentwicklung bis hin zu KI-gestützten Automatisierungslösungen – wir setzen Maßstäbe."
|
description="Von Webdesign bis zu komplexen Marketingstrategien – wir begleiten Ihr Business digital."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -153,7 +160,7 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Agentur", items: [{ label: "Über uns", href: "#about" }, { label: "Karriere", href: "#" }] },
|
{ title: "Agentur", items: [{ label: "Über uns", href: "#about" }, { label: "Karriere", href: "#" }] },
|
||||||
{ title: "Leistungen", items: [{ label: "Webdesign", href: "#features" }, { label: "Software", href: "#features" }] },
|
{ title: "Leistungen", items: [{ label: "Webdesign", href: "#features" }, { label: "Marketing", href: "#features" }] },
|
||||||
]}
|
]}
|
||||||
logoText="Digital Plus GmbH"
|
logoText="Digital Plus GmbH"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user