Merge version_2 into main #2
@@ -4,9 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
@@ -41,19 +40,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb"}}
|
||||
logoText="Mobio: Your Month of Mastery"
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Mobio: Your Month of Mastery"
|
||||
description="Crush your 30-day fitness goals, climb the global leaderboard, earn exclusive digital badges, and share your transformation journey with the world."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start 30 Days", href: "#contact"},
|
||||
{
|
||||
text: "See Rankings", href: "#metrics"},
|
||||
{ text: "Start 30 Days", href: "#contact" },
|
||||
{ text: "See Rankings", href: "#metrics" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg", imageAlt: "Fitness training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg", imageAlt: "Fitness tracker" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,20 +69,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Lack of motivation", "Unstructured diet plans", "Isolated fitness journey"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Daily guided push notifications", "AI-optimized meal suggestions", "Global community rankings"],
|
||||
}}
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Transform Your Routine"
|
||||
description="Mobio eliminates guesswork, transforming your 30-day window into a high-impact success story through data and social validation."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg", imageAlt: "Feature imagery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg", imageAlt: "Nutrition tracking" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,21 +101,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Alex Rivers", role: "User", company: "Mobio Athlete", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg"},
|
||||
{
|
||||
id: "t2", name: "Sam Chen", role: "User", company: "Mobio Athlete", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg"},
|
||||
{
|
||||
id: "t3", name: "Maria Lopez", role: "User", company: "Mobio Athlete", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-lady-sporty-top-leggings-lying-yoga-mat-listening-music-earphones-while-dreamily-closing-her-eyes_574295-5554.jpg"},
|
||||
{
|
||||
id: "t4", name: "James Doe", role: "User", company: "Mobio Athlete", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-using-smartphone-gym_23-2147789617.jpg"},
|
||||
{
|
||||
id: "t5", name: "Sarah Smith", role: "User", company: "Mobio Athlete", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-athlete-listening-music-from-mobile-phone_1262-5130.jpg"},
|
||||
{ id: "t1", name: "Alex Rivers", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg" },
|
||||
{ id: "t2", name: "Sam Chen", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg" },
|
||||
{ id: "t3", name: "Maria Lopez", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-lady-sporty-top-leggings-lying-yoga-mat-listening-music-earphones-while-dreamily-closing-her-eyes_574295-5554.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "30k+", label: "Daily Active Users" },
|
||||
@@ -138,12 +118,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to change your life in 30 days? Download Mobio today and join the challenge."
|
||||
buttons={[
|
||||
{
|
||||
text: "Download App", href: "#"},
|
||||
{ text: "Download App", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,28 +130,13 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Mobio"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Progress", href: "#metrics" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Features", href: "#features" }, { label: "Progress", href: "#metrics" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user