Update src/app/exercise-library/page.tsx
This commit is contained in:
@@ -26,29 +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",
|
||||
},
|
||||
name: "Diet & Nutrition Tips", id: "/diet-nutrition"},
|
||||
{
|
||||
name: "About Me",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Me", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="No Gym Needed"
|
||||
/>
|
||||
@@ -62,39 +50,13 @@ export default function LandingPage() {
|
||||
description="A growing library of individual exercises with detailed instructions to ensure proper form and maximize effectiveness."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-pushup",
|
||||
category: "Exercise Tutorial",
|
||||
title: "How to Do a Perfect Pushup (Step-by-Step Tutorial)",
|
||||
excerpt: "Master the fundamental pushup, a powerful exercise for your chest, shoulders, and triceps, with our detailed guide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/active-sportsman-doing-push-ups_1163-379.jpg",
|
||||
imageAlt: "Side-view illustration of a person in a straight-arm plank",
|
||||
authorName: "No Gym Needed Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg",
|
||||
date: "July 22, 2024",
|
||||
},
|
||||
id: "blog-pushup", category: "Exercise Tutorial", title: "How to Do a Perfect Pushup (Step-by-Step Tutorial)", excerpt: "Master the fundamental pushup, a powerful exercise for your chest, shoulders, and triceps, with our detailed guide.", imageSrc: "http://img.b2bpic.net/free-photo/active-sportsman-doing-push-ups_1163-379.jpg", imageAlt: "Side-view illustration of a person in a straight-arm plank", authorName: "No Gym Needed Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", date: "July 22, 2024"},
|
||||
{
|
||||
id: "blog-squat",
|
||||
category: "Exercise Tutorial",
|
||||
title: "Master the Bodyweight Squat: Form & Benefits",
|
||||
excerpt: "Learn the foundational bodyweight squat for stronger legs and glutes, with tips for perfect form.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-push-ups_23-2148605686.jpg",
|
||||
imageAlt: "Athletic man doing push ups",
|
||||
authorName: "No Gym Needed Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-breast-cancer-awareness-month_23-2151827693.jpg",
|
||||
date: "July 25, 2024",
|
||||
},
|
||||
id: "blog-squat", category: "Exercise Tutorial", title: "Master the Bodyweight Squat: Form & Benefits", excerpt: "Learn the foundational bodyweight squat for stronger legs and glutes, with tips for perfect form.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-doing-push-ups_23-2148605686.jpg", imageAlt: "Athletic man doing push ups", authorName: "No Gym Needed Team", authorAvatar: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-breast-cancer-awareness-month_23-2151827693.jpg", date: "July 25, 2024"},
|
||||
{
|
||||
id: "blog-plank",
|
||||
category: "Core Strength",
|
||||
title: "The Perfect Plank: Core Stability for Beginners",
|
||||
excerpt: "Strengthen your core effectively with our guide to holding the perfect plank position.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stretching_1048-4669.jpg",
|
||||
imageAlt: "Stretching",
|
||||
authorName: "No Gym Needed Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg",
|
||||
date: "July 28, 2024",
|
||||
},
|
||||
id: "blog-plank", category: "Core Strength", title: "The Perfect Plank: Core Stability for Beginners", excerpt: "Strengthen your core effectively with our guide to holding the perfect plank position.", imageSrc: "http://img.b2bpic.net/free-photo/stretching_1048-4669.jpg", imageAlt: "Stretching", authorName: "No Gym Needed Team", authorAvatar: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg", date: "July 28, 2024"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,14 +65,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Movement Academy",
|
||||
"Body Mechanics",
|
||||
"Form Focus",
|
||||
"Strength Builders",
|
||||
"Athletic Guide",
|
||||
"Precision Fitness",
|
||||
"Kinetic Insights",
|
||||
]}
|
||||
"Movement Academy", "Body Mechanics", "Form Focus", "Strength Builders", "Athletic Guide", "Precision Fitness", "Kinetic Insights"]}
|
||||
title="Endorsed for Clear Guidance"
|
||||
description="Our exercise tutorials are praised for their clarity, helping countless users achieve proper form and prevent injury."
|
||||
/>
|
||||
@@ -120,74 +75,43 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Workout Plans",
|
||||
href: "/workout-plans",
|
||||
},
|
||||
label: "Workout Plans", href: "/workout-plans"},
|
||||
{
|
||||
label: "Exercise Library",
|
||||
href: "/exercise-library",
|
||||
},
|
||||
label: "Exercise Library", href: "/exercise-library"},
|
||||
{
|
||||
label: "Diet & Nutrition Tips",
|
||||
href: "/diet-nutrition",
|
||||
},
|
||||
label: "Diet & Nutrition Tips", href: "/diet-nutrition"},
|
||||
{
|
||||
label: "About Me",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Me", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Workouts",
|
||||
items: [
|
||||
title: "Workouts", items: [
|
||||
{
|
||||
label: "Beginner Routines",
|
||||
href: "/workout-plans#beginner",
|
||||
},
|
||||
label: "Beginner Routines", href: "/workout-plans#beginner"},
|
||||
{
|
||||
label: "Full Body Workouts",
|
||||
href: "/workout-plans#fullbody",
|
||||
},
|
||||
label: "Full Body Workouts", href: "/workout-plans#fullbody"},
|
||||
{
|
||||
label: "Exercise Tutorials",
|
||||
href: "/exercise-library",
|
||||
},
|
||||
label: "Exercise Tutorials", href: "/exercise-library"},
|
||||
{
|
||||
label: "Warm-ups",
|
||||
href: "/exercise-library#warmups",
|
||||
},
|
||||
label: "Warm-ups", href: "/exercise-library#warmups"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Nutrition Guides",
|
||||
href: "/diet-nutrition",
|
||||
},
|
||||
label: "Nutrition Guides", href: "/diet-nutrition"},
|
||||
{
|
||||
label: "Recovery Tips",
|
||||
href: "/diet-nutrition#recovery",
|
||||
},
|
||||
label: "Recovery Tips", href: "/diet-nutrition#recovery"},
|
||||
{
|
||||
label: "Fitness Blog",
|
||||
href: "/workout-plans",
|
||||
},
|
||||
label: "Fitness Blog", href: "/workout-plans"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/#faq",
|
||||
},
|
||||
label: "FAQ", href: "/#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user