Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
207
src/app/page.tsx
207
src/app/page.tsx
@@ -30,23 +30,16 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaweGCrRhfmGscCMAQqpDRgfz3/uploaded-1778534107122-7qni0xe1.png"
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Resultados",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Resultados", id: "metrics"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Dev Nexus"
|
||||
/>
|
||||
@@ -58,74 +51,37 @@ export default function LandingPage() {
|
||||
description="Dev Nexus entrega resultados de alto impacto para grandes empresas. Boutiques de marketing que transformam dados em crescimento previsível."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Lucas Silva",
|
||||
handle: "@lucassilva",
|
||||
testimonial: "O marketing que precisamos com a tecnologia que merecemos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg?_wi=1",
|
||||
imageAlt: "minimalist dark marketing tech",
|
||||
},
|
||||
name: "Lucas Silva", handle: "@lucassilva", testimonial: "O marketing que precisamos com a tecnologia que merecemos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg?_wi=1", imageAlt: "minimalist dark marketing tech"},
|
||||
{
|
||||
name: "Ana Souza",
|
||||
handle: "@anasouza",
|
||||
testimonial: "Predictabilidade que mudou nossa escala de vendas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-does-q-session-with-fans_482257-76539.jpg?_wi=1",
|
||||
imageAlt: "minimalist dark marketing tech",
|
||||
},
|
||||
name: "Ana Souza", handle: "@anasouza", testimonial: "Predictabilidade que mudou nossa escala de vendas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-does-q-session-with-fans_482257-76539.jpg?_wi=1", imageAlt: "minimalist dark marketing tech"},
|
||||
{
|
||||
name: "Ricardo Melo",
|
||||
handle: "@ricardomelo",
|
||||
testimonial: "Transformação completa no funil de aquisição.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=1",
|
||||
imageAlt: "minimalist dark marketing tech",
|
||||
},
|
||||
name: "Ricardo Melo", handle: "@ricardomelo", testimonial: "Transformação completa no funil de aquisição.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=1", imageAlt: "minimalist dark marketing tech"},
|
||||
{
|
||||
name: "Fernanda Lima",
|
||||
handle: "@fernandal",
|
||||
testimonial: "Resultados concretos e transparente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-100234.jpg?_wi=1",
|
||||
imageAlt: "minimalist dark marketing tech",
|
||||
},
|
||||
name: "Fernanda Lima", handle: "@fernandal", testimonial: "Resultados concretos e transparente.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-100234.jpg?_wi=1", imageAlt: "minimalist dark marketing tech"},
|
||||
{
|
||||
name: "Pedro Costa",
|
||||
handle: "@pedroc",
|
||||
testimonial: "A melhor consultoria B2B que já contratamos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498607.jpg?_wi=1",
|
||||
imageAlt: "minimalist dark marketing tech",
|
||||
},
|
||||
name: "Pedro Costa", handle: "@pedroc", testimonial: "A melhor consultoria B2B que já contratamos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498607.jpg?_wi=1", imageAlt: "minimalist dark marketing tech"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/12991535442",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/12991535442"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-48716.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-crossed-arms-standing-restaurant_23-2147955310.jpg",
|
||||
alt: "Portrait of a mature businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-with-crossed-arms-standing-restaurant_23-2147955310.jpg", alt: "Portrait of a mature businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg",
|
||||
alt: "Closeup of Senior Businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg", alt: "Closeup of Senior Businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
||||
alt: "Confident middle aged businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", alt: "Confident middle aged businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
|
||||
alt: "Businessman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", alt: "Businessman smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
alt: "Confident Handsome Middle-aged Entrepreneur",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", alt: "Confident Handsome Middle-aged Entrepreneur"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,20 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Performance Data-Driven",
|
||||
description: "Dados que orientam cada decisão de marketing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=2",
|
||||
},
|
||||
title: "Performance Data-Driven", description: "Dados que orientam cada decisão de marketing.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg?_wi=2"},
|
||||
{
|
||||
title: "AI Growth Strategy",
|
||||
description: "Estratégia de escala com inteligência artificial.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-100234.jpg?_wi=2",
|
||||
},
|
||||
title: "AI Growth Strategy", description: "Estratégia de escala com inteligência artificial.", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-100234.jpg?_wi=2"},
|
||||
{
|
||||
title: "Executive Branding",
|
||||
description: "Posicionamento premium para o seu segmento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498607.jpg?_wi=2",
|
||||
},
|
||||
title: "Executive Branding", description: "Posicionamento premium para o seu segmento.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498607.jpg?_wi=2"},
|
||||
]}
|
||||
title="Nossa Especialidade"
|
||||
description="O que entregamos para nossos parceiros B2B."
|
||||
@@ -176,26 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "300%",
|
||||
title: "Crescimento ROI",
|
||||
description: "Média de retorno anual.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-tablet_23-2151957101.jpg",
|
||||
},
|
||||
id: "m1", value: "300%", title: "Crescimento ROI", description: "Média de retorno anual.", imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-tablet_23-2151957101.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Projetos Escalonados",
|
||||
description: "Sucesso garantido em cada entrega.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg",
|
||||
},
|
||||
id: "m2", value: "50+", title: "Projetos Escalonados", description: "Sucesso garantido em cada entrega.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "45%",
|
||||
title: "Redução Custo Aquisição",
|
||||
description: "Otimização inteligente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301592.jpg",
|
||||
},
|
||||
id: "m3", value: "45%", title: "Redução Custo Aquisição", description: "Otimização inteligente.", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301592.jpg"},
|
||||
]}
|
||||
title="Impacto Mensurável"
|
||||
description="Resultados sólidos que garantem o seu crescimento."
|
||||
@@ -208,65 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "João Silva",
|
||||
date: "2024",
|
||||
title: "CEO Tech",
|
||||
quote: "Resultados acima da média.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
|
||||
},
|
||||
id: "1", name: "João Silva", date: "2024", title: "CEO Tech", quote: "Resultados acima da média.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Costa",
|
||||
date: "2024",
|
||||
title: "Diretora",
|
||||
quote: "Dev Nexus transformou nossa marca.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
},
|
||||
id: "2", name: "Maria Costa", date: "2024", title: "Diretora", quote: "Dev Nexus transformou nossa marca.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Lima",
|
||||
date: "2024",
|
||||
title: "CFO",
|
||||
quote: "Previsibilidade total no ROI.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970193.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg",
|
||||
},
|
||||
id: "3", name: "Carlos Lima", date: "2024", title: "CFO", quote: "Previsibilidade total no ROI.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970193.jpg", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana R.",
|
||||
date: "2024",
|
||||
title: "Gerente",
|
||||
quote: "Eficiência e tecnologia de ponta.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-white-shirt-adjusting-camera-lens_23-2148424386.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
},
|
||||
id: "4", name: "Ana R.", date: "2024", title: "Gerente", quote: "Eficiência e tecnologia de ponta.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-white-shirt-adjusting-camera-lens_23-2148424386.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Beto Souza",
|
||||
date: "2024",
|
||||
title: "Marketing",
|
||||
quote: "Excelente parceria estratégica.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-interview_23-2149037910.jpg",
|
||||
},
|
||||
id: "5", name: "Beto Souza", date: "2024", title: "Marketing", quote: "Excelente parceria estratégica.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-interview_23-2149037910.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Carla F.",
|
||||
date: "2024",
|
||||
title: "Diretora",
|
||||
quote: "Marketing de altíssimo nível.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg",
|
||||
},
|
||||
id: "6", name: "Carla F.", date: "2024", title: "Diretora", quote: "Marketing de altíssimo nível.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg"},
|
||||
]}
|
||||
title="O que dizem os parceiros"
|
||||
description="Depoimentos de quem confia na Dev Nexus."
|
||||
@@ -278,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como começamos?",
|
||||
content: "Entre em contato pelo WhatsApp.",
|
||||
},
|
||||
id: "f1", title: "Como começamos?", content: "Entre em contato pelo WhatsApp."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Qual a duração?",
|
||||
content: "Projetos de médio e longo prazo.",
|
||||
},
|
||||
id: "f2", title: "Qual a duração?", content: "Projetos de médio e longo prazo."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Atendem B2B?",
|
||||
content: "Foco exclusivo no mercado B2B.",
|
||||
},
|
||||
id: "f3", title: "Atendem B2B?", content: "Foco exclusivo no mercado B2B."},
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
sideDescription="Respostas rápidas sobre nossos processos."
|
||||
@@ -303,22 +178,20 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contato"
|
||||
title="Pronto para escalar?"
|
||||
description="Fale com nossos especialistas agora."
|
||||
buttons={[
|
||||
{
|
||||
text: "Iniciar conversa no WhatsApp",
|
||||
href: "https://wa.me/12991535442",
|
||||
},
|
||||
text: "Iniciar conversa no WhatsApp", href: "https://wa.me/12991535442"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaweGCrRhfmGscCMAQqpDRgfz3/uploaded-1778534107122-7qni0xe1.png"
|
||||
logoText="Dev Nexus"
|
||||
copyrightText="© 2025 Dev Nexus. Todos os direitos reservados."
|
||||
/>
|
||||
@@ -326,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #481f1f;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--background: #fbfbfb;
|
||||
--card: #f0f0f0;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #1c3d75;
|
||||
--primary-cta-text: #280101;
|
||||
--secondary-cta: #361311;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta-text: #f6d4d4;
|
||||
--accent: #51000b;
|
||||
--background-accent: #ff2231;
|
||||
--accent: #c6d0e6;
|
||||
--background-accent: #f0f2f7;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user