Merge version_3 into main #6
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Zap, Shield, Award, Users } from "lucide-react";
|
||||
import { Zap, Shield, Award, Users, Megaphone, Video, Code } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -66,9 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Zap, title: "Webentwicklung", description: "Maßgeschneiderte Webseiten für maximale Performance." },
|
||||
{ icon: Zap, title: "Social Media Marketing", description: "Strategische Reichweite und Community-Aufbau." },
|
||||
{ icon: Zap, title: "Videoproduktion", description: "Content, der deine Geschichte erzählt." },
|
||||
{ icon: Code, title: "Webentwicklung", description: "Maßgeschneiderte Webseiten für maximale Performance." },
|
||||
{ icon: Megaphone, title: "Social Media Marketing", description: "Strategische Reichweite und Community-Aufbau." },
|
||||
{ icon: Video, title: "Videoproduktion", description: "Content, der deine Geschichte erzählt." },
|
||||
{ icon: Users, title: "Ansprechpartner", description: "Persönliche Betreuung bei allen digitalen Herausforderungen." }
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
@@ -131,4 +131,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user