diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a21d39..0593c64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,48 +42,27 @@ export default function LandingPage() {
@@ -102,20 +75,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "stat-1", - value: "77%", - description: "Users struggling with undetected stress", - }, + id: "stat-1", value: "77%", description: "Users struggling with undetected stress"}, { - id: "stat-2", - value: "$4.5T", - description: "Global economic impact of unmanaged burnout", - }, + id: "stat-2", value: "$4.5T", description: "Global economic impact of unmanaged burnout"}, { - id: "stat-3", - value: "0", - description: "Previous solutions that actually work in the moment", - }, + id: "stat-3", value: "0", description: "Previous solutions that actually work in the moment"}, ]} title="Discomfort Before Resolution" description="Every solution on the market is a rearview mirror. SenseWear is the windshield." @@ -129,20 +93,11 @@ export default function LandingPage() { description="Four signals, 60 reads per second. A neural network that learns you in 7 days." accordionItems={[ { - id: "f1", - title: "4 Signals. 60 Reads/sec", - content: "Capturing physiological nuances at unprecedented resolution.", - }, + id: "f1", title: "4 Signals. 60 Reads/sec", content: "Capturing physiological nuances at unprecedented resolution."}, { - id: "f2", - title: "Learns YOU in 7 Days", - content: "Individualized modeling that grows with your body.", - }, + id: "f2", title: "Learns YOU in 7 Days", content: "Individualized modeling that grows with your body."}, { - id: "f3", - title: "Works With Everything", - content: "Seamless integration with your digital ecosystem.", - }, + id: "f3", title: "Works With Everything", content: "Seamless integration with your digital ecosystem."}, ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-metallic-cube-shape_23-2150979662.jpg?_wi=7" mediaAnimation="slide-up" @@ -154,30 +109,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alex R.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", - }, + id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg"}, { - id: "t2", - name: "Jamie L.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", - }, + id: "t2", name: "Jamie L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg"}, { - id: "t3", - name: "Sarah M.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg", - }, + id: "t3", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg"}, { - id: "t4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg", - }, + id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg"}, { - id: "t5", - name: "Elena P.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-fitness-woman_171337-13339.jpg", - }, + id: "t5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-fitness-woman_171337-13339.jpg"}, ]} cardTitle="Waitlist Community" cardTag="47,832 Members" @@ -186,70 +126,51 @@ export default function LandingPage() {
-