Update src/app/diet-nutrition/page.tsx

This commit is contained in:
2026-06-02 15:43:08 +00:00
parent 86354cba45
commit 0876d0c704

View File

@@ -26,16 +26,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home", id: "/"},
name: "Home", id: "/"},
{
name: "Workout Plans", id: "/workout-plans"},
name: "Workout Plans", id: "/workout-plans"},
{
name: "Exercise Library", id: "/exercise-library"},
name: "Exercise Library", id: "/exercise-library"},
{
name: "Diet & Nutrition Tips", id: "/diet-nutrition"},\n {
name: "About Me", id: "/about"},
name: "Diet & Nutrition Tips", id: "/diet-nutrition"},
{
name: "Contact", id: "/contact"},
name: "About Me", id: "/about"},
{
name: "Contact", id: "/contact"}
]}
brandName="FitFromHome"
/>
@@ -50,11 +51,11 @@ export default function LandingPage() {
description="Explore practical tips and easy recipes to fuel your workouts, aid recovery, and cultivate a healthy lifestyle."
blogs={[
{
id: "blog-nutrition", category: "Nutrition Guide", title: "5 Foods to Eat After a Workout for Better Recovery", excerpt: "Discover essential foods that can significantly boost your post-workout recovery, helping you bounce back faster and stronger.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-autumn-salad-with-figs-blueberries-cheese-nuts-arugula-served-plate-dark-background_1220-6652.jpg", imageAlt: "Colorful image of a healthy meal", authorName: "FitFromHome Team", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-portrait-with-vegetable_23-2148851854.jpg", date: "July 25, 2024"},
id: "blog-nutrition", category: "Nutrition Guide", title: "5 Foods to Eat After a Workout for Better Recovery", excerpt: "Discover essential foods that can significantly boost your post-workout recovery, helping you bounce back faster and stronger.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-autumn-salad-with-figs-blueberries-cheese-nuts-arugula-served-plate-dark-background_1220-6652.jpg", imageAlt: "Colorful image of a healthy meal", authorName: "FitFromHome Team", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-portrait-with-vegetable_23-2148851854.jpg", date: "July 25, 2024"},
{
id: "blog-hydration", category: "Healthy Habits", title: "Hydration for Home Workouts: What You Need to Know", excerpt: "Discover why proper hydration is crucial for your energy and recovery during home exercise routines.", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothies_1203-9496.jpg", imageAlt: "Berry smoothies", authorName: "FitFromHome Team", authorAvatar: "http://img.b2bpic.net/free-photo/3d-cartoon-fitness-man_23-2151691452.jpg", date: "July 28, 2024"},
id: "blog-hydration", category: "Healthy Habits", title: "Hydration for Home Workouts: What You Need to Know", excerpt: "Discover why proper hydration is crucial for your energy and recovery during home exercise routines.", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothies_1203-9496.jpg", imageAlt: "Berry smoothies", authorName: "FitFromHome Team", authorAvatar: "http://img.b2bpic.net/free-photo/3d-cartoon-fitness-man_23-2151691452.jpg", date: "July 28, 2024"},
{
id: "blog-meal-prep", category: "Meal Prep", title: "Simple Meal Prep Ideas for Busy Weeks", excerpt: "Efficiently prepare healthy meals to support your fitness goals, even with a packed schedule.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-table_140725-9462.jpg", imageAlt: "Chicken salad on the table", authorName: "FitFromHome Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", date: "August 1, 2024"},
id: "blog-meal-prep", category: "Meal Prep", title: "Simple Meal Prep Ideas for Busy Weeks", excerpt: "Efficiently prepare healthy meals to support your fitness goals, even with a packed schedule.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-table_140725-9462.jpg", imageAlt: "Chicken salad on the table", authorName: "FitFromHome Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", date: "August 1, 2024"}
]}
/>
</div>
@@ -86,8 +87,8 @@ export default function LandingPage() {
{
label: "About Me", href: "/about"},
{
label: "Contact", href: "/contact"},
],
label: "Contact", href: "/contact"}
]
},
{
title: "Workouts", items: [
@@ -98,8 +99,8 @@ export default function LandingPage() {
{
label: "Exercise Tutorials", href: "/exercise-library"},
{
label: "Warm-ups", href: "/exercise-library#warmups"},
],
label: "Warm-ups", href: "/exercise-library#warmups"}
]
},
{
title: "Resources", items: [
@@ -110,9 +111,9 @@ export default function LandingPage() {
{
label: "Fitness Blog", href: "/workout-plans"},
{
label: "FAQ", href: "/#faq"},
],
},
label: "FAQ", href: "/#faq"}
]
}
]}
bottomLeftText="© 2024 FitFromHome. All rights reserved."
bottomRightText="Built with passion for home fitness."