Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e64bd66149 | |||
| 109b6bb555 | |||
| 73517bf364 | |||
| 61a755217a | |||
| e2bde1118e | |||
| 8329469f67 | |||
| 97ad4c809c | |||
| ce9da8d6ac | |||
| c54476dc9f | |||
| f771ee3975 | |||
| 2c95573a94 | |||
| 815f4fc97b | |||
| e6f98083b4 | |||
| d9fd19cbcc | |||
| 7b06b55af7 | |||
| 88c7848bf0 | |||
| 020acf7c51 | |||
| 0b0c40dee4 | |||
| 560744337b | |||
| dbb879c7b4 | |||
| 7b126bc89f |
@@ -30,10 +30,10 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="MasNegocioOnline"
|
||||
navItems={[
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Por Qué Nosotros", id: "about" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
{ name: "Servicios", id: "/services" },
|
||||
{ name: "Por Qué Nosotros", id: "#about" },
|
||||
{ name: "Testimonios", id: "#testimonials" },
|
||||
{ name: "Contacto", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20me%20gustaría%20conocer%20más%20sobre%20sus%20servicios"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Tu Socio Digital Completo"
|
||||
title="Desbloquea tu Crecimiento Online: Soluciones Digitales que Impulsan tu Negocio"
|
||||
description="Desde diseño web hasta producción de video y software personalizado—manejamos cada necesidad digital para que tú te enfoques en el crecimiento. Obtén tu consulta gratuita hoy."
|
||||
tag="Soluciones Integrales"
|
||||
tagIcon={Sparkles}
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20me%20gustaría%20una%20consulta%20gratuita"
|
||||
},
|
||||
{
|
||||
text: "Conocer Servicios", href: "#services"
|
||||
text: "Conocer Servicios", href: "/services"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-image-young-african-man-sitting-coworking_171337-13500.jpg"
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
description="No más esperas, no más complicaciones. Nuestro equipo está listo para llevar tu negocio al siguiente nivel. Envíanos un mensaje por WhatsApp para una consulta sin costo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20quiero%20comenzar%20mi%20transformación%20digital"
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20quiero%20comenzar%20my%20transformación%20digital"
|
||||
},
|
||||
{
|
||||
text: "Llamar: +51 998 482 8518", href: "tel:+51998482818"
|
||||
@@ -205,23 +205,23 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Producto", items: [
|
||||
{ label: "Diseño Web", href: "#services" },
|
||||
{ label: "Producción de Video", href: "#services" },
|
||||
{ label: "Desarrollo Backend", href: "#services" }
|
||||
{ label: "Diseño Web", href: "/services" },
|
||||
{ label: "Producción de Video", href: "/services" },
|
||||
{ label: "Desarrollo Backend", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Testimonios", href: "#testimonials" },
|
||||
{ label: "Casos de Éxito", href: "#metrics" }
|
||||
{ label: "Sobre Nosotros", href: "/#about" },
|
||||
{ label: "Testimonios", href: "/#testimonials" },
|
||||
{ label: "Casos de Éxito", href: "/#metrics" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{ label: "WhatsApp: +51 998 482 8518", href: "https://wa.me/51998482818" },
|
||||
{ label: "Email: info@masnegocios.online", href: "mailto:info@masnegocios.online" },
|
||||
{ label: "Consulta Gratuita", href: "#contact" }
|
||||
{ label: "Consulta Gratuita", href: "/#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -230,4 +230,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
122
src/app/services/page.tsx
Normal file
122
src/app/services/page.tsx
Normal file
@@ -0,0 +1,122 @@
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { Play, Image, Camera, Code, Monitor, Sparkles, Rocket } from 'lucide-react';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="MasNegocioOnline"
|
||||
navItems={[
|
||||
{ name: "Servicios", id: "/services" },
|
||||
{ name: "Por Qué Nosotros", id: "#about" },
|
||||
{ name: "Testimonios", id: "#testimonials" },
|
||||
{ name: "Contacto", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20me%20gustaría%20conocer%20más%20sobre%20sus%20servicios"
|
||||
}}
|
||||
className="z-50"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-list" data-section="services-list">
|
||||
<FeatureCardTwentySix
|
||||
title="Nuestros Servicios Digitales Completos"
|
||||
description="Desde la creatividad visual hasta la ingeniería de software, ofrecemos una gama completa de servicios para impulsar tu presencia y operaciones digitales."
|
||||
tag="Explora lo que hacemos"
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
title: "Edición de Video Profesional", description: "Transformamos tus grabaciones en contenido dinámico y atractivo, optimizado para cualquier plataforma (YouTube, TikTok, Instagram, E.TC. ). Desde videos corporativos hasta contenido para redes sociales.", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?id=416761441", imageAlt: "Edición de Video", buttonIcon: Play,
|
||||
buttonHref: "https://wa.me/51998482818?text=Quiero%20saber%20más%20sobre%20Edición%20de%20Video"
|
||||
},
|
||||
{
|
||||
title: "Edición de Fotos Creativa", description: "Mejoramos tus imágenes con retoques profesionales, corrección de color y efectos artísticos para destacar tu marca o productos.", imageSrc: "http://img.b2bpic.net/free-photo/photographer-hand-working-camera-laptop-digital-tablet_53876-21820.jpg", imageAlt: "Edición de Fotos", buttonIcon: Image,
|
||||
buttonHref: "https://wa.me/51998482818?text=Quiero%20saber%20más%20sobre%20Edición%20de%20Fotos"
|
||||
},
|
||||
{
|
||||
title: "Grabación Profesional de Contenido", description: "Equipos y talento para producir videos y fotos de alta calidad, ya sea para comerciales, eventos o material de marketing.", imageSrc: "http://img.b2bpic.net/free-photo/filming-shooting-process_1398-3561.jpg", imageAlt: "Grabación Profesional", buttonIcon: Camera,
|
||||
buttonHref: "https://wa.me/51998482818?text=Quiero%20saber%20más%20sobre%20Grabación%20Profesional"
|
||||
},
|
||||
{
|
||||
title: "Desarrollo Backend de Software", description: "Construimos la infraestructura robusta y escalable detrás de tus aplicaciones web, asegurando rendimiento y seguridad.", imageSrc: "http://img.b2bpic.net/free-photo/woman-programmer-working-software-developing-company_1262-18115.jpg", imageAlt: "Desarrollo Backend de Software", buttonIcon: Code,
|
||||
buttonHref: "https://wa.me/51998482818?text=Quiero%20saber%20más%20sobre%20Desarrollo%20Backend"
|
||||
},
|
||||
{
|
||||
title: "Diseño Web Profesional", description: "Creamos sitios web impactantes y funcionales que no solo se ven bien, sino que también convierten visitantes en clientes.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-landing-page_23-2148282305.jpg", imageAlt: "Diseño Web Profesional", buttonIcon: Monitor,
|
||||
buttonHref: "https://wa.me/51998482818?text=Quiero%20saber%20más%20sobre%20Diseño%20Web"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Listo para Crecer"
|
||||
tagIcon={Rocket}
|
||||
title="Comienza tu Transformación Digital Hoy"
|
||||
description="No más esperas, no más complicaciones. Nuestro equipo está listo para llevar tu negocio al siguiente nivel. Envíanos un mensaje por WhatsApp para una consulta sin costo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20quiero%20comenzar%20mi%20transformación%20digital"
|
||||
},
|
||||
{
|
||||
text: "Llamar: +51 998 482 8518", href: "tel:+51998482818"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Producto", items: [
|
||||
{ label: "Diseño Web", href: "/services" },
|
||||
{ label: "Producción de Video", href: "/services" },
|
||||
{ label: "Desarrollo Backend", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "/#about" },
|
||||
{ label: "Testimonios", href: "/#testimonials" },
|
||||
{ label: "Casos de Éxito", href: "/#metrics" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{ label: "WhatsApp: +51 998 482 8518", href: "https://wa.me/51998482818" },
|
||||
{ label: "Email: info@masnegocios.online", href: "mailto:info@masnegocios.online" },
|
||||
{ label: "Consulta Gratuita", href: "/#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 MasNegocioOnline. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user