diff --git a/src/app/page.tsx b/src/app/page.tsx index d2ed3a7..4b37b22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -223,27 +121,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "25%", - title: "HbA1c Reduction", - description: "Average user improvement.", - icon: TrendingDown, - }, - { - id: "m2", - value: "10k+", - title: "Active Users", - description: "Thriving in our community.", - icon: Users, - }, - { - id: "m3", - value: "98%", - title: "Satisfaction", - description: "Reported by our members.", - icon: ThumbsUp, - }, + { id: "m1", value: "25%", title: "HbA1c Reduction", description: "Average user improvement.", icon: TrendingDown }, + { id: "m2", value: "10k+", title: "Active Users", description: "Thriving in our community.", icon: Users }, + { id: "m3", value: "98%", title: "Satisfaction", description: "Reported by our members.", icon: ThumbsUp }, ]} title="Proven Results" description="See the impact on our community." @@ -257,52 +137,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Essential", - price: "$19/mo", - subtitle: "Track your basics.", - features: [ - "Daily glucose log", - "Basic meal suggestions", - ], - buttons: [ - { - text: "Sign Up", - href: "#contact", - }, - ], + id: "basic", badge: "Essential", price: "$19/mo", subtitle: "Track your basics.", features: ["Daily glucose log", "Basic meal suggestions"], + buttons: [{ text: "Sign Up", href: "#contact" }], }, { - id: "pro", - badge: "Most Popular", - price: "$49/mo", - subtitle: "Full AI coaching power.", - features: [ - "Predictive AI insights", - "Continuous integration", - ], - buttons: [ - { - text: "Sign Up", - href: "#contact", - }, - ], + id: "pro", badge: "Most Popular", price: "$49/mo", subtitle: "Full AI coaching power.", features: ["Predictive AI insights", "Continuous integration"], + buttons: [{ text: "Sign Up", href: "#contact" }], }, { - id: "enterprise", - badge: "Clinical", - price: "$99/mo", - subtitle: "For clinics & families.", - features: [ - "Multi-user dashboard", - "Priority data reports", - ], - buttons: [ - { - text: "Contact Us", - href: "#contact", - }, - ], + id: "enterprise", badge: "Clinical", price: "$99/mo", subtitle: "For clinics & families.", features: ["Multi-user dashboard", "Priority data reports"], + buttons: [{ text: "Contact Us", href: "#contact" }], }, ]} title="Choose Your Plan" @@ -317,26 +161,11 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-cute-charismatic-beauty-blogger-woman-sits-room-with-lipstick-hand-talking-about_1258-281786.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/young-male-doing-selfcare-routine_23-2149291872.jpg", - alt: "User 2", - }, - { - src: "http://img.b2bpic.net/free-photo/glad-positive-man-with-stubble-smiles-happily-listens-music-earphones_273609-8821.jpg", - alt: "User 3", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-girl-puts-her-black-wireless-headphones-listens-music_1258-201274.jpg", - alt: "User 4", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-her-room-sitting-showing-lipstick-recommending-favourite_1258-281815.jpg", - alt: "User 5", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-cute-charismatic-beauty-blogger-woman-sits-room-with-lipstick-hand-talking-about_1258-281786.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/young-male-doing-selfcare-routine_23-2149291872.jpg", alt: "User 2" }, + { src: "http://img.b2bpic.net/free-photo/glad-positive-man-with-stubble-smiles-happily-listens-music-earphones_273609-8821.jpg", alt: "User 3" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-girl-puts-her-black-wireless-headphones-listens-music_1258-201274.jpg", alt: "User 4" }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-her-room-sitting-showing-lipstick-recommending-favourite_1258-281815.jpg", alt: "User 5" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -348,21 +177,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "faq1", - title: "Is my data secure?", - content: "Yes, we use military-grade encryption.", - }, - { - id: "faq2", - title: "Does it connect to wearables?", - content: "It supports all major health trackers.", - }, - { - id: "faq3", - title: "Is the AI medically approved?", - content: "Our AI is built in consultation with doctors.", - }, + { id: "faq1", title: "Is my data secure?", content: "Yes, we use military-grade encryption." }, + { id: "faq2", title: "Does it connect to wearables?", content: "It supports all major health trackers." }, + { id: "faq3", title: "Is the AI medically approved?", content: "Our AI is built in consultation with doctors." }, ]} title="Common Questions" description="Get clarity on our AI features." @@ -373,9 +190,7 @@ export default function LandingPage() {