From 882f3472e9535e1fe5bdb7348b899a6ec5d1942e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++++++++--------------------------------- 1 file changed, 65 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 085ebe9..622da77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,12 @@ import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { MessageCircle, Sparkles, Zap } from "lucide-react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { MessageCircle, Sparkles, Zap, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -20,66 +21,59 @@ export default function LandingPage() { contentWidth="medium" sizing="medium" background="blurBottom" - cardStyle="inset" - primaryButtonStyle="double-inset" - secondaryButtonStyle="glass" - headingFontWeight="semibold" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" + headingFontWeight="extrabold" >
-
- +
+ +
+
@@ -88,146 +82,55 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Common Questions" - description="Quick answers to help you understand how to maximize your wellness experience." + description="Everything you need to know about our technology." faqs={[ - { - id: "f1", - title: "How do patches work?", - content: "Our non-invasive technology uses vibrotactile stimulation to signal the body.", - }, - { - id: "f2", - title: "Is it safe?", - content: "Yes, our products are non-transdermal and free from drugs or chemicals.", - }, - { - id: "f3", - title: "Can I use multiple patches?", - content: "Absolutely, many users see better results when stacking specific patch combinations.", - }, - { - id: "f4", - title: "How long do they last?", - content: "Each patch provides wellness support for up to 24 hours.", - }, - { - id: "f5", - title: "Shipping times?", - content: "Orders are typically processed and shipped within 48 hours.", - }, + { id: "f1", title: "How do patches work?", content: "Our non-invasive technology uses vibrotactile stimulation." }, + { id: "f2", title: "Is it safe?", content: "Yes, drug-free and non-transdermal." } ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-render-particle-design-with-motion-blur-effect_1048-12685.jpg?_wi=2" - mediaAnimation="slide-up" faqsAnimation="slide-up" />
); -} +} \ No newline at end of file -- 2.49.1