Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 13:36:04 +00:00

View File

@@ -13,7 +13,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import { CheckCircle, Zap, Shield, Target } from "lucide-react";
import { CheckCircle, Zap, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -61,6 +61,7 @@ export default function LandingPage() {
description="Alles was Sie für digitales Wachstum benötigen."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Performance Marketing", description: "Datengetriebene Kampagnen mit Fokus auf messbaren ROI.", media: { imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-colorful-wood-blocks-high-angle_23-2148950364.jpg" },
@@ -75,6 +76,9 @@ export default function LandingPage() {
<SocialProofOne
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ"]}
title="Vertraut von Branchenführern"
description="Wir arbeiten mit den Besten."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -82,14 +86,17 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Warum NovaSocial?" }]}
buttons={[{ text: "Mehr erfahren" }]}
useInvertedBackground={false}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Transparente Preise"
description="Wählen Sie das passende Paket."
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Essential", price: "1.999€", subtitle: "Für Startups", features: ["Social Ads", "Content Strategy"] }
]}
@@ -99,6 +106,9 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Unsere Wirkung"
description="Messbare Ergebnisse für Ihr Business."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="bento-grid"
animationType="slide-up"
metrics={[
@@ -110,6 +120,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Erfolgsgeschichten"
cardTag="Review"
useInvertedBackground={false}
cardAnimation="slide-up"
testimonials={[
{ id: "t1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" }
@@ -120,6 +132,9 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Häufige Fragen"
description="Wir haben die Antworten."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[{ id: "f1", title: "Wie starten wir?", content: "Kontaktieren Sie uns für ein Erstgespräch." }]}
imageSrc="http://img.b2bpic.net/free-photo/employees-preparing-business-presentation_482257-124560.jpg"
@@ -130,6 +145,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Starten Sie Ihr Projekt"
description="Schreiben Sie uns für ein individuelles Angebot."
useInvertedBackground={false}
inputs={[{ name: "name", type: "text", placeholder: "Ihr Name" }, { name: "email", type: "email", placeholder: "Email" }]}
/>
</div>
@@ -138,6 +154,7 @@ export default function LandingPage() {
<FooterSimple
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
bottomLeftText="© 2025 NovaSocial"
bottomRightText="Datenschutz"
/>
</div>
</ReactLenis>