diff --git a/src/app/page.tsx b/src/app/page.tsx index 554841c..27be554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,9 +11,9 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Star, Grid, Award, TrendingUp, Briefcase, Mail, HelpCircle, Shirt, Home, Dumbbell, Activity, Zap, Smartphone, Cpu } from 'lucide-react'; +import { Sparkles, Star, Grid, Award, TrendingUp, Briefcase, Mail, HelpCircle, Shirt, Dumbbell, Activity, Zap, Smartphone, Cpu } from 'lucide-react'; -export default function Home() { +export default function HomePage() { return (