2 Commits

Author SHA1 Message Date
ee5801c94d Update src/app/page.tsx 2026-03-29 09:27:59 +00:00
3638a0fba2 Merge version_1 into main
Merge version_1 into main
2026-03-29 09:27:21 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="BusinessFlow" brandName="BusinessFlow"
/> />
@@ -53,46 +45,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Elevate Your Business Potential" title="Elevate Your Business Potential"
description="Customized solutions crafted to streamline operations, enhance productivity, and drive sustainable growth for your unique professional goals." description="Customized solutions crafted to streamline operations, enhance productivity, and drive sustainable growth for your unique professional goals."
tag="Innovative Solutions" tag="Innovative Solutions"
buttons={[ buttons={[
{ {
text: "Get Started", text: "Get Started", href: "#contact"},
href: "#contact",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=1", imageAlt: "Professional Office"},
imageAlt: "Professional Office",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=1", imageAlt: "Minimalist Desk"},
imageAlt: "Minimalist Desk",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=1", imageAlt: "Meeting Space"},
imageAlt: "Meeting Space",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/busy-serious-businesswoman-using-digital-tablet-standing-near-big-window_1163-4246.jpg", imageSrc: "http://img.b2bpic.net/free-photo/busy-serious-businesswoman-using-digital-tablet-standing-near-big-window_1163-4246.jpg", imageAlt: "Executive Office"},
imageAlt: "Executive Office",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328337.jpg", imageAlt: "Corporate Setup"},
imageAlt: "Corporate Setup",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/pencil-pen-notebooks-near-keyboard-eyeglasses-cup_23-2148037040.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pencil-pen-notebooks-near-keyboard-eyeglasses-cup_23-2148037040.jpg", imageAlt: "Work Environment"},
imageAlt: "Work Environment",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
tagIcon={Sparkles} tagIcon={Sparkles}
@@ -104,14 +79,10 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Our Commitment to Quality" title="Our Commitment to Quality"
description={[ description={[
"With over a decade of experience, we specialize in delivering high-impact business strategies that empower our clients to succeed in competitive markets.", "With over a decade of experience, we specialize in delivering high-impact business strategies that empower our clients to succeed in competitive markets.", "Our approach is built on transparency, reliability, and innovation. We bridge the gap between complex business challenges and efficient, actionable outcomes."]}
"Our approach is built on transparency, reliability, and innovation. We bridge the gap between complex business challenges and efficient, actionable outcomes.",
]}
buttons={[ buttons={[
{ {
text: "Our Approach", text: "Our Approach", href: "#features"},
href: "#features",
},
]} ]}
/> />
</div> </div>
@@ -124,23 +95,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Scalable Strategy", title: "Scalable Strategy", description: "Adaptive frameworks that grow alongside your business requirements.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=2", imageAlt: "Strategy"},
description: "Adaptive frameworks that grow alongside your business requirements.",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=2",
imageAlt: "Strategy",
},
{ {
title: "Data Analytics", title: "Data Analytics", description: "Informed decision making through precise tracking and metric reporting.", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=2", imageAlt: "Analytics"},
description: "Informed decision making through precise tracking and metric reporting.",
imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=2",
imageAlt: "Analytics",
},
{ {
title: "Process Automation", title: "Process Automation", description: "Streamlining mundane tasks to focus on what matters most to your team.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=2", imageAlt: "Automation"},
description: "Streamlining mundane tasks to focus on what matters most to your team.",
imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=2",
imageAlt: "Automation",
},
]} ]}
title="Core Operational Strengths" title="Core Operational Strengths"
description="We provide robust features designed to optimize your workflow and maximize results." description="We provide robust features designed to optimize your workflow and maximize results."
@@ -154,59 +113,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Elena Vance", role: "Director", company: "Global Tech", rating: 5,
name: "Elena Vance", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=1"},
role: "Director",
company: "Global Tech",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "Marcus Thorne", role: "Founder", company: "Innovate Ltd", rating: 5,
name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg"},
role: "Founder",
company: "Innovate Ltd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg",
},
{ {
id: "3", id: "3", name: "Sarah Jenkins", role: "Manager", company: "Creative Solutions", rating: 5,
name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg"},
role: "Manager",
company: "Creative Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
},
{ {
id: "4", id: "4", name: "David Wu", role: "Lead Architect", company: "BuildRight", rating: 5,
name: "David Wu", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"},
role: "Lead Architect",
company: "BuildRight",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
},
{ {
id: "5", id: "5", name: "Jessica Lee", role: "CEO", company: "Startup Hub", rating: 5,
name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2"},
role: "CEO",
company: "Startup Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "95%", value: "95%", label: "Client Satisfaction"},
label: "Client Satisfaction",
},
{ {
value: "200+", value: "200+", label: "Projects Completed"},
label: "Projects Completed",
},
{ {
value: "15", value: "15", label: "Global Industries"},
label: "Global Industries",
},
]} ]}
title="Voices of Our Partners" title="Voices of Our Partners"
description="See why industry leaders choose us to define their path to success." description="See why industry leaders choose us to define their path to success."
@@ -217,54 +145,37 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
text="Ready to transform your business trajectory? Get in touch today for a personal consultation." text="Ready to transform your business trajectory? Get in touch today for a personal consultation."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Contact Us", href: "mailto:hello@example.com"},
href: "mailto:hello@example.com",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBase
logoText="BusinessFlow" logoText="BusinessFlow"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Support", label: "Support", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -273,4 +184,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }