From aa54d86223609d76cc5cb0b80b6059420db8aec2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:56:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 437 +++++++++++------------------------------------ 1 file changed, 102 insertions(+), 335 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4788f0e..ec9b898 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Code, Crown, Gift, Key, Share2, Sparkles, Star, Trophy, Users } from "lucide-react"; +import { Award, Code, Crown, Gift, Key, Share2, Sparkles, Star, Trophy, Users, Coins, BarChart3, ClipboardList } from "lucide-react"; export default function LandingPage() { return ( @@ -34,33 +34,19 @@ export default function LandingPage() { @@ -151,19 +108,13 @@ export default function LandingPage() { description="Our Premium 'Chef-gefräst' line embodies precision and passion. Each cylinder kit and membrane conversion is personally milled by our master technician, ensuring unmatched quality and performance for your ride." metrics={[ { - value: "10/Monat", - title: "Limitiert", - }, + value: "10/Monat", title: "Limitiert"}, { - value: "30+", - title: "Jahre Erfahrung", - }, + value: "30+", title: "Jahre Erfahrung"}, { - value: "100%", - title: "Handarbeit", - }, + value: "100%", title: "Handarbeit"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg" imageAlt="Technician milling a high-performance engine part" mediaAnimation="opacity" metricsAnimation="slide-up" @@ -177,80 +128,53 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Zugang & Provision", - description: "Offen für alle mit variablen Provisionsstufen; höhere Auszahlungen für unsere Abo-Mitglieder.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg", - imageAlt: "Group of motorsport enthusiasts cheering", - }, + title: "Zugang & Provision", description: "Offen für alle mit variablen Provisionsstufen; höhere Auszahlungen für unsere Abo-Mitglieder.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg", imageAlt: "Group of motorsport enthusiasts cheering"}, items: [ { icon: Users, - text: "Offen für alle", - }, + text: "Offen für alle"}, { icon: Trophy, - text: "Höhere Provision für Abonnenten", - }, + text: "Höhere Provision für Abonnenten"}, { icon: Coins, - text: "Auszahlung aufs Konto (Gewerbe)", - }, + text: "Auszahlung aufs Konto (Gewerbe)"}, ], - reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v4evzo", - imageAlt: "motorsport affiliate program success", + reverse: false }, { - title: "Belohnungen & Motivation", - description: "Steigern Sie Ihre Provision durch Verkäufe und nehmen Sie an unserer monatlichen Rangliste teil, um Marketingpreise zu gewinnen.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/model-with-motorcycle-helmet_23-2151585628.jpg", - imageAlt: "Affiliate program dashboard", - }, + title: "Belohnungen & Motivation", description: "Steigern Sie Ihre Provision durch Verkäufe und nehmen Sie an unserer monatlichen Rangliste teil, um Marketingpreise zu gewinnen.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/model-with-motorcycle-helmet_23-2151585628.jpg", imageAlt: "Affiliate program dashboard"}, items: [ { icon: BarChart3, - text: "Staffelmodell für Provision", - }, + text: "Staffelmodell für Provision"}, { icon: Award, - text: "Monatlicher Marketing-Preis", - }, + text: "Monatlicher Marketing-Preis"}, { icon: ClipboardList, - text: "Bestenliste Top-Vermittler", - }, + text: "Bestenliste Top-Vermittler"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-glimmers-light-flares_23-2151871973.jpg?_wi=2", - imageAlt: "motorsport affiliate program success", + reverse: true }, { - title: "Tools & Support", - description: "Nutzen Sie personalisierte Influencer-Codes und erhalten Sie Einblicke durch unser Tracking für Ihre Content-Erstellung.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015535.jpg", - imageAlt: "Social media content creation", - }, + title: "Tools & Support", description: "Nutzen Sie personalisierte Influencer-Codes und erhalten Sie Einblicke durch unser Tracking für Ihre Content-Erstellung.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015535.jpg", imageAlt: "Social media content creation"}, items: [ { icon: Code, - text: "Influencer-Codes mit Tracking", - }, + text: "Influencer-Codes mit Tracking"}, { icon: Share2, - text: "Content-Ideen & Support", - }, + text: "Content-Ideen & Support"}, { icon: Gift, - text: "Punkte für kostenlosen Versand", - }, + text: "Punkte für kostenlosen Versand"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg?_wi=2", - imageAlt: "motorsport affiliate program success", - }, + reverse: false + } ]} title="Drive Your Passion, Earn Rewards" description="The Trima Motorsport Affiliate Program empowers enthusiasts to turn their passion into profit. Share the thrill, gain exclusive benefits, and climb the ranks of our top promoters." @@ -265,47 +189,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "product-1", - name: "Zylinder-Kit Basic", - price: "Ab 500€", - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-gear_1170-1422.jpg", - imageAlt: "Custom milled cylinder kit", - }, + id: "product-1", name: "Zylinder-Kit Basic", price: "Ab 500€", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-gear_1170-1422.jpg", imageAlt: "Custom milled cylinder kit"}, { - id: "product-2", - name: "Membranumbau Basic", - price: "Ab 300€", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-parts_1170-1338.jpg", - imageAlt: "Racing engine membrane conversion", - }, + id: "product-2", name: "Membranumbau Basic", price: "Ab 300€", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-parts_1170-1338.jpg", imageAlt: "Racing engine membrane conversion"}, { - id: "product-3", - name: "Zylinder-Kit Pro", - price: "Ab 800€", - imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg", - imageAlt: "Custom milled cylinder head", - }, + id: "product-3", name: "Zylinder-Kit Pro", price: "Ab 800€", imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg", imageAlt: "Custom milled cylinder head"}, { - id: "product-4", - name: "Membranumbau Pro", - price: "Ab 500€", - imageSrc: "http://img.b2bpic.net/free-photo/heating-radiator-valve_93675-130971.jpg", - imageAlt: "Racing engine membrane block", - }, + id: "product-4", name: "Membranumbau Pro", price: "Ab 500€", imageSrc: "http://img.b2bpic.net/free-photo/heating-radiator-valve_93675-130971.jpg", imageAlt: "Racing engine membrane block"}, { - id: "product-5", - name: "Zylinder-Kit Premium", - price: "Ab 1200€", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-dirty-metal-gears-grid-light_181624-28278.jpg", - imageAlt: "Precision engineered crankshaft", - }, + id: "product-5", name: "Zylinder-Kit Premium", price: "Ab 1200€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-dirty-metal-gears-grid-light_181624-28278.jpg", imageAlt: "Precision engineered crankshaft"}, { - id: "product-6", - name: "Membranumbau Premium", - price: "Ab 800€", - imageSrc: "http://img.b2bpic.net/free-photo/evening-illumination-wooden-pier-focused-railing-detail-against-city-lights-background_169016-73083.jpg", - imageAlt: "High performance racing piston", - }, + id: "product-6", name: "Membranumbau Premium", price: "Ab 800€", imageSrc: "http://img.b2bpic.net/free-photo/evening-illumination-wooden-pier-focused-railing-detail-against-city-lights-background_169016-73083.jpg", imageAlt: "High performance racing piston"}, ]} title="Exklusive 'Chef-gefräst' Premium-Linie" description="Entdecken Sie unsere streng limitierte Kollektion: Zylinder-Kits und Membranumbauten, persönlich vom Chef gefräst. Jedes Teil ein Unikat, inklusive Zertifikat und Fotodokumentation." @@ -316,80 +210,42 @@ export default function LandingPage() {