diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ef6b38..516680e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Award, TrendingUp, Trophy, Zap, Star, Dumbbell, Heart, Lightbulb, Compass, Mail, Instagram, Twitter, Linkedin } from "lucide-react"; +import { Award, TrendingUp, Trophy, Zap, Star, Dumbbell, Heart, Lightbulb, Compass, Mail, Instagram, Twitter, Linkedin, Sparkles, Globe, LifeBuoy, Users, Check } from "lucide-react"; export default function PersonalTrainerPage() { return ( @@ -31,36 +31,37 @@ export default function PersonalTrainerPage() {
@@ -68,25 +69,25 @@ export default function PersonalTrainerPage() {