diff --git a/src/app/page.tsx b/src/app/page.tsx
index 134eb10..91fb984 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -31,30 +31,12 @@ export default function LandingPage() {
@@ -62,74 +44,21 @@ export default function LandingPage() {
@@ -139,260 +68,60 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Precision Fades",
- descriptions: [
- "Clean, sharp fades tailored to your hair type and style preferences.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-finishing-haircut_23-2148298296.jpg",
- },
- {
- id: "f2",
- title: "Straight Razor Shaves",
- descriptions: [
- "Classic hot towel treatments and professional straight razor shaves.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbershop-concept_23-2148506263.jpg",
- },
- {
- id: "f3",
- title: "Beard Grooming",
- descriptions: [
- "Expert beard trimming, sculpting, and maintenance for a sharp look.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg",
- },
+ { id: "f1", title: "Degradados de Precisión", descriptions: ["Cortes limpios y definidos adaptados a tu estilo."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-finishing-haircut_23-2148298296.jpg" },
+ { id: "f2", title: "Afeitado a Navaja", descriptions: ["Tratamientos clásicos con toalla caliente."], imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbershop-concept_23-2148506263.jpg" },
+ { id: "f3", title: "Cuidado de Barba", descriptions: ["Perfilado, escultura y mantenimiento profesional."], imageSrc: "http://img.b2bpic.net/free-photo/content-client-with-hair-dye_23-2147769778.jpg" },
]}
- title="Our Services"
- description="From precision fades to classic straight razor shaves."
+ title="Nuestros Servicios"
+ description="De cortes degradados a afeitados clásicos con navaja."
/>