Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee5801c94d | |||
| 3638a0fba2 |
177
src/app/page.tsx
177
src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BusinessFlow"
|
||||
/>
|
||||
@@ -53,46 +45,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevate Your Business Potential"
|
||||
description="Customized solutions crafted to streamline operations, enhance productivity, and drive sustainable growth for your unique professional goals."
|
||||
tag="Innovative Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=1",
|
||||
imageAlt: "Professional Office",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=1", imageAlt: "Professional Office"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=1",
|
||||
imageAlt: "Minimalist Desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=1", imageAlt: "Minimalist Desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=1",
|
||||
imageAlt: "Meeting Space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=1", imageAlt: "Meeting Space"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-serious-businesswoman-using-digital-tablet-standing-near-big-window_1163-4246.jpg",
|
||||
imageAlt: "Executive Office",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-serious-businesswoman-using-digital-tablet-standing-near-big-window_1163-4246.jpg", imageAlt: "Executive Office"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328337.jpg",
|
||||
imageAlt: "Corporate Setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328337.jpg", imageAlt: "Corporate Setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pencil-pen-notebooks-near-keyboard-eyeglasses-cup_23-2148037040.jpg",
|
||||
imageAlt: "Work Environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pencil-pen-notebooks-near-keyboard-eyeglasses-cup_23-2148037040.jpg", imageAlt: "Work Environment"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Sparkles}
|
||||
@@ -104,14 +79,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to Quality"
|
||||
description={[
|
||||
"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.",
|
||||
]}
|
||||
"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."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Approach",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Approach", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,23 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Core Operational Strengths"
|
||||
description="We provide robust features designed to optimize your workflow and maximize results."
|
||||
@@ -154,59 +113,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Vance",
|
||||
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: "1", name: "Elena Vance", 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",
|
||||
name: "Marcus Thorne",
|
||||
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: "2", name: "Marcus Thorne", 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",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Manager",
|
||||
company: "Creative Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Jenkins", 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",
|
||||
name: "David Wu",
|
||||
role: "Lead Architect",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
|
||||
},
|
||||
id: "4", name: "David Wu", role: "Lead Architect", company: "BuildRight", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "CEO",
|
||||
company: "Startup Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", 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={[
|
||||
{
|
||||
value: "95%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "95%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "200+", label: "Projects Completed"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Global Industries",
|
||||
},
|
||||
value: "15", label: "Global Industries"},
|
||||
]}
|
||||
title="Voices of Our Partners"
|
||||
description="See why industry leaders choose us to define their path to success."
|
||||
@@ -217,54 +145,37 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to transform your business trajectory? Get in touch today for a personal consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@example.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@example.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterBase
|
||||
logoText="BusinessFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -273,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user