diff --git a/src/app/page.tsx b/src/app/page.tsx
index c4a8828..f389828 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,144 +32,55 @@ export default function LandingPage() {
@@ -179,21 +90,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Orofacial Myology Matters"
metrics={[
- {
- label: "Bite Alignment",
- value: "Optimized",
- icon: Sparkles,
- },
- {
- label: "Breathing",
- value: "Optimized",
- icon: Wind,
- },
- {
- label: "Sleep Quality",
- value: "Improved",
- icon: Moon,
- },
+ { label: "Bite Alignment", value: "Optimized", icon: Sparkles },
+ { label: "Breathing", value: "Optimized", icon: Wind },
+ { label: "Sleep Quality", value: "Improved", icon: Moon },
]}
metricsAnimation="slide-up"
/>
@@ -205,21 +104,9 @@ export default function LandingPage() {
title="Comprehensive Therapy & Care"
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
accordionItems={[
- {
- id: "1",
- title: "Sleep Enhancement Therapy",
- content: "Improve your sleep quality through optimized breathing patterns and orofacial function.",
- },
- {
- id: "2",
- title: "Bite Alignment Correction",
- content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques.",
- },
- {
- id: "3",
- title: "Breathing Optimization",
- content: "Learn techniques that transform how you breathe, supporting overall wellness and vitality.",
- },
+ { id: "1", title: "Sleep Enhancement Therapy", content: "Improve your sleep quality through optimized breathing patterns and orofacial function." },
+ { id: "2", title: "Bite Alignment Correction", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques." },
+ { id: "3", title: "Breathing Optimization", content: "Learn techniques that transform how you breathe, supporting overall wellness and vitality." },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-sitting-with-closed-eyes_23-2148897916.jpg"
mediaAnimation="slide-up"
@@ -233,60 +120,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Course",
- name: "Myofunctional Foundation",
- price: "$150",
- rating: 5,
- reviewCount: "24",
- imageSrc: "http://img.b2bpic.net/free-photo/medic-equipment-desk_23-2148519752.jpg",
- },
- {
- id: "p2",
- brand: "Course",
- name: "Better Sleep Blueprint",
- price: "$195",
- rating: 5,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-vector/creative-hand-drawn-tree-yoga-gym-our-services-flyer_742173-1347.jpg",
- },
- {
- id: "p3",
- brand: "Course",
- name: "Jaw Tension Relief",
- price: "$120",
- rating: 4,
- reviewCount: "32",
- imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg",
- },
- {
- id: "p4",
- brand: "Course",
- name: "Habit Transformation Kit",
- price: "$250",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-notebook-with-dumbbells_23-2148531494.jpg",
- },
- {
- id: "p5",
- brand: "Course",
- name: "Advanced Orofacial Wellness",
- price: "$300",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-choosing-recipe-from-internet_23-2147809496.jpg",
- },
- {
- id: "p6",
- brand: "Course",
- name: "Daily Habit Routine",
- price: "$85",
- rating: 4,
- reviewCount: "60",
- imageSrc: "http://img.b2bpic.net/free-photo/think-outside-box-concept_53876-133687.jpg",
- },
+ { id: "p1", brand: "Course", name: "Myofunctional Foundation", price: "$150", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/medic-equipment-desk_23-2148519752.jpg" },
+ { id: "p2", brand: "Course", name: "Better Sleep Blueprint", price: "$195", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-vector/creative-hand-drawn-tree-yoga-gym-our-services-flyer_742173-1347.jpg" },
+ { id: "p3", brand: "Course", name: "Jaw Tension Relief", price: "$120", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg" },
+ { id: "p4", brand: "Course", name: "Habit Transformation Kit", price: "$250", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/blue-notebook-with-dumbbells_23-2148531494.jpg" },
+ { id: "p5", brand: "Course", name: "Advanced Orofacial Wellness", price: "$300", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-choosing-recipe-from-internet_23-2147809496.jpg" },
+ { id: "p6", brand: "Course", name: "Daily Habit Routine", price: "$85", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/think-outside-box-concept_53876-133687.jpg" },
]}
title="Curated Wellness Courses"
description="Access my specialized programs designed to help you build essential habits for lasting change."
@@ -300,21 +139,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "95%",
- description: "Improved sleep quality",
- },
- {
- id: "m2",
- value: "100+",
- description: "Successful transformations",
- },
- {
- id: "m3",
- value: "4.9/5",
- description: "Average client rating",
- },
+ { id: "m1", value: "95%", description: "Improved sleep quality" },
+ { id: "m2", value: "100+", description: "Successful transformations" },
+ { id: "m3", value: "4.9/5", description: "Average client rating" },
]}
title="Impact & Results"
description="Data-driven results for every client."
@@ -327,41 +154,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Matthew L.",
- role: "Client",
- testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg",
- },
- {
- id: "2",
- name: "Max M.",
- role: "Client",
- testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
- },
- {
- id: "3",
- name: "Kyle S.",
- role: "Client",
- testimonial: "Treatment with Olivia has truly been a game changer for me. I came in for orofacial myofunctional therapy and from the very first visit, I felt comfortable.",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
- },
- {
- id: "4",
- name: "Sarah J.",
- role: "Client",
- testimonial: "I have already noticed significant improvements in how my tongue rests and how I breathe. It is truly life-changing.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg",
- },
- {
- id: "5",
- name: "Elena R.",
- role: "Client",
- testimonial: "So professional, thorough, and supportive throughout the entire process. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg",
- },
+ { id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg" },
+ { id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
+ { id: "3", name: "Kyle S.", role: "Client", testimonial: "Treatment with Olivia has truly been a game changer for me. I came in for orofacial myofunctional therapy and from the very first visit, I felt comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg" },
+ { id: "4", name: "Sarah J.", role: "Client", testimonial: "I have already noticed significant improvements in how my tongue rests and how I breathe. It is truly life-changing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg" },
+ { id: "5", name: "Elena R.", role: "Client", testimonial: "So professional, thorough, and supportive throughout the entire process. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg" },
]}
title="Client Love"
description="Read about the transformations experienced by my clients."
@@ -373,21 +170,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "What is orofacial myology?",
- content: "It is the study and treatment of oral and facial muscles as they relate to speech, dentition, chewing, swallowing, and overall health.",
- },
- {
- id: "q2",
- title: "How do online sessions work?",
- content: "I offer personalized video consultations to guide you through specific exercises and therapy protocols from the comfort of your home.",
- },
- {
- id: "q3",
- title: "Who benefits from this therapy?",
- content: "Anyone dealing with bite issues, jaw tension, mouth breathing, or sleep disturbances can benefit significantly.",
- },
+ { id: "q1", title: "What is orofacial myology?", content: "It is the study and treatment of oral and facial muscles as they relate to speech, dentition, chewing, swallowing, and overall health." },
+ { id: "q2", title: "How do online sessions work?", content: "I offer personalized video consultations to guide you through specific exercises and therapy protocols from the comfort of your home." },
+ { id: "q3", title: "Who benefits from this therapy?", content: "Anyone dealing with bite issues, jaw tension, mouth breathing, or sleep disturbances can benefit significantly." },
]}
title="Common Questions"
description="Find answers to help you start your journey."
@@ -399,29 +184,17 @@ export default function LandingPage() {