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';
|
||||
@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
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() {
|
||||
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"
|
||||
},
|
||||
items: [
|
||||
{ icon: Dumbbell, text: "Muscle growth focus" },
|
||||
{ icon: Shield, text: "Injury prevention tips" },
|
||||
{ icon: TrendingUp, text: "Progressive overload" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user