diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cae745..944cb6c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Coffee, MapPin, Clock, Heart } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -31,7 +32,7 @@ export default function LandingPage() {
{ name: "Inicio", id: "hero" },
{ name: "Nosotros", id: "about" },
{ name: "Menú", id: "features" },
- { name: "Opiniones", id: "testimonials" },
+ { name: "Testimonios", id: "testimonials" },
{ name: "Contacto", id: "contact" }
]}
brandName="Bredo Coffee"
@@ -42,42 +43,26 @@ export default function LandingPage() {