Update src/app/page.tsx
This commit is contained in:
221
src/app/page.tsx
221
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Portafolio",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Portafolio", id: "products" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="LogistiCorp Peru"
|
||||
/>
|
||||
@@ -57,35 +45,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Soluciones Integrales para su Empresa"
|
||||
description="Logística, mantenimiento, pintura e instalaciones industriales profesionales. Calidad y confianza para el sector corporativo en Perú."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contáctenos por WhatsApp",
|
||||
href: "https://wa.me/51123456789",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-architects-looking-construction-site_23-2147702470.jpg?_wi=1"
|
||||
buttons={[{ text: "Contáctenos por WhatsApp", href: "https://wa.me/51123456789" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-architects-looking-construction-site_23-2147702470.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702501.jpg",
|
||||
alt: "Female architect with helmet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg",
|
||||
alt: "Engineers in industry 40 industrial plant controlling automated machinery",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/workers-washing-windows-office-building_1153-4657.jpg",
|
||||
alt: "Workers washing windows in the office building",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg",
|
||||
alt: "Workers using hvac manifold indicators",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
||||
alt: "Two happy male and female business people showing thumbs up outdoors.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-architect-with-helmet_23-2147702501.jpg", alt: "Female architect with helmet" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg", alt: "Engineers in industry 40 industrial plant controlling automated machinery" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/workers-washing-windows-office-building_1153-4657.jpg", alt: "Workers washing windows in the office building" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg", alt: "Workers using hvac manifold indicators" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Two happy male and female business people showing thumbs up outdoors." },
|
||||
]}
|
||||
avatarText="Más de 500 proyectos exitosos"
|
||||
/>
|
||||
@@ -95,14 +63,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Compromiso con la Excelencia Operativa",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg",
|
||||
},
|
||||
{ type: "text", content: "Compromiso con la Excelencia Operativa" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,30 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Pintura Profesional",
|
||||
description: "Acabados industriales de alta durabilidad.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Paintbrush,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-holding-paint-roller-looking-camera-smiling-cheerfully-standing-blue_141793-109320.jpg",
|
||||
imageAlt: "painting rollers professional service",
|
||||
},
|
||||
{
|
||||
title: "Reparaciones",
|
||||
description: "Soluciones rápidas para infraestructura crítica.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-architects-looking-construction-site_23-2147702470.jpg?_wi=2",
|
||||
imageAlt: "painting rollers professional service",
|
||||
},
|
||||
{
|
||||
title: "Instalaciones",
|
||||
description: "Montaje experto de sistemas eléctricos y mecánicos.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg",
|
||||
imageAlt: "painting rollers professional service",
|
||||
},
|
||||
{ title: "Pintura Profesional", description: "Acabados industriales de alta durabilidad.", bentoComponent: "reveal-icon", icon: Paintbrush },
|
||||
{ title: "Reparaciones", description: "Soluciones rápidas para infraestructura crítica.", bentoComponent: "reveal-icon", icon: Wrench },
|
||||
{ title: "Instalaciones", description: "Montaje experto de sistemas eléctricos y mecánicos.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
]}
|
||||
title="Nuestros Servicios Corporativos"
|
||||
description="Ofrecemos servicios de alta calidad adaptados a las necesidades de su negocio."
|
||||
@@ -147,44 +88,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pintura de Depósito Logístico",
|
||||
price: "Lima",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242085.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Instalación de Redes Eléctricas",
|
||||
price: "Callao",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mantenimiento de Fachadas",
|
||||
price: "Miraflores",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hazmat-suit-cleaning_23-2149345581.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Reparación Estructural",
|
||||
price: "San Isidro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-architects-building-site_23-2147702471.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pintura para Oficinas",
|
||||
price: "Surco",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Instalación Mecánica",
|
||||
price: "Lurín",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg",
|
||||
},
|
||||
{ id: "1", name: "Pintura de Depósito Logístico", price: "Lima", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home_23-2149242085.jpg" },
|
||||
{ id: "2", name: "Instalación de Redes Eléctricas", price: "Callao", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg" },
|
||||
{ id: "3", name: "Mantenimiento de Fachadas", price: "Miraflores", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hazmat-suit-cleaning_23-2149345581.jpg" },
|
||||
{ id: "4", name: "Reparación Estructural", price: "San Isidro", imageSrc: "http://img.b2bpic.net/free-photo/team-architects-building-site_23-2147702471.jpg" },
|
||||
{ id: "5", name: "Pintura para Oficinas", price: "Surco", imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg" },
|
||||
{ id: "6", name: "Instalación Mecánica", price: "Lurín", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg" },
|
||||
]}
|
||||
title="Proyectos Completados"
|
||||
description="Galería de nuestros trabajos recientes."
|
||||
@@ -196,14 +108,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Logística Global",
|
||||
"Corporativo Lima",
|
||||
"Infraestructura Perú",
|
||||
"Transportes Andinos",
|
||||
"Servicios Integrales",
|
||||
"Suministros del Norte",
|
||||
"Innovación Corporativa",
|
||||
]}
|
||||
"Logística Global", "Corporativo Lima", "Infraestructura Perú", "Transportes Andinos", "Servicios Integrales", "Suministros del Norte", "Innovación Corporativa"]}
|
||||
title="Confían en Nosotros"
|
||||
description="Empresas líderes que nos avalan en Perú."
|
||||
/>
|
||||
@@ -216,46 +121,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Pérez",
|
||||
role: "Gerente",
|
||||
company: "Logística Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana García",
|
||||
role: "Directora",
|
||||
company: "Corporativo Lima",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-crossed-arms-darkness_1098-3707.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luis Torres",
|
||||
role: "Supervisor",
|
||||
company: "Infraestructura Perú",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-internet-smartphone_1262-3020.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "María López",
|
||||
role: "Administradora",
|
||||
company: "Transportes Andinos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos Ruiz",
|
||||
role: "Gerente",
|
||||
company: "Servicios Integrales",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-smiling_74855-1517.jpg",
|
||||
},
|
||||
{ id: "1", name: "Juan Pérez", role: "Gerente", company: "Logística Global", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" },
|
||||
{ id: "2", name: "Ana García", role: "Directora", company: "Corporativo Lima", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-crossed-arms-darkness_1098-3707.jpg" },
|
||||
{ id: "3", name: "Luis Torres", role: "Supervisor", company: "Infraestructura Perú", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-internet-smartphone_1262-3020.jpg" },
|
||||
{ id: "4", name: "María López", role: "Administradora", company: "Transportes Andinos", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg" },
|
||||
{ id: "5", name: "Carlos Ruiz", role: "Gerente", company: "Servicios Integrales", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-smiling_74855-1517.jpg" },
|
||||
]}
|
||||
title="Lo que Dicen Nuestros Clientes"
|
||||
description="Profesionalismo y calidad garantizados."
|
||||
@@ -267,21 +137,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Atienden a nivel nacional?",
|
||||
content: "Sí, brindamos servicios en Lima y regiones principales.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Tienen garantía?",
|
||||
content: "Todos nuestros trabajos incluyen garantía técnica.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Puedo solicitar un presupuesto?",
|
||||
content: "Contáctenos vía WhatsApp para un presupuesto personalizado.",
|
||||
},
|
||||
{ id: "1", title: "¿Atienden a nivel nacional?", content: "Sí, brindamos servicios en Lima y regiones principales." },
|
||||
{ id: "2", title: "¿Tienen garantía?", content: "Todos nuestros trabajos incluyen garantía técnica." },
|
||||
{ id: "3", title: "¿Puedo solicitar un presupuesto?", content: "Contáctenos vía WhatsApp para un presupuesto personalizado." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesita saber sobre nuestros servicios."
|
||||
@@ -292,10 +150,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contacto"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="¡Estamos Listos para Ayudarle!"
|
||||
description="Haga clic abajo para iniciar una consulta vía WhatsApp."
|
||||
buttonText="Chat WhatsApp"
|
||||
@@ -305,14 +162,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="LogistiCorp Peru"
|
||||
leftLink={{
|
||||
text: "Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Términos",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacidad", href: "#" }}
|
||||
rightLink={{ text: "Términos", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user