diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c8d4c7..dec1a2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,9 @@ import ContactText from '@/components/sections/contact/ContactText'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Activity, Apple, ShieldCheck, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -38,16 +35,10 @@ export default function LandingPage() { name: "Über Mich", id: "#about"}, { name: "Leistungen", id: "#features"}, - { - name: "Erfolge", id: "#metrics"}, { name: "Preise", id: "#pricing"}, { - name: "Referenzen", id: "#social-proof"}, - { - name: "Kundenstimmen", id: "#testimonials"}, - { - name: "Kontakt", id: "#contact"}, + name: "Kontakt", id: "#contact"} ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jqao4r" logoAlt="Gerald Freidorfer Logo" @@ -70,7 +61,7 @@ export default function LandingPage() { { text: "Kostenloses Erstgespräch", href: "#contact"}, { - text: "Mehr erfahren", href: "#about"}, + text: "Mehr erfahren", href: "#about"} ]} buttonAnimation="slide-up" avatars={[ @@ -83,7 +74,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/front-view-athlete-wiping-off-sweat_23-2148222153.jpg", alt: "Zufriedene Kundin"}, { - src: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg", alt: "Erfolgsgeschichte"}, + src: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg", alt: "Erfolgsgeschichte"} ]} avatarText="28+ zufriedene Kundenbewertungen" imageSrc="http://img.b2bpic.net/free-photo/side-view-girl-learning-boxing_23-2150400004.jpg" @@ -99,7 +90,7 @@ export default function LandingPage() { { type: "text", text: "Persönliche 1:1 Betreuung"}, { - type: "text", text: "Motivation & Support"}, + type: "text", text: "Motivation & Support"} ]} /> @@ -115,7 +106,7 @@ export default function LandingPage() { { value: "100+", title: "Erfolgreiche Transformationen"}, { - value: "5.0", title: "Kundenbewertung"}, + value: "5.0", title: "Kundenbewertung"} ]} tag="Über mich" imageSrc="http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg" @@ -148,41 +139,13 @@ export default function LandingPage() { title: "Motivation & Support", description: "Ich bin Ihr Partner auf dem Weg zum Erfolg. Mit konstanter Motivation, fachkundiger Anleitung und der richtigen Einstellung überwinden wir jede Hürde."}, { icon: ShieldCheck, - title: "Präventions- & Rehatraining", description: "Spezielle Übungen zur Vorbeugung von Verletzungen oder zur Unterstützung der Genesung nach Sportverletzungen, um schnell wieder fit zu werden."}, + title: "Präventions- & Rehatraining", description: "Spezielle Übungen zur Vorbeugung von Verletzungen oder zur Unterstützung der Genesung nach Sportverletzungen, um schnell wieder fit zu werden."} ]} title="Meine Leistungen – Ihr Weg zum Erfolg" description="Ich biete ein umfassendes Spektrum an Dienstleistungen, die auf Ihre persönlichen Fitnessziele zugeschnitten sind. Entdecken Sie, wie ich Sie unterstützen kann." /> -
- -
-
-
- -
- -
- -
-
@@ -276,4 +205,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file