diff --git a/src/app/page.tsx b/src/app/page.tsx index b090efb..93c4ceb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,13 +66,16 @@ export default function LandingPage() { stats: [ { title: "Therapists", values: [5, 7, 8], - description: "Certified professionals"}, + description: "Certified professionals" + }, { title: "Experience", values: [10, 15, 20], - valueSuffix: "yrs", description: "Average expertise"}, + valueSuffix: "yrs", description: "Average expertise" + }, { title: "Clients", values: [500, 750, 1000], - description: "Satisfied customers"}, + description: "Satisfied customers" + }, ], chartTitle: "Client Satisfaction", chartData: [ { value: 95 }, @@ -85,12 +88,15 @@ export default function LandingPage() { { icon: Heart, title: "Swedish Massage", status: "Most Booked" }, { icon: Wind, - title: "Deep Tissue Therapy", status: "Available"}, + title: "Deep Tissue Therapy", status: "Available" + }, { icon: Leaf, - title: "Hot Stone Treatment", status: "Available"}, + title: "Hot Stone Treatment", status: "Available" + }, ], }} + containerClassName="py-10 md:py-16 lg:py-20" /> @@ -122,11 +128,13 @@ export default function LandingPage() { description="We prioritize your wellness with personalized care" negativeCard={{ items: [ - "Generic massage sessions", "One-size-fits-all approach", "Rushed 30-minute treatments", "No aftercare guidance"], + "Generic massage sessions", "One-size-fits-all approach", "Rushed 30-minute treatments", "No aftercare guidance" + ], }} positiveCard={{ items: [ - "Personalized treatment plans", "Customized therapy techniques", "Extended 60-90 minute sessions", "Complete wellness guidance"], + "Personalized treatment plans", "Customized therapy techniques", "Extended 60-90 minute sessions", "Complete wellness guidance" + ], }} animationType="slide-up" textboxLayout="default" @@ -141,17 +149,23 @@ export default function LandingPage() { author="Maria Johnson, Business Executive" avatars={[ { - src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Maria Johnson"}, + src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Maria Johnson" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "James Smith"}, + src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "James Smith" + }, { - src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", alt: "Lisa Chen"}, + src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", alt: "Lisa Chen" + }, { - src: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg", alt: "David Brown"}, + src: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg", alt: "David Brown" + }, { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Sarah Williams"}, + src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Sarah Williams" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-looking-through-window_1262-1977.jpg", alt: "Emily Davis"}, + src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-looking-through-window_1262-1977.jpg", alt: "Emily Davis" + }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -173,19 +187,22 @@ export default function LandingPage() { { id: "single-session", tag: "Single Session", price: "$75", period: "/session", description: "Perfect for first-time clients or occasional relaxation.", button: { text: "Book Now", href: "contact" }, featuresTitle: "What's Included:", features: [ - "60-minute massage therapy", "Consultation & assessment", "Relaxation techniques", "Wellness recommendations"], + "60-minute massage therapy", "Consultation & assessment", "Relaxation techniques", "Wellness recommendations" + ], }, { id: "package-5", tag: "Popular", tagIcon: Heart, price: "$325", period: "/5 sessions", description: "Save 13% with our 5-session wellness package.", button: { text: "Choose Package", href: "contact" }, featuresTitle: "What's Included:", features: [ - "5 x 60-minute sessions", "Personalized treatment plan", "Priority scheduling", "Wellness consultation", "10% member discount"], + "5 x 60-minute sessions", "Personalized treatment plan", "Priority scheduling", "Wellness consultation", "10% member discount" + ], }, { id: "package-10", tag: "Best Value", tagIcon: Sparkles, price: "$600", period: "/10 sessions", description: "Maximum savings with our comprehensive wellness program.", button: { text: "Start Healing", href: "contact" }, featuresTitle: "What's Included:", features: [ - "10 x 60-minute sessions", "Custom healing protocol", "24/7 priority support", "Quarterly wellness reviews", "20% member discount", "Free wellness products"], + "10 x 60-minute sessions", "Custom healing protocol", "24/7 priority support", "Quarterly wellness reviews", "20% member discount", "Free wellness products" + ], }, ]} />