Merge version_1 into main #6
187
src/app/page.tsx
187
src/app/page.tsx
@@ -1,8 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Users } from "lucide-react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
@@ -10,134 +7,66 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Zap, Target, Users, BarChart3, Mail } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function Page() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Servicios", id: "#servicios" },
|
||||
{ name: "Resultados", id: "#metricas" },
|
||||
{ name: "Testimonios", id: "#testimonios" },
|
||||
{ name: "Contacto", id: "#contacto" }
|
||||
]}
|
||||
brandName="MtyAgency"
|
||||
button={{ text: "Contactar", href: "#contacto" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Crece. Sin límites."
|
||||
description="Transformamos negocios locales en Monterrey mediante marketing digital de alto impacto."
|
||||
buttons={[{ text: "Comenzar", href: "#contacto" }]}
|
||||
carouselItems={[
|
||||
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/gradient-blue-abstract-background-smooth-dark-blue-with-black-vignette-studio_1258-68106.jpg", imageAlt: "Abstract geometry" },
|
||||
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/soft-vintage-gradient-blur-background-with-pastel-colored-well-use-as-studio-room-product-presentation-banner_1258-71435.jpg", imageAlt: "Abstract geometry" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/still-life-unused-bath-bomb_23-2150248918.jpg", imageAlt: "Abstract geometry" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-abstract-design-elements-assortment_23-2148996792.jpg", imageAlt: "Abstract geometry" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/easter-egg-with-paper-table_23-2148059907.jpg", imageAlt: "Abstract geometry" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3915.jpg", imageAlt: "Abstract geometry" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metricas" data-section="metricas">
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{ id: "m1", icon: Users, title: "Clientes Nuevos", value: "120+" }
|
||||
]}
|
||||
title="Impacto real"
|
||||
description="Resultados comprobables para el mercado local."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="servicios" data-section="servicios">
|
||||
<FeatureCardNine
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
showStepNumbers={false}
|
||||
title="Nuestros servicios"
|
||||
description="Enfoque bento-grid minimalista para tu negocio."
|
||||
features={[
|
||||
{
|
||||
title: "Estrategia Digital",
|
||||
description: "Planificación precisa para dominar tu sector local.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=shk0py" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-cube_23-2150979618.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Performance Ads",
|
||||
description: "Campaña optimizada para maximizar conversiones.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6knubj" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037290.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Branding Visual",
|
||||
description: "Identidad única que destaca en el mercado actual.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nb5lbg" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2crc8k" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonios" data-section="testimonios">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="blur-reveal"
|
||||
cardTitle="Lo que dicen de nosotros"
|
||||
cardTag="Experiencias"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Restaurante Local", imageSrc: "http://img.b2bpic.net/free-photo/wavy-waters-pool-with-darker-blue-spots-flat-lay_23-2148358141.jpg" },
|
||||
{ id: "t2", name: "Boutique Mty", imageSrc: "http://img.b2bpic.net/free-vector/geometric-circular-poster_1017-1954.jpg" },
|
||||
{ id: "t3", name: "Servicio Técnico", imageSrc: "http://img.b2bpic.net/free-vector/geometric-people-avatars-flat-design_23-2147543171.jpg" },
|
||||
{ id: "t4", name: "Cafetería Local", imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg" },
|
||||
{ id: "t5", name: "Consultoría", imageSrc: "http://img.b2bpic.net/free-vector/vintage-logo-template_23-2147503109.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="Hablemos hoy."
|
||||
description="Tu próximo gran crecimiento empieza aquí."
|
||||
buttons={[{ text: "WhatsApp", href: "https://wa.me/5218100000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="MtyAgency"
|
||||
columns={[
|
||||
{ title: "Links", items: [{ label: "Inicio", href: "/" }, { label: "Servicios", href: "#servicios" }] }
|
||||
]}
|
||||
copyrightText="© 2024 MtyAgency. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen navItems={navItems} brandName="MtyAgency" />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Marketing Digital Monterrey"
|
||||
description="Impulsamos negocios locales con estrategias orientadas a resultados."
|
||||
background={{ variant: "animated-grid" }}
|
||||
carouselItems={Array.from({ length: 6 }).map((_, i) => ({ id: `h${i}`, imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop" }))}
|
||||
/>
|
||||
</div>
|
||||
<div id="metricas" data-section="metricas">
|
||||
<MetricCardThree
|
||||
title="Resultados Reales"
|
||||
description="Nuestros números hablan por sí mismos."
|
||||
metrics={[{ id: "m1", icon: Zap, title: "Conversión", value: "+40%" }, { id: "m2", icon: Target, title: "Leads", value: "500+" }]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<div id="servicios" data-section="servicios">
|
||||
<FeatureCardNine
|
||||
title="Servicios Destacados"
|
||||
description="Soluciones integrales de marketing."
|
||||
features={[{ title: "SEO Local", description: "Domina las búsquedas en Monterrey.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop" } }]}
|
||||
showStepNumbers={true}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonios" data-section="testimonios">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[{ id: "t1", name: "Cliente Local", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop" }, { id: "t2", name: "Empresario Mty", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop" }]}
|
||||
cardTitle="Historias de éxito"
|
||||
cardTag="Testimonios"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactCTA
|
||||
tag="Contacto"
|
||||
title="¿Listo para crecer?"
|
||||
description="Hablemos hoy sobre cómo llevar tu negocio al siguiente nivel."
|
||||
buttons={[{ text: "Escríbenos", href: "mailto:hello@mtyagency.com" }]}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="MtyAgency"
|
||||
columns={[{ title: "Navegación", items: [{ label: "Inicio", href: "/" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user