diff --git a/src/app/page.tsx b/src/app/page.tsx index 7981753..ea807df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { XCircle, Hand, Settings, Smile, Briefcase, Dumbbell, UsersRound, Stethoscope, MoonStar, Star } from "lucide-react"; +import { XCircle, Hand, Settings, Smile, Briefcase, Dumbbell, UsersRound, Stethoscope, MoonStar, Star, Zap, Target, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -70,7 +70,6 @@ export default function LandingPage() { { text: "Order Now & Get 40% Off →", href: "#offer" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} carouselPosition="right" /> @@ -80,11 +79,11 @@ export default function LandingPage() { title="Sound Familiar?" description="You don't need another painkiller. You need real heat — delivered exactly where it hurts." bulletPoints={[ - { title: "Shoulder pain that won't go away no matter what you try", icon: XCircle }, - { title: "Physiotherapy sessions costing thousands of rupees every month", icon: XCircle }, - { title: "Pain killers that only mask the problem temporarily", icon: XCircle }, - { title: "Cold nights where your shoulder aches you out of sleep", icon: XCircle }, - { title: "Can't lift your arm properly at work or at the gym", icon: XCircle } + { title: "Shoulder pain that won't go away no matter what you try", description: "Persistent shoulder pain can be debilitating.", icon: XCircle }, + { title: "Physiotherapy sessions costing thousands of rupees every month", description: "Expensive physiotherapy sessions may not be sustainable.", icon: XCircle }, + { title: "Pain killers that only mask the problem temporarily", description: "Painkillers offer only temporary relief.", icon: XCircle }, + { title: "Cold nights where your shoulder aches you out of sleep", description: "Night pain disrupts sleep and recovery.", icon: XCircle }, + { title: "Can't lift your arm properly at work or at the gym", description: "Limited arm mobility affects daily activities.", icon: XCircle } ]} imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-touching-shoulder-feeling-pain-standing-white-background_141793-54195.jpg" imageAlt="Person with hand on aching shoulder and painful expression" @@ -98,6 +97,10 @@ export default function LandingPage() {