diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a1566f..a60b454 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -41,7 +42,7 @@ export default function LandingPage() { @@ -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}