Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
{ label: "Newsletter", href: "contact" }
|
||||
]
|
||||
}
|
||||
]
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user