Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:31:38 +00:00

View File

@@ -1,13 +1,13 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
export default function LandingPage() {
return (
@@ -32,7 +32,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Get In Touch", href: "contact"}}
text: "Get In Touch", href: "contact"
}}
animateOnLoad={true}
/>
</div>
@@ -41,7 +42,7 @@ export default function LandingPage() {
<HeroBillboard
title="Johannes Brüggemann"
description="Experienced professional dedicated to creating meaningful digital solutions and driving innovation through strategic collaboration and technical excellence."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Welcome"
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageAlt="Johannes Brüggemann professional portrait"
@@ -65,6 +66,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"
imageAlt="Professional workspace"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -76,13 +78,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Strategic Planning", author: "Core Competency", description: "Developing comprehensive strategies that align business goals with technical implementation, ensuring scalable and sustainable growth.", tags: ["Strategy", "Planning"],
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg?_wi=1", imageAlt: "Strategic planning visualization"},
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg", imageAlt: "Strategic planning visualization"
},
{
id: "2", title: "Process Optimization", author: "Core Competency", description: "Streamlining workflows and identifying inefficiencies to improve operational effectiveness and drive measurable improvements.", tags: ["Process", "Efficiency"],
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg?_wi=2", imageAlt: "Process optimization workflow"},
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg", imageAlt: "Process optimization workflow"
},
{
id: "3", title: "Team Leadership", author: "Core Competency", description: "Building and mentoring high-performing teams, fostering collaboration, and creating environments where innovation thrives.", tags: ["Leadership", "Development"],
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg?_wi=3", imageAlt: "Team leadership excellence"},
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg", imageAlt: "Team leadership excellence"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -95,7 +100,8 @@ export default function LandingPage() {
title="Trusted Collaborators"
description="I've had the privilege of working with innovative organizations and talented professionals across various industries."
names={[
"Tech Leaders", "Innovation Hubs", "Strategic Partners", "Industry Experts", "Growth Companies", "Forward-Thinking Teams", "Digital Pioneers"]}
"Tech Leaders", "Innovation Hubs", "Strategic Partners", "Industry Experts", "Growth Companies", "Forward-Thinking Teams", "Digital Pioneers"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}