22 Commits

Author SHA1 Message Date
f0854a5772 Switch to version 1: modified src/app/page.tsx 2026-05-08 17:53:07 +00:00
76d264959e Switch to version 2: modified src/app/page.tsx 2026-05-08 17:42:19 +00:00
5b4f9afeb8 Switch to version 1: modified src/app/page.tsx 2026-05-08 17:36:41 +00:00
3ab3d7a4cd Switch to version 2: modified src/app/page.tsx 2026-05-08 17:36:01 +00:00
82a84c502b Switch to version 1: modified src/app/page.tsx 2026-05-08 16:56:02 +00:00
c27ec53167 Switch to version 2: modified src/app/page.tsx 2026-05-08 16:55:28 +00:00
4aae3d4f01 Switch to version 1: modified src/app/page.tsx 2026-05-06 10:42:31 +00:00
c98a994faa Switch to version 2: modified src/app/page.tsx 2026-05-06 10:42:28 +00:00
c6757db7de Switch to version 3: remove src/app/web-design/page.tsx 2026-05-06 10:42:22 +00:00
49eac08733 Switch to version 3: modified src/app/page.tsx 2026-05-06 10:42:21 +00:00
5ad65cd3e2 Merge version_4 into main
Merge version_4 into main
2026-05-06 10:17:38 +00:00
30b4c52568 Update src/app/web-design/page.tsx 2026-05-06 10:17:35 +00:00
1aecb7ab51 Merge version_4 into main
Merge version_4 into main
2026-05-06 10:17:13 +00:00
d01a8d6220 Add src/app/web-design/page.tsx 2026-05-06 10:17:07 +00:00
2f7c1b457a Update src/app/page.tsx 2026-05-06 10:17:06 +00:00
0a92b5a5c5 Switch to version 2: modified src/app/page.tsx 2026-05-06 10:01:23 +00:00
99913815ec Merge version_3 into main
Merge version_3 into main
2026-05-06 09:59:43 +00:00
1de52b5708 Merge version_3 into main
Merge version_3 into main
2026-05-06 09:59:19 +00:00
f7a9e3a98d Merge version_3 into main
Merge version_3 into main
2026-05-06 09:58:48 +00:00
32806516c6 Merge version_3 into main
Merge version_3 into main
2026-05-06 09:58:16 +00:00
2f70eb2bad Merge version_3 into main
Merge version_3 into main
2026-05-06 09:57:47 +00:00
ddda4fdaf4 Merge version_3 into main
Merge version_3 into main
2026-05-06 09:57:14 +00:00

View File

@@ -5,13 +5,12 @@ import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TextAbout from '@/components/sections/about/TextAbout';
import { LayoutGrid, FileText, BarChart3, Settings, User } from "lucide-react";
export default function LandingPage() {
return (
@@ -19,136 +18,156 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="grid"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Contact", id: "contact" },
]}
brandName="MATÍAS LANFRANCONI"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Contact", id: "contact" },
]}
brandName="MATÍAS LANFRANCONI"
/>
</div>
<div id="home" data-section="home">
<HeroBillboardDashboard
title="Premium Digital Craftsmanship"
description="Minimalist high-impact web design for modern brands."
background={{ variant: "plain" }}
buttons={[{ text: "View Work" }, { text: "Hire Me" }]}
dashboard={{
title: "Project Metrics", stats: [
{ title: "Conversion", description: "Per visit", values: [85, 92, 98] },
{ title: "Efficiency", description: "Per process", values: [70, 75, 80] },
{ title: "Performance", description: "Per load", values: [90, 95, 99] }
],
logoIcon: LayoutGrid,
sidebarItems: [{ icon: LayoutGrid, active: true }, { icon: FileText, active: false }, { icon: BarChart3, active: false }, { icon: Settings, active: false }],
listItems: [{ icon: User, title: "New Lead", status: "Active" }, { icon: FileText, title: "Project Alpha", status: "Pending" }],
buttons: [{ text: "Export" }, { text: "Refresh" }],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg"
}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Sitios web que convierten visitas en clientes"
description="Diseño y desarrollo páginas web en WordPress pensadas para emprendedores que buscan resultados reales."
testimonials={[
{ name: "Client A", handle: "@client", testimonial: "Increíble trabajo, resultados inmediatos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-empty-notepad-desk_23-2148854585.jpg" },
{ name: "Client B", handle: "@b_startup", testimonial: "Profesionalismo puro y entrega a tiempo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimalist-workspace-with-tablet-coffee-plants_23-2152003805.jpg" },
{ name: "Client C", handle: "@digital_agency", testimonial: "Una mejora radical en nuestra tasa de conversión.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop-high-angle_23-2149073071.jpg" },
{ name: "Client D", handle: "@indie_dev", testimonial: "Entiende perfectamente el nicho de videojuegos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-plant-laptop_23-2148110227.jpg" },
{ name: "Client E", handle: "@fashion_store", testimonial: "Estética impecable, justo lo que buscábamos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-beauty-women-elegent-enjoy-concept_53876-121075.jpg" },
]}
buttons={[{ text: "Solicitá una cotización", href: "#contact" }, { text: "Agendá una reunión", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/cozy-aesthetic-workspace-with-laptop-plants-warm-light_23-2152033088.jpg"
imageAlt="Matías Lanfranconi Web Design"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cozy-aesthetic-workspace-with-laptop-plants-warm-light_23-2152033088.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137417.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-card_23-2149241415.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/businessman-doing-research-analysis-computer-screen-plan-financial-statistics-with-charts-graphs-data-male-employee-working-with-diagram-report-find-sales-profit-e-commerce_482257-40940.jpg", alt: "User 5" },
]}
marqueeItems={[
{ type: "text", text: "WordPress Expert" },
{ type: "text", text: "Conversion Driven" },
{ type: "text", text: "High Performance" },
{ type: "text", text: "Mobile Responsive" },
{ type: "text", text: "SEO Optimized" },
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
tag="About Me"
title="Soy Matías Lanfranconi — Diseñador y desarrollador web especializado en WordPress."
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
tag="About Me"
title="Soy Matías Lanfranconi — Diseñador y desarrollador web especializado en WordPress."
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyOne
title="Core Services"
description="Specialized digital expertise to accelerate your business growth."
accordionItems={[
{ id: "s1", title: "Web Design", content: "Premium minimalist aesthetic, custom built for your brand identity." },
{ id: "s2", title: "E-Commerce", content: "High-performance shop architecture optimized for conversion." },
{ id: "s3", title: "Performance", content: "Lightning-fast load speeds for optimal user experience." },
{ id: "s4", title: "Security", content: "Robust backend protection and scalable infrastructure security." }
]}
imageSrc="http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=1"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
features={[
{ title: "Diseño y desarrollo web", description: "Sitios profesionales, escalables y fáciles de administrar.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-laptop_23-2149749908.jpg", buttonText: "Saber más" },
{ title: "Tiendas online", description: "Venta directa con WooCommerce, integraciones de pago.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-card_23-2149241415.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-woman-professional-beauty-make-up-artist-vlogger-blogger-recording-makeup-tutorial-share-website-social-media_231208-14025.jpg", buttonText: "Saber más" },
{ title: "Mantenimiento y seguridad", description: "Actualizaciones, backups y monitoreo constante.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-research-analysis-computer-screen-plan-financial-statistics-with-charts-graphs-data-male-employee-working-with-diagram-report-find-sales-profit-e-commerce_482257-40940.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-internet-browser-search-bar-screen_169016-40040.jpg", buttonText: "Saber más" },
{ title: "Desarrollo para agencias", description: "Trabajo tercerizado con total confidencialidad.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320710.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", buttonText: "Saber más" },
]}
title="Qué puedo hacer por tu negocio"
description="Soluciones estratégicas, rápidas y escalables."
/>
</div>
<div id="game-dev" data-section="game-dev">
<ProductCardOne
title="Professional Gaming & Pixel Art"
description="Custom digital assets and interactive experiences with a dark, professional aesthetic."
gridVariant="asymmetric-60-wide-40-narrow"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=2" },
{ id: "p2", name: "Retro Asset Pack", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=3" },
{ id: "p3", name: "Interactive Logic", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg?_wi=4" }
]}
/>
</div>
<div id="game-dev" data-section="game-dev">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Landing pages para lanzamientos", price: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137417.jpg" },
{ id: "p2", name: "Integración Steam/Discord", price: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-close-up_23-2148308536.jpg" },
{ id: "p3", name: "Galerías de arte y Trailers", price: "Visuals", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149123973.jpg" },
{ id: "p4", name: "Formularios para prensa", price: "PR", imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-tablet-executives-discussing-strategies_482257-126500.jpg" },
{ id: "p5", name: "Diseño adaptable", price: "Mobile", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-vr-headset-smart-technology-double-color-exposure-effect_53876-104907.jpg" },
{ id: "p6", name: "Devlogs interactivos", price: "Content", imageSrc: "http://img.b2bpic.net/free-photo/couple-gamers-playing-multiplayer-game-powerful-computer-home-with-professional-headphones_482257-488.jpg" },
]}
title="Webs diseñadas para estudios y desarrolladores de videojuegos"
description="Convertí tu juego en una marca que despierte interés y expectativa."
/>
</div>
<div id="why-me" data-section="why-me">
<FaqSplitText
useInvertedBackground={false}
sideTitle="Más que una web."
sideDescription="Entiendo la tecnología como un vehículo de ventas, no solo una cara bonita."
faqs={[
{ id: "f1", title: "Conversión y UX", content: "Cada píxel está diseñado para guiar al usuario hacia la acción." },
{ id: "f2", title: "Sitios de Alta Velocidad", content: "Infraestructura técnica optimizada para carga inmediata." },
{ id: "f3", title: "Diseño Adaptativo", content: "Experiencia consistente en todos los tamaños de pantalla." },
]}
faqsAnimation="blur-reveal"
/>
</div>
<div id="why-me" data-section="why-me">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Experiencia en conversión y UX", content: "Optimizamos cada elemento para mejorar el rendimiento de ventas." },
{ id: "f2", title: "Sitios rápidos y seguros", content: "Velocidad de carga y protección constante ante amenazas." },
{ id: "f3", title: "Diseño adaptable", content: "Perfecto en cualquier dispositivo, móvil o escritorio." },
{ id: "f4", title: "Comunicación clara", content: "Soporte personalizado durante todo el proceso." },
]}
sideTitle="Tu web necesita más que un diseño bonito."
sideDescription="Cuando diseñás un sitio web, no solo necesitás que se vea bien — necesitás que funcione. Enfoco cada proyecto con mentalidad de marketing."
faqsAnimation="slide-up"
/>
</div>
<div id="portfolio" data-section="portfolio">
<BlogCardOne
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Mis últimos trabajos"
description="Explora una selección de proyectos destacados."
blogs={[
{ id: "b1", category: "Web Design", title: "Indie Studio Launch", excerpt: "Landing page para Steam.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg?_wi=1", authorName: "Matías L.", authorAvatar: "", date: "2024" },
{ id: "b2", category: "E-Commerce", title: "Shopify Redesign", excerpt: "Aumento de conversión del 30%.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg?_wi=2", authorName: "Matías L.", authorAvatar: "", date: "2024" }
]}
/>
</div>
<div id="portfolio" data-section="portfolio">
<BlogCardOne
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Mis últimos trabajos"
description="Explora algunos de mis proyectos más recientes."
blogs={[
{
id: "b1", category: "Web Design", title: "Landing Page para Indie Studio", excerpt: "Sitio optimizado para campaña Steam.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-floor-from-home-with-device_23-2149208592.jpg", authorName: "Matías L.", authorAvatar: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", date: "2024"},
{
id: "b2", category: "E-Commerce", title: "Boutique Online", excerpt: "Diseño elegante para venta de lujo.", imageSrc: "http://img.b2bpic.net/free-photo/people-look-clothing-kiosk-service_482257-89749.jpg", authorName: "Matías L.", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-woman-with-shopping-bags-smartphone_23-2148734472.jpg", date: "2024"},
{
id: "b3", category: "Corporate", title: "SaaS Platform", excerpt: "Dashboard eficiente y moderno.", imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg", authorName: "Matías L.", authorAvatar: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", date: "2024"},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Contacto"
title="¿Listo para elevar tu presencia digital?"
description="Empecemos tu proyecto. Respuesta garantizada en 24h."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonText="Enviar"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contacto"
title="¿Querés un sitio que venda?"
description="Contame sobre tu proyecto y te asesoro sin compromiso. Respondo dentro de las 24 horas."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="MATÍAS LANFRANCONI"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 All Rights Reserved", href: "#" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="MATÍAS LANFRANCONI"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2024 All Rights Reserved", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}