6 Commits

Author SHA1 Message Date
def849513e Update src/app/page.tsx 2026-05-12 11:52:48 +00:00
130864e26a Update src/app/page.tsx 2026-05-12 11:52:24 +00:00
6c905722bc Update src/app/page.tsx 2026-05-12 11:51:49 +00:00
9c533e9a7c Update src/app/contact/page.tsx 2026-05-12 11:51:48 +00:00
eaabee7549 Merge version_2 into main
Merge version_2 into main
2026-05-12 11:50:31 +00:00
3de7b6e57b Merge version_2 into main
Merge version_2 into main
2026-05-12 11:50:00 +00:00
2 changed files with 15 additions and 9 deletions

View File

@@ -54,4 +54,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -80,12 +79,19 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
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: "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: "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: "Webdesign & Webseiten-Erstellung", description: "Massgeschneiderte Websites, die überzeugen.", imageSrc: "https://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1" },
{ title: "SEO", description: "Suchmaschinenoptimierung für mehr Sichtbarkeit.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1" },
{ title: "Google Ads", description: "SEA für zielgerichteten Traffic.", imageSrc: "https://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone_482257-7531.jpg?_wi=1" },
{ title: "Social Media", description: "Strategisches Marketing auf allen Kanälen.", imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1" },
{ title: "Branding", description: "Logo Design & Markenaufbau.", imageSrc: "https://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg?_wi=1" },
{ title: "Video", description: "Image-, Werbe- und Erklärvideos.", imageSrc: "https://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2" },
{ title: "E-Commerce", description: "Online Shops & Shopify-Lösungen.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2" },
{ title: "Leadgen", description: "Effektive Leadgenerierung.", imageSrc: "https://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone_482257-7531.jpg?_wi=2" },
{ title: "Content", description: "Digitale Marketingstrategien & Copywriting.", imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2" },
{ title: "Schulungen", description: "B2B-Schulungen & 3D-Layouts.", imageSrc: "https://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg?_wi=2" },
]}
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>
@@ -93,7 +99,7 @@ export default function LandingPage() {
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={false}
products={[
{ id: "1", name: "E-Commerce App", price: "ab 15k CHF", variant: "Web", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" },
@@ -153,7 +159,7 @@ export default function LandingPage() {
<FooterBase
columns={[
{ 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"
/>
@@ -161,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}