diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb8454b..9626d12 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { MapPin, Clock, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -35,7 +34,6 @@ export default function LandingPage() {
{ name: "Sobre Nosotros", id: "sobre-nosotros" },
{ name: "Contacto", id: "contacto" },
]}
- brandName="Bike Center PR"
/>
@@ -53,6 +51,7 @@ export default function LandingPage() {