From 71eed5fc84c25729e4f72dec89ee093776f28236 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 30 Jan 2026 11:17:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abf1f60..37bd3f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -87,7 +87,7 @@ export default function LandingPage() { { id: "3", title: "Budget-Friendly Options", content: "Eating healthy doesn't need to drain your wallet. Discover affordable, nutritious ingredients and smart shopping strategies that support both your health and your budget." } - ] + ]} buttons={[ { text: "Start Planning", href: "contact" } ]} @@ -114,7 +114,7 @@ export default function LandingPage() { { id: "3", name: "Quinoa Buddha Bowl", price: "$14", variant: "Plant-Based | High Protein", imageSrc: "https://img.b2bpic.net/free-photo/delicious-sweet-acai-bowl-assortment_23-2149185987.jpg", imageAlt: "Balanced Buddha bowl with grains and vegetables" } - ] + ]} /> @@ -137,7 +137,7 @@ export default function LandingPage() { { id: "3", value: "95%", title: "Wellness Success Rate", description: "Members report improved energy, health, and eating habits", imageSrc: "https://img.b2bpic.net/free-photo/female-nutritionist-giving-consultation-patient-making-diet-plan-weight-loss-clinic_657921-288.jpg", imageAlt: "Wellness transformation and health benefits results" } - ] + ]} /> @@ -166,7 +166,7 @@ export default function LandingPage() { { id: "6", name: "David Martinez", imageSrc: "https://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "David Martinez - fitness professional" } - ] + ]} /> @@ -195,7 +195,7 @@ export default function LandingPage() { { id: "5", title: "Do you offer personalized nutrition coaching?", content: "We provide self-guided nutrition resources, meal plans, and community support. For personalized coaching, we recommend consulting with a registered dietitian who can assess your individual needs and goals." } - ] + ]} /> @@ -249,7 +249,7 @@ export default function LandingPage() { { label: "Newsletter", href: "contact" } ] } - ] + ]} />