diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cfd975..c7018bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Award, Brain, Heart, Shield, TrendingUp, Trophy, Zap, Star, Clock, Flame, BookOpen, Mail, Instagram, Twitter, Linkedin, Users, Target, Briefcase } from "lucide-react"; +import { Award, Brain, Heart, Shield, TrendingUp, Trophy, Zap, Star, Clock, Flame, BookOpen, Mail, Instagram, Twitter, Linkedin, Users, Target, Briefcase, Dumbbell, Compass, Lightbulb } from "lucide-react"; export default function LandingPage() { return ( @@ -32,64 +32,64 @@ export default function LandingPage() { navItems={[ {"name": "Home", "id": "home"}, {"name": "About", "id": "about"}, - {"name": "Achievements", "id": "achievements"}, + {"name": "Certifications", "id": "achievements"}, {"name": "Services", "id": "services"}, - {"name": "Philosophy", "id": "philosophy"}, + {"name": "Approach", "id": "philosophy"}, {"name": "Contact", "id": "contact"} ]} - brandName="Rory Gibbs" - bottomLeftText="Olympic Champion" - bottomRightText="hello@rorygibbs.com" + brandName="Personal Trainer" + bottomLeftText="Certified Professional" + bottomRightText="contact@trainer.com" />
@@ -202,32 +203,32 @@ export default function LandingPage() {
); -} +} \ No newline at end of file