Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
211
src/app/page.tsx
211
src/app/page.tsx
@@ -32,27 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Training",
|
||||
id: "features",
|
||||
},
|
||||
name: "Training", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "products",
|
||||
},
|
||||
name: "Pricing", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="S&L Fitness"
|
||||
button={{
|
||||
text: "Jetzt starten", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,9 +54,7 @@ export default function LandingPage() {
|
||||
description="Erreiche deine Ziele mit unserem erstklassigen Coaching. Wir bringen dein Training auf das nächste Level."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt starten",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt starten", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734709.jpg"
|
||||
imageAlt="Professional fitness coaching"
|
||||
@@ -76,18 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Deine Transformation",
|
||||
},
|
||||
type: "text", content: "Deine Transformation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/shot-cheerful-dark-skinned-girl-holds-fitness-mat-bottle-fresh-water-drinks-exhausted-exercising-looks-right-dressed-active-wear-poses-indoor-motivation-healthy-lifestyle_273609-28016.jpg",
|
||||
alt: "Training studio",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/shot-cheerful-dark-skinned-girl-holds-fitness-mat-bottle-fresh-water-drinks-exhausted-exercising-looks-right-dressed-active-wear-poses-indoor-motivation-healthy-lifestyle_273609-28016.jpg", alt: "Training studio"},
|
||||
{
|
||||
type: "text",
|
||||
content: "begint hier.",
|
||||
},
|
||||
type: "text", content: "begint hier."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,39 +82,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Personaltraining",
|
||||
subtitle: "1:1 Coaching",
|
||||
category: "Training",
|
||||
value: "Fokus auf deine Performance",
|
||||
buttons: [
|
||||
id: "1", title: "Personaltraining", subtitle: "1:1 Coaching", category: "Training", value: "Fokus auf deine Performance", buttons: [
|
||||
{
|
||||
text: "Info",
|
||||
},
|
||||
text: "Info"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ernährungsberatung",
|
||||
subtitle: "Optimale Zufuhr",
|
||||
category: "Lifestyle",
|
||||
value: "Maximale Energie",
|
||||
buttons: [
|
||||
id: "2", title: "Ernährungsberatung", subtitle: "Optimale Zufuhr", category: "Lifestyle", value: "Maximale Energie", buttons: [
|
||||
{
|
||||
text: "Info",
|
||||
},
|
||||
text: "Info"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Trainingsplanung",
|
||||
subtitle: "Individuell erstellt",
|
||||
category: "Support",
|
||||
value: "Wissenschaftlich fundiert",
|
||||
buttons: [
|
||||
id: "3", title: "Trainingsplanung", subtitle: "Individuell erstellt", category: "Support", value: "Wissenschaftlich fundiert", buttons: [
|
||||
{
|
||||
text: "Info",
|
||||
},
|
||||
text: "Info"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -147,26 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Erfolgreiche Transformationen",
|
||||
description: "Kunden erreichten ihre Ziele",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21370.jpg",
|
||||
},
|
||||
id: "1", value: "500+", title: "Erfolgreiche Transformationen", description: "Kunden erreichten ihre Ziele", imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21370.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "15k",
|
||||
title: "Trainingsstunden",
|
||||
description: "Fachwissen in der Praxis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-stethoscope_23-2147692005.jpg",
|
||||
},
|
||||
id: "2", value: "15k", title: "Trainingsstunden", description: "Fachwissen in der Praxis", imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-stethoscope_23-2147692005.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Kundenzufriedenheit",
|
||||
description: "Unser Antrieb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-weight-measuring-tape_23-2148523312.jpg",
|
||||
},
|
||||
id: "3", value: "98%", title: "Kundenzufriedenheit", description: "Unser Antrieb", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-weight-measuring-tape_23-2148523312.jpg"},
|
||||
]}
|
||||
title="Ergebnisse, die zählen"
|
||||
description="Über 500 zufriedene Kunden vertrauen uns."
|
||||
@@ -181,41 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Protein",
|
||||
price: "49,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-man-training-outdoors-living-active-healthy_1328-2993.jpg",
|
||||
},
|
||||
id: "p1", name: "Protein", price: "49,00 €", imageSrc: "http://img.b2bpic.net/free-photo/fitness-man-training-outdoors-living-active-healthy_1328-2993.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hanteln",
|
||||
price: "29,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-weights-gym-training_23-2148353025.jpg",
|
||||
},
|
||||
id: "p2", name: "Hanteln", price: "29,00 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-weights-gym-training_23-2148353025.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Matte",
|
||||
price: "19,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-girl-does-stretching-workout-sits-rubber-yoga-mat-workout-from_1258-218813.jpg",
|
||||
},
|
||||
id: "p3", name: "Matte", price: "19,00 €", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-girl-does-stretching-workout-sits-rubber-yoga-mat-workout-from_1258-218813.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Springseil",
|
||||
price: "15,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-man-with-beard-training-with-jump-rope-smiling-looking-side-staring-away-thinking_839833-31942.jpg",
|
||||
},
|
||||
id: "p4", name: "Springseil", price: "15,00 €", imageSrc: "http://img.b2bpic.net/free-photo/arab-man-with-beard-training-with-jump-rope-smiling-looking-side-staring-away-thinking_839833-31942.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Flasche",
|
||||
price: "10,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pink-water-bottle-sports-fitness-activities_187299-47398.jpg",
|
||||
},
|
||||
id: "p5", name: "Flasche", price: "10,00 €", imageSrc: "http://img.b2bpic.net/free-photo/blue-pink-water-bottle-sports-fitness-activities_187299-47398.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Bänder",
|
||||
price: "25,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-with-elastic-band-home_23-2149014014.jpg",
|
||||
},
|
||||
id: "p6", name: "Bänder", price: "25,00 €", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-training-with-elastic-band-home_23-2149014014.jpg"},
|
||||
]}
|
||||
title="Unsere Top-Auswahl"
|
||||
description="Hochwertige Supplements und Equipment für deinen Alltag."
|
||||
@@ -229,45 +155,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Markus S.",
|
||||
handle: "@markus",
|
||||
testimonial: "Top Coaching!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-blue-sportswear-holds-dumbbell-dark-vignette-background_613910-1364.jpg",
|
||||
},
|
||||
id: "1", name: "Markus S.", handle: "@markus", testimonial: "Top Coaching!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-blue-sportswear-holds-dumbbell-dark-vignette-background_613910-1364.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Julia M.",
|
||||
handle: "@julia",
|
||||
testimonial: "Ich fühle mich super.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-near-crossfit-rack_23-2147687936.jpg",
|
||||
},
|
||||
id: "2", name: "Julia M.", handle: "@julia", testimonial: "Ich fühle mich super.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-near-crossfit-rack_23-2147687936.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lukas B.",
|
||||
handle: "@lukas",
|
||||
testimonial: "Einfach spitze.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-african-american-girl-sport-clothes-holding-water-bottle-after-workout-isolated-white-studio-background_1258-105071.jpg",
|
||||
},
|
||||
id: "3", name: "Lukas B.", handle: "@lukas", testimonial: "Einfach spitze.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-african-american-girl-sport-clothes-holding-water-bottle-after-workout-isolated-white-studio-background_1258-105071.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarah",
|
||||
testimonial: "Endlich Fortschritte.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-with-long-arms_23-2148247138.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah K.", handle: "@sarah", testimonial: "Endlich Fortschritte.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-with-long-arms_23-2148247138.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thomas O.",
|
||||
handle: "@thomas",
|
||||
testimonial: "Beste Entscheidung.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg",
|
||||
},
|
||||
id: "5", name: "Thomas O.", handle: "@thomas", testimonial: "Beste Entscheidung.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Das sagen unsere Athleten"
|
||||
@@ -281,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wie starte ich?",
|
||||
content: "Einfach anmelden.",
|
||||
},
|
||||
id: "1", title: "Wie starte ich?", content: "Einfach anmelden."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dauer des Trainings?",
|
||||
content: "Individuell.",
|
||||
},
|
||||
id: "2", title: "Dauer des Trainings?", content: "Individuell."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Wo findet es statt?",
|
||||
content: "Online oder Vor-Ort.",
|
||||
},
|
||||
id: "3", title: "Wo findet es statt?", content: "Online oder Vor-Ort."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205538.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -308,8 +200,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Jetzt loslegen"
|
||||
title="Sichere dir dein Erstgespräch"
|
||||
description="Kontaktiere uns für ein unverbindliches Kennenlernen."
|
||||
@@ -322,29 +213,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "Training",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Training", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user