diff --git a/src/app/page.tsx b/src/app/page.tsx index a017a5c..8235e5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
-
@@ -71,20 +69,14 @@ export default function LandingPage() {
-
@@ -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() {
@@ -152,28 +130,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file