From f15758c71ee348bf9e72de04b68b98e9517c6216 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 00:31:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.49.1