Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -80,16 +79,16 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Webdesign & Webseiten-Erstellung", description: "Massgeschneiderte Websites, die überzeugen." },
|
{ title: "Webdesign & Webseiten-Erstellung", description: "Massgeschneiderte Websites, die überzeugen.", imageSrc: "https://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" },
|
||||||
{ title: "SEO", description: "Suchmaschinenoptimierung für mehr Sichtbarkeit." },
|
{ 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" },
|
||||||
{ title: "Google Ads", description: "SEA für zielgerichteten Traffic." },
|
{ 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" },
|
||||||
{ title: "Social Media", description: "Strategisches Marketing auf allen Kanälen." },
|
{ 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" },
|
||||||
{ title: "Branding", description: "Logo Design & Markenaufbau." },
|
{ 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" },
|
||||||
{ title: "Video", description: "Image-, Werbe- und Erklärvideos." },
|
{ title: "Video", description: "Image-, Werbe- und Erklärvideos.", imageSrc: "https://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" },
|
||||||
{ title: "E-Commerce", description: "Online Shops & Shopify-Lösungen." },
|
{ 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" },
|
||||||
{ title: "Leadgen", description: "Effektive Leadgenerierung." },
|
{ title: "Leadgen", description: "Effektive Leadgenerierung.", imageSrc: "https://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone_482257-7531.jpg" },
|
||||||
{ title: "Content", description: "Digitale Marketingstrategien & Copywriting." },
|
{ title: "Content", description: "Digitale Marketingstrategien & Copywriting.", imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg" },
|
||||||
{ title: "Schulungen", description: "B2B-Schulungen & 3D-Layouts." },
|
{ 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" },
|
||||||
]}
|
]}
|
||||||
title="Unsere Kernleistungen"
|
title="Unsere Kernleistungen"
|
||||||
description="Von Webdesign bis zu komplexen Marketingstrategien – wir begleiten Ihr Business digital."
|
description="Von Webdesign bis zu komplexen Marketingstrategien – wir begleiten Ihr Business digital."
|
||||||
@@ -100,7 +99,7 @@ export default function LandingPage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="one-large-right-three-stacked-left"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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" },
|
{ 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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user