From 6681d296e48a6db37a0fa15cf0de0ee567d114f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:25:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++++++----------------------------------- 1 file changed, 68 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f98e47f..a4fdefd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; export default function LandingPage() { return ( @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,104 +47,56 @@ export default function LandingPage() {
@@ -162,24 +106,15 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Technology meets ", - }, + type: "text", content: "Technology meets "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/top-view-tablet-with-healthy-stuff-line_23-2148135583.jpg", - alt: "Tracking dashboard", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/top-view-tablet-with-healthy-stuff-line_23-2148135583.jpg", alt: "Tracking dashboard"}, { - type: "text", - content: " holistic fitness.", - }, + type: "text", content: " holistic fitness."}, ]} buttons={[ { - text: "Learn More", - href: "#metrics", - }, + text: "Learn More", href: "#metrics"}, ]} /> @@ -191,20 +126,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Image Recognition", - description: "Snap a photo and get precise calorie counts instantly.", - imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg?_wi=2", - }, + title: "AI Image Recognition", description: "Snap a photo and get precise calorie counts instantly.", imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg"}, { - title: "Personalized Workouts", - description: "Plans built for your height, weight, and fitness level.", - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-clipboard-with-blank-pages-writing-looking-confident-standing-orange-wall_141793-48863.jpg?_wi=2", - }, + title: "Personalized Workouts", description: "Plans built for your height, weight, and fitness level.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-clipboard-with-blank-pages-writing-looking-confident-standing-orange-wall_141793-48863.jpg"}, { - title: "Gamified Streaks", - description: "Stay motivated with daily rewards and streak tracking.", - imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg?_wi=2", - }, + title: "Gamified Streaks", description: "Stay motivated with daily rewards and streak tracking.", imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg"}, ]} title="Built for Results" description="Everything you need to reach your health goals in one simple, powerful app." @@ -218,31 +144,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100k+", - title: "Daily Scans", - items: [ - "Accurate AI scanning", - "Real-time updates", - ], + id: "m1", value: "100k+", title: "Daily Scans", items: [ + "Accurate AI scanning", "Real-time updates"], }, { - id: "m2", - value: "95%", - title: "Goal Success", - items: [ - "Personalized workouts", - "Proven tracking", - ], + id: "m2", value: "95%", title: "Goal Success", items: [ + "Personalized workouts", "Proven tracking"], }, { - id: "m3", - value: "5M+", - title: "Workouts Completed", - items: [ - "Tailored routines", - "Streak focus", - ], + id: "m3", value: "5M+", title: "Workouts Completed", items: [ + "Tailored routines", "Streak focus"], }, ]} title="Measurable Impact" @@ -257,32 +168,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - name: "Basic", - price: "$0", - buttons: [ + id: "p1", name: "Basic", price: "$0", buttons: [ { - text: "Join Free", - }, + text: "Join Free"}, ], features: [ - "Basic calorie tracking", - "Streak rewards", - ], + "Basic calorie tracking", "Streak rewards"], }, { - id: "p2", - name: "Pro", - price: "$19/mo", - buttons: [ + id: "p2", name: "Pro", price: "$19/mo", buttons: [ { - text: "Get Pro", - }, + text: "Get Pro"}, ], features: [ - "AI Photo Scanning", - "Custom Workout Plans", - ], + "AI Photo Scanning", "Custom Workout Plans"], }, ]} title="Simple Pricing" @@ -294,48 +193,24 @@ export default function LandingPage() {