From 5409822e2610a6877ebe9e0d02be482c71f47921 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 09:16:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f897531..c5e7402 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -58,93 +48,54 @@ export default function LandingPage() {
@@ -158,47 +109,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Honey Chilli Chicken", - price: "₹350", - variant: "High Protein | Gym Favorite 💪", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-high-protein-meal-composition_23-2149089617.jpg", - }, + id: "1", name: "Honey Chilli Chicken", price: "₹350", variant: "High Protein | Gym Favorite 💪", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-high-protein-meal-composition_23-2149089617.jpg"}, { - id: "2", - name: "Paneer Malabar Fusion", - price: "₹320", - variant: "High Protein | Low Oil", - imageSrc: "http://img.b2bpic.net/free-photo/woman-weighs-benefits-pear-grapefruit-home-kitchen-healthy-choice_169016-71054.jpg", - }, + id: "2", name: "Paneer Malabar Fusion", price: "₹320", variant: "High Protein | Low Oil", imageSrc: "http://img.b2bpic.net/free-photo/woman-weighs-benefits-pear-grapefruit-home-kitchen-healthy-choice_169016-71054.jpg"}, { - id: "3", - name: "Whole Wheat Pizza", - price: "₹380", - variant: "Trending 🔥 | Muscle Gain 🍗", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-assortment-healthy-food_23-2148381259.jpg", - }, + id: "3", name: "Whole Wheat Pizza", price: "₹380", variant: "Trending 🔥 | Muscle Gain 🍗", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-assortment-healthy-food_23-2148381259.jpg"}, { - id: "4", - name: "Grilled Chicken Rice", - price: "₹340", - variant: "High Protein | Fiber", - imageSrc: "http://img.b2bpic.net/free-photo/image-attractive-woman-cook-home_197531-33933.jpg", - }, + id: "4", name: "Grilled Chicken Rice", price: "₹340", variant: "High Protein | Fiber", imageSrc: "http://img.b2bpic.net/free-photo/image-attractive-woman-cook-home_197531-33933.jpg"}, { - id: "5", - name: "Burnt Garlic Noodles", - price: "₹310", - variant: "Low Fat | Lean Gain", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-bowl_1220-7193.jpg", - }, + id: "5", name: "Burnt Garlic Noodles", price: "₹310", variant: "Low Fat | Lean Gain", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-bowl_1220-7193.jpg"}, { - id: "6", - name: "Fibre Veggie Bowl", - price: "₹290", - variant: "Muscle Gain 🍗", - imageSrc: "http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073356.jpg", - }, + id: "6", name: "Fibre Veggie Bowl", price: "₹290", variant: "Muscle Gain 🍗", imageSrc: "http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073356.jpg"}, ]} title="Signature Plates" description="Macro-perfect combos crafted for your performance." @@ -213,23 +134,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Choose Protein", - description: "Grilled chicken, Spicy chicken, or Paneer.", - imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-cutlery_23-2149872583.jpg", - imageAlt: "Protein Options", - }, + title: "Choose Protein", description: "Grilled chicken, Spicy chicken, or Paneer.", imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-cutlery_23-2149872583.jpg", imageAlt: "Protein Options"}, { - title: "Select Carb Base", - description: "Brown rice, Noodles, or whole wheat base.", - imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086076.jpg", - imageAlt: "Carb Bases", - }, + title: "Select Carb Base", description: "Brown rice, Noodles, or whole wheat base.", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086076.jpg", imageAlt: "Carb Bases"}, { - title: "Fibre & Fats", - description: "Add mushrooms, nuts, seeds, and healthy oils.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-plate-with-golden-fork_23-2148517960.jpg", - imageAlt: "Fiber Add-ons", - }, + title: "Fibre & Fats", description: "Add mushrooms, nuts, seeds, and healthy oils.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-plate-with-golden-fork_23-2148517960.jpg", imageAlt: "Fiber Add-ons"}, ]} title="Build Your Perfect Macro Meal 💪" description="Customizable meals tailored to your dietary goals." @@ -243,34 +152,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "daily", - price: "₹250 / day", - name: "2 Meals per Day", - features: [ - "Covers Carbs, Fats, Fibre", - "Optimized Macros", - "Affordable Gains", - ], + id: "daily", price: "₹250 / day", name: "2 Meals per Day", features: [ + "Covers Carbs, Fats, Fibre", "Optimized Macros", "Affordable Gains"], buttons: [ { - text: "Subscribe Now", - }, + text: "Subscribe Now"}, ], }, { - id: "monthly", - price: "₹7500 / month", - name: "The Gainz Plan", - badge: "Best Value", - features: [ - "All benefits of daily", - "Priority Delivery", - "Nutritionist Support", - ], + id: "monthly", price: "₹7500 / month", name: "The Gainz Plan", badge: "Best Value", features: [ + "All benefits of daily", "Priority Delivery", "Nutritionist Support"], buttons: [ { - text: "Subscribe Now", - }, + text: "Subscribe Now"}, ], }, ]} @@ -284,9 +178,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Modern Walk-in Experience" description={[ - "Enjoy our aesthetic interiors and fast service.", - "Fitness-focused atmosphere designed for Gen-Z.", - ]} + "Enjoy our aesthetic interiors and fast service.", "Fitness-focused atmosphere designed for Gen-Z."]} />
@@ -297,45 +189,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Rahul P.", - handle: "@fitgym", - testimonial: "Bro this is insane gains food 💀💪", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-headphones-holding-dumbbells-doing-exercises-looking-confident-smiling_141793-108821.jpg", - }, + id: "1", name: "Rahul P.", handle: "@fitgym", testimonial: "Bro this is insane gains food 💀💪", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-headphones-holding-dumbbells-doing-exercises-looking-confident-smiling_141793-108821.jpg"}, { - id: "2", - name: "Sarah K.", - handle: "@runfast", - testimonial: "The best macros I've had in a long time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-has-training-doing-exercise-outdoors-street-simulators-sport-fitness-street-workout-concept_627829-8026.jpg", - }, + id: "2", name: "Sarah K.", handle: "@runfast", testimonial: "The best macros I've had in a long time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-has-training-doing-exercise-outdoors-street-simulators-sport-fitness-street-workout-concept_627829-8026.jpg"}, { - id: "3", - name: "Mike J.", - handle: "@gainsmode", - testimonial: "Flavor is top tier and actually healthy.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", - }, + id: "3", name: "Mike J.", handle: "@gainsmode", testimonial: "Flavor is top tier and actually healthy.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg"}, { - id: "4", - name: "Anita L.", - handle: "@healthlife", - testimonial: "Subscription life made easy and cheap.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg", - }, + id: "4", name: "Anita L.", handle: "@healthlife", testimonial: "Subscription life made easy and cheap.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg"}, { - id: "5", - name: "Vikram V.", - handle: "@fitnessguru", - testimonial: "Finally, food that works for my routine.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-sporty-woman-jogging-park_1262-6246.jpg", - }, + id: "5", name: "Vikram V.", handle: "@fitnessguru", testimonial: "Finally, food that works for my routine.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-sporty-woman-jogging-park_1262-6246.jpg"}, ]} showRating={true} title="What the Crew Says" @@ -348,9 +215,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Healthy Eating Made Cool" description={[ - "We believe healthy eating should be accessible, cool, and super tasty.", - "Fitness and nutrition don't have to be boring.", - ]} + "We believe healthy eating should be accessible, cool, and super tasty.", "Fitness and nutrition don't have to be boring."]} /> @@ -358,15 +223,13 @@ export default function LandingPage() { @@ -377,29 +240,19 @@ export default function LandingPage() { { items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Build", - href: "#build", - }, + label: "Build", href: "#build"}, { - label: "Subscribe", - href: "#subscribe", - }, + label: "Subscribe", href: "#subscribe"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1