From a4c07f3887250c8db7c48ed309595bd9922d0599 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:36:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b16dd2e..179d705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -53,20 +53,11 @@ export default function LandingPage() {
- @@ -307,8 +298,8 @@ export default function LandingPage() { { label: "Sectores", href: "#sectors"}, { - label: "Productos", href: "#products"}, - ], + label: "Productos", href: "#products"} + ] }, { items: [ @@ -319,8 +310,8 @@ export default function LandingPage() { { label: "Sobre Nosotros", href: "#about"}, { - label: "Contacto", href: "#contact"}, - ], + label: "Contacto", href: "#contact"} + ] }, { items: [ @@ -329,9 +320,9 @@ export default function LandingPage() { { label: "Términos y Condiciones", href: "#"}, { - label: "Aviso Legal", href: "#"}, - ], - }, + label: "Aviso Legal", href: "#"} + ] + } ]} logoText="ProcessAP Robotics" /> @@ -339,4 +330,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1