Merge version_2 into main #1
367
src/app/page.tsx
367
src/app/page.tsx
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -32,122 +32,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BusinessPro"
|
||||
brandName="Thrive Family Collective"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Elevating Your Business Success"
|
||||
description="We provide innovative solutions tailored for modern business growth. Our expertise ensures your professional goals are achieved with efficiency."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Excellent service and results!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg",
|
||||
},
|
||||
{
|
||||
name: "Robert Fox",
|
||||
handle: "@robertf",
|
||||
testimonial: "Transformed our entire workflow.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Ross",
|
||||
handle: "@elenar",
|
||||
testimonial: "Professional and very reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark Wilson",
|
||||
handle: "@markw",
|
||||
testimonial: "Highly recommended for any business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
handle: "@sarahl",
|
||||
testimonial: "The best partner for growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executives-having-coffee-break_1098-829.jpg"
|
||||
imageAlt="Business success team"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg",
|
||||
alt: "Business partner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-posing_329181-11390.jpg",
|
||||
alt: "Business partner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg",
|
||||
alt: "Business partner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
alt: "Business partner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
|
||||
alt: "Business partner 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Strategy",
|
||||
icon: Rocket,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Scaling",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Driven",
|
||||
icon: BarChart2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Support",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Growth",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Cultivating Wellness for Your Family"
|
||||
description="We provide holistic wellness solutions tailored for modern family life. Our support ensures your family's health and happiness are nurtured with care."
|
||||
testimonials={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-family-playing-park_1150-13612.jpg"
|
||||
imageAlt="Family wellness wellness collective"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,25 +56,16 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Driven by Excellence"
|
||||
description="We are dedicated to delivering high-quality business solutions. Our team focuses on innovative strategies to help you reach new heights."
|
||||
title="Driven by Holistic Wellness"
|
||||
description="We are dedicated to delivering high-quality collective care. Our experts focus on integrative strategies to help your family thrive."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Strategy First",
|
||||
description: "We prioritize a solid plan before implementation.",
|
||||
},
|
||||
{
|
||||
title: "Client Focused",
|
||||
description: "Your success is our primary measure.",
|
||||
},
|
||||
{
|
||||
title: "Proven Results",
|
||||
description: "Data-driven methodology for consistent outcomes.",
|
||||
},
|
||||
{ title: "Holistic Approach", description: "Prioritizing full family wellbeing." },
|
||||
{ title: "Community Focused", description: "Your family's growth is our measure." },
|
||||
{ title: "Proven Methods", description: "Evidence-based practices for daily care." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-118685.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-hands-stacking_1150-25674.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="Modern office environment workspace"
|
||||
imageAlt="Family unity wellness"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,42 +75,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Strategic Consulting",
|
||||
author: "Business Dept",
|
||||
description: "Expert advice for your core business goals.",
|
||||
tags: [
|
||||
"Strategy",
|
||||
"Consulting",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-touching-transparent-digital-screen_53876-95832.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Data Analytics",
|
||||
author: "Tech Team",
|
||||
description: "Deep insights into your company performance.",
|
||||
tags: [
|
||||
"Data",
|
||||
"Analysis",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-success-improvement-development-business_53876-123895.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Collaborative Support",
|
||||
author: "Support Dept",
|
||||
description: "Dedicated partner assistance throughout the project.",
|
||||
tags: [
|
||||
"Support",
|
||||
"Partner",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-have-meeting_53876-24966.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Wellness Consulting", author: "Wellness Dept", description: "Holistic advice for family balance.", tags: ["Wellness", "Consulting"], imageSrc: "http://img.b2bpic.net/free-photo/mother-hugging-daughter-park_1150-2810.jpg" },
|
||||
{ id: "f2", title: "Growth Tracking", author: "Health Team", description: "Insights into family milestones.", tags: ["Growth", "Tracking"], imageSrc: "http://img.b2bpic.net/free-photo/child-learning-outside_1150-5473.jpg" },
|
||||
{ id: "f3", title: "Community Support", author: "Staff", description: "Dedicated support for every family.", tags: ["Support", "Community"], imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-group-park_1150-15632.jpg" },
|
||||
]}
|
||||
title="Our Key Services"
|
||||
description="Explore the range of professional services we offer to help your business thrive."
|
||||
title="Our Core Services"
|
||||
description="Explore the services we offer to help your family flourish."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -227,193 +89,70 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Smith",
|
||||
role: "CEO",
|
||||
testimonial: "Amazing work!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Fox",
|
||||
role: "CTO",
|
||||
testimonial: "Truly game-changing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Ross",
|
||||
role: "Director",
|
||||
testimonial: "Exceeded all our expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office_23-2150167821.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
role: "Manager",
|
||||
testimonial: "Very professional and fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah Lee",
|
||||
role: "Lead",
|
||||
testimonial: "The best partner for our scale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Read authentic feedback from the business leaders we have successfully partnered with."
|
||||
testimonials={[]}
|
||||
title="Testimonials"
|
||||
description="Hear from the families we support."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
<MetricCardFourteen
|
||||
title="Our Impact"
|
||||
tag="Wellness Metrics"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Projects Completed Successfully",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "25+",
|
||||
description: "Global Partners Engaged",
|
||||
},
|
||||
{ id: "m1", value: "500+", description: "Families Supported" },
|
||||
{ id: "m2", value: "99%", description: "Happiness Index" },
|
||||
{ id: "m3", value: "10+", description: "Wellness Workshops" },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="We are proud of the tangible results our clients achieve."
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we start?",
|
||||
content: "Simply reach out via our contact form.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What industries do you work with?",
|
||||
content: "We support a wide array of business sectors.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there a trial period?",
|
||||
content: "Yes, let's discuss your custom trial.",
|
||||
},
|
||||
{ id: "q1", title: "How do I join?", content: "Fill out our connection form." },
|
||||
{ id: "q2", title: "Who is this for?", content: "Families at any stage." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here are the answers to the questions we receive most often."
|
||||
title="Family Wellness FAQ"
|
||||
description="Answers to questions about our collective care."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Business Insights"
|
||||
description="Our latest articles and news from the business industry."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Growth",
|
||||
title: "Scaling Business",
|
||||
excerpt: "How to plan your scale...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-with-laptop-sitting-restaurant_23-2147876708.jpg",
|
||||
authorName: "CEO",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
date: "Jan 2025",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Trends",
|
||||
title: "Market Dynamics",
|
||||
excerpt: "Staying ahead of changes...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg",
|
||||
authorName: "CTO",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10533.jpg",
|
||||
date: "Dec 2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Strategy",
|
||||
title: "Modern Planning",
|
||||
excerpt: "Better planning techniques...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-wooden-sticks_23-2147986593.jpg",
|
||||
authorName: "Lead",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
date: "Nov 2024",
|
||||
},
|
||||
]}
|
||||
title="Wellness Resources"
|
||||
description="Latest insights for your family."
|
||||
blogs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Start?"
|
||||
description="Contact us today for a consultation and learn how we can grow your business."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg"
|
||||
title="Start Your Journey"
|
||||
description="Contact us today to discover your wellness path."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/family-walking-outdoors_1150-13615.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="BusinessPro"
|
||||
columns={[]}
|
||||
logoText="Thrive Family Collective"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user