From 006a522d25904b735d52013996b863d87fbd5797 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 10:00:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d712b2..c651c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,47 +47,26 @@ export default function LandingPage() {
@@ -108,26 +77,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Organic", - title: "Farm-to-Table", - subtitle: "Local Sourcing", - description: "Ingredients hand-picked from sustainable local farms every morning.", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetables-bowl-marble-background_114579-67033.jpg", - }, + tag: "Organic", title: "Farm-to-Table", subtitle: "Local Sourcing", description: "Ingredients hand-picked from sustainable local farms every morning.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetables-bowl-marble-background_114579-67033.jpg"}, { - tag: "Fresh", - title: "Cold-Pressed Daily", - subtitle: "Raw Nutrition", - description: "Juices never heat-processed, keeping all enzymes and nutrients intact.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg", - }, + tag: "Fresh", title: "Cold-Pressed Daily", subtitle: "Raw Nutrition", description: "Juices never heat-processed, keeping all enzymes and nutrients intact.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg"}, { - tag: "Clean", - title: "Zero Additives", - subtitle: "Whole Foods Only", - description: "No refined sugars, no preservatives. Just natural, clean fuel for you.", - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788544.jpg", - }, + tag: "Clean", title: "Zero Additives", subtitle: "Whole Foods Only", description: "No refined sugars, no preservatives. Just natural, clean fuel for you.", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788544.jpg"}, ]} title="Why NutriFuel Matters" description="We believe in pure nutrition that fuels your body and mind. Every bite is an investment in your wellbeing." @@ -142,47 +96,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Detox Green Juice", - price: "$8.50", - variant: "Cold Pressed", - imageSrc: "http://img.b2bpic.net/free-photo/kombucha-bottle-pineapple_23-2149757717.jpg", - }, + id: "1", name: "Detox Green Juice", price: "$8.50", variant: "Cold Pressed", imageSrc: "http://img.b2bpic.net/free-photo/kombucha-bottle-pineapple_23-2149757717.jpg"}, { - id: "2", - name: "Turkey Avocado Wrap", - price: "$12.00", - variant: "Signature Wrap", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-sandwiches-with-copy-space-avocado_23-2148640172.jpg", - }, + id: "2", name: "Turkey Avocado Wrap", price: "$12.00", variant: "Signature Wrap", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-sandwiches-with-copy-space-avocado_23-2148640172.jpg"}, { - id: "3", - name: "Berry Yogurt Bowl", - price: "$9.50", - variant: "Fresh Bowl", - imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothies_74190-7614.jpg", - }, + id: "3", name: "Berry Yogurt Bowl", price: "$9.50", variant: "Fresh Bowl", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothies_74190-7614.jpg"}, { - id: "4", - name: "Artisan Almond Cookie", - price: "$3.50", - variant: "Guilt-Free", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116853.jpg", - }, + id: "4", name: "Artisan Almond Cookie", price: "$3.50", variant: "Guilt-Free", imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116853.jpg"}, { - id: "5", - name: "Overnight Berry Oats", - price: "$7.00", - variant: "Breakfast", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-overnight-oats-with-fresh-strawberries-blueberries-nuts-glass-jar-rustic-surface_141793-6947.jpg", - }, + id: "5", name: "Overnight Berry Oats", price: "$7.00", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/side-view-overnight-oats-with-fresh-strawberries-blueberries-nuts-glass-jar-rustic-surface_141793-6947.jpg"}, { - id: "6", - name: "Garden Harvest Salad", - price: "$11.50", - variant: "Lunch", - imageSrc: "http://img.b2bpic.net/free-photo/useful-dietary-salad-with-cottage-cheese-herbs-vegetables_2829-19859.jpg", - }, + id: "6", name: "Garden Harvest Salad", price: "$11.50", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/useful-dietary-salad-with-cottage-cheese-herbs-vegetables_2829-19859.jpg"}, ]} title="Nutritious Menu" description="Hand-crafted food and drinks designed for flavor and wellness." @@ -191,50 +115,26 @@ export default function LandingPage() {