Update src/app/page.tsx

This commit is contained in:
2026-02-09 16:57:53 +00:00
parent b287da23e9
commit 499589b462

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Lotus, Sparkles } from "lucide-react"; import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Lotus, Sparkles, Dumbbell } from "lucide-react";
export default function FitnessLandingPage() { export default function FitnessLandingPage() {
return ( return (
@@ -95,6 +95,7 @@ export default function FitnessLandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", imageAlt: "Strength Training Workout" imageSrc: "https://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", imageAlt: "Strength Training Workout"
}, },
items: [ items: [
{ icon: Dumbbell, text: "Muscle growth focus" },
{ icon: Shield, text: "Injury prevention tips" }, { icon: Shield, text: "Injury prevention tips" },
{ icon: TrendingUp, text: "Progressive overload" } { icon: TrendingUp, text: "Progressive overload" }
], ],