Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 13:19:12 +00:00

View File

@@ -54,12 +54,12 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg", imageAlt: "businessplan financial planning consulting business strategy" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg", imageAlt: "initial consultation meeting business discussion planning" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/business-team-present-investor-working-new-startup-project-finance-meeting_1421-96.jpg", imageAlt: "financial analysis data review spreadsheet consulting" },
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=1", imageAlt: "businessplan financial planning consulting business strategy" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg?_wi=1", imageAlt: "initial consultation meeting business discussion planning" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/business-team-present-investor-working-new-startup-project-finance-meeting_1421-96.jpg?_wi=1", imageAlt: "financial analysis data review spreadsheet consulting" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-business-man-busy-office-desk-notebook-documents-working_1150-15424.jpg", imageAlt: "business plan document finalization presentation" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/progress-report-template-design_742173-16561.jpg", imageAlt: "excel template spreadsheet business operations data" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg", imageAlt: "professional consultant business owner portrait corporate" }
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/progress-report-template-design_742173-16561.jpg?_wi=1", imageAlt: "excel template spreadsheet business operations data" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg?_wi=1", imageAlt: "professional consultant business owner portrait corporate" }
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -90,19 +90,19 @@ export default function LandingPage() {
description="Comprehensive business planning and financial consulting services tailored to your needs."
features={[
{
title: "Vollständige Businesspläne", description: "Professionelle Businesspläne mit Executive Summary, Marktanalyse, Finanzprognosen und Risikobewertung alles, was Sie für Kreditgespräche oder Investorengewinnung benötigen.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg", imageAlt: "Businessplan Erstellung", buttonIcon: ArrowRight,
title: "Vollständige Businesspläne", description: "Professionelle Businesspläne mit Executive Summary, Marktanalyse, Finanzprognosen und Risikobewertung alles, was Sie für Kreditgespräche oder Investorengewinnung benötigen.", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=2", imageAlt: "Businessplan Erstellung", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Individuelle Finanzplanung", description: "Detaillierte Finanzanalyse und Prognosenentwicklung. Ich erstelle realistische Szenarien für Gewinn- und Verlust, Cashflow und Break-Even-Analysen.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-present-investor-working-new-startup-project-finance-meeting_1421-96.jpg", imageAlt: "Finanzplanung und Analyse", buttonIcon: ArrowRight,
title: "Individuelle Finanzplanung", description: "Detaillierte Finanzanalyse und Prognosenentwicklung. Ich erstelle realistische Szenarien für Gewinn- und Verlust, Cashflow und Break-Even-Analysen.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-present-investor-working-new-startup-project-finance-meeting_1421-96.jpg?_wi=2", imageAlt: "Finanzplanung und Analyse", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Beratung & Strategie", description: "Persönliche Beratung zur Geschäftsstrategie, Marktpositionierung und operativen Planung. Ich unterstütze Sie bei der Entwicklung eines soliden Geschäftsmodells.", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg", imageAlt: "Strategieberatung", buttonIcon: ArrowRight,
title: "Beratung & Strategie", description: "Persönliche Beratung zur Geschäftsstrategie, Marktpositionierung und operativen Planung. Ich unterstütze Sie bei der Entwicklung eines soliden Geschäftsmodells.", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-using-analytics-reports-papers-review-progress_482257-122889.jpg?_wi=2", imageAlt: "Strategieberatung", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Excel-Templates für Operativen Betrieb", description: "Individuelle Excel-Templates für die tägliche Verwaltung Ihres Betriebs. Von Budgettracking bis zu Leistungskennzahlen maßgeschneiderte Lösungen für Ihre spezifischen Anforderungen.", imageSrc: "http://img.b2bpic.net/free-vector/progress-report-template-design_742173-16561.jpg", imageAlt: "Excel Template Erstellung", buttonIcon: ArrowRight,
title: "Excel-Templates für Operativen Betrieb", description: "Individuelle Excel-Templates für die tägliche Verwaltung Ihres Betriebs. Von Budgettracking bis zu Leistungskennzahlen maßgeschneiderte Lösungen für Ihre spezifischen Anforderungen.", imageSrc: "http://img.b2bpic.net/free-vector/progress-report-template-design_742173-16561.jpg?_wi=2", imageAlt: "Excel Template Erstellung", buttonIcon: ArrowRight,
buttonHref: "#contact"
}
]}
@@ -143,16 +143,16 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Weber"
id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Weber"
},
{
id: "2", name: "Michael Schneider", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Schneider"
id: "2", name: "Michael Schneider", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Schneider"
},
{
id: "3", name: "Lisa Müller", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Lisa Müller"
id: "3", name: "Lisa Müller", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Lisa Müller"
},
{
id: "4", name: "Thomas Reiser", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Thomas Reiser"
id: "4", name: "Thomas Reiser", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Thomas Reiser"
}
]}
cardTitle="Über 50 erfolgreiche Businesspläne und zufriedene Unternehmer, die ihre Ziele erreicht haben"
@@ -171,15 +171,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Excel Suite", name: "Individuelle Excel-Templates für den operativen Betrieb", price: "auf Anfrage", rating: 5,
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-vector/progress-report-template-design_742173-16561.jpg", imageAlt: "Excel Template für Geschäftsbetrieb"
reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-vector/progress-report-template-design_742173-16561.jpg?_wi=3", imageAlt: "Excel Template für Geschäftsbetrieb"
},
{
id: "2", brand: "Finanzberatung", name: "Nachbetreuung & Finanzcontrolling", price: "auf Anfrage", rating: 5,
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/business-team-present-investor-working-new-startup-project-finance-meeting_1421-96.jpg", imageAlt: "Finanzcontrolling Service"
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/business-team-present-investor-working-new-startup-project-finance-meeting_1421-96.jpg?_wi=3", imageAlt: "Finanzcontrolling Service"
},
{
id: "3", brand: "Planung", name: "Szenarioanalyse & Strategische Szenarien", price: "auf Anfrage", rating: 5,
reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg", imageAlt: "Szenarioanalyse Service"
reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=3", imageAlt: "Szenarioanalyse Service"
}
]}
gridVariant="uniform-all-items-equal"
@@ -202,7 +202,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Beschreiben Sie kurz Ihre Geschäftsidee oder Anfrage...", rows: 5, required: true }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg?_wi=2"
imageAlt="Geschäftsberater für Finanzplanung"
mediaAnimation="slide-up"
mediaPosition="right"