diff --git a/src/app/page.tsx b/src/app/page.tsx index e063655..f7b1180 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Dumbbell, Shield, User, Users, Sparkles, Zap } from 'lucide-react'; +import Image from 'next/image'; export default function LandingPage() { return ( @@ -33,7 +34,7 @@ export default function LandingPage() { { name: "Horarios", id: "schedule" }, { name: "Contacto", id: "contact" } ]} - brandName="GYM ZONA FIT" + brandName={GYM ZONA FIT} bottomLeftText="Bogotá, Colombia" bottomRightText="info@zonafitgym.com" /> @@ -189,4 +190,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file