Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5436c01141 | |||
| 3e1752965c | |||
| aec5b44205 | |||
| d03fa4888d | |||
| 2139c53a9f | |||
| d5cd961e1d | |||
| a0d2760161 |
208
src/app/page.tsx
208
src/app/page.tsx
@@ -3,126 +3,132 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
|
import { Brain, Target, BarChart3, TrendingUp, Sparkles, Database, CheckCircle } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="text-stagger"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="outline"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Início", id: "hero" },
|
{ name: "Início", id: "hero" },
|
||||||
{ name: "Sobre", id: "about" },
|
{ name: "IA & Funcionalidades", id: "capabilities" },
|
||||||
{ name: "IA & Operação", id: "capabilities" },
|
{ name: "Whitelist", id: "contact" },
|
||||||
{ name: "FAQ", id: "faq" },
|
]}
|
||||||
]}
|
brandName="Brique Art"
|
||||||
brandName="Brique Art"
|
button={{ text: "Whitelist", href: "#contact" }}
|
||||||
button={{ text: "Whitelist", href: "#contact" }}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroBillboardDashboard
|
||||||
logoText="Brique Art"
|
title="Operações de Flipping Profissionalizadas"
|
||||||
description="A camada operacional profissional para transformar flipping em um negócio sólido e previsível. Gestão de dados, IA de negociação e escala."
|
description="Uma suíte de inteligência operacional de alta performance para quem escala no mercado de revenda. Otimize decisões, negocie com IA e gerencie seu inventário com precisão cirúrgica."
|
||||||
buttons={[{ text: "Quero fazer parte", href: "#contact" }]}
|
tag="Acesso Antecipado"
|
||||||
slides={[
|
background={{ variant: 'plain' }}
|
||||||
{ imageSrc: "https://img.b2bpic.net/free-photo/modern-office-business-strategy_482257-2265.jpg", imageAlt: "Profissional em ambiente de trabalho" }
|
buttons={[{ text: "Solicitar Acesso", href: "#contact" }]}
|
||||||
]}
|
dashboard={{
|
||||||
/>
|
title: "Brique Art Terminal",
|
||||||
</div>
|
stats: [
|
||||||
|
{ title: "Margem Operacional", values: [42, 0, 0], valuePrefix: "%", description: "Eficiência de lucro por transação" },
|
||||||
|
{ title: "Flips Ativos", values: [156, 0, 0], description: "Volume de inventário em fluxo" },
|
||||||
|
{ title: "Velocidade de Venda", values: [3, 2, 0], valueSuffix: "dias", description: "Tempo médio de giro" }
|
||||||
|
],
|
||||||
|
logoIcon: Database,
|
||||||
|
sidebarItems: [{ icon: Brain, active: true }, { icon: BarChart3 }, { icon: TrendingUp }],
|
||||||
|
buttons: [{ text: "Nova Negociação", href: "#" }],
|
||||||
|
listItems: [{ icon: CheckCircle, title: "Transação Processada", status: "Concluído" }, { icon: Sparkles, title: "Análise de Preço", status: "Pendente" }],
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/dashboard-analysis-business.jpg"
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<AboutMetric
|
||||||
useInvertedBackground={false}
|
title="Elevando o Padrão do Mercado"
|
||||||
title="Faça do Brique um negócio, não um improviso."
|
metrics={[
|
||||||
tag="O Fim do Caos"
|
{ icon: Target, label: "Precisão", value: "99.9%" },
|
||||||
buttons={[{ text: "Entenda o Método", href: "#capabilities" }]}
|
{ icon: Brain, label: "IA Autônoma", value: "24/7" },
|
||||||
/>
|
{ icon: BarChart3, label: "ROI Médio", value: "3.5x" }
|
||||||
</div>
|
]}
|
||||||
|
metricsAnimation="blur-reveal"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="capabilities" data-section="capabilities">
|
<div id="capabilities" data-section="capabilities">
|
||||||
<FeatureCardThree
|
<FeatureCardTwentySix
|
||||||
gridVariant="bento-grid"
|
title="Tecnologia de Alta Performance"
|
||||||
animationType="slide-up"
|
description="Desenvolvemos uma infraestrutura robusta de IA para eliminar o guesswork e garantir margens reais."
|
||||||
textboxLayout="split"
|
textboxLayout="inline-image"
|
||||||
title="IA e Operações Precisas"
|
useInvertedBackground={true}
|
||||||
description="Uma suíte completa para quem não brinca em serviço no mercado de revenda."
|
features={[
|
||||||
useInvertedBackground={false}
|
{ title: "Motor de Busca Semântica", description: "Algoritmos que varrem marketplaces em tempo real identificando distorções de preço.", buttonIcon: Sparkles },
|
||||||
features={[
|
{ title: "Score de Oportunidade", description: "Modelos preditivos que ranqueiam leads de compra baseados em histórico e liquidez real.", buttonIcon: Target },
|
||||||
{ title: "Motor de Busca", description: "IA que rastreia e filtra oportunidades reais.", imageSrc: "https://img.b2bpic.net/free-photo/search-data-analytics.jpg" },
|
{ title: "IA de Negociação", description: "Agentes que processam propostas e interagem com vendedores autonomamente para fechar o melhor deal.", buttonIcon: Brain },
|
||||||
{ title: "Score Personalizado", description: "Classificação automática para decisões de compra rápidas.", imageSrc: "https://img.b2bpic.net/free-photo/score-system.jpg" },
|
{ title: "IA de Anúncios", description: "Geração automática de copys de alta conversão adaptadas para as regras de cada plataforma.", buttonIcon: Sparkles }
|
||||||
{ title: "Gestão de Flips", description: "Acompanhe cada margem de lucro sem planilhas confusas.", imageSrc: "https://img.b2bpic.net/free-photo/dashboard-flips.jpg" },
|
]}
|
||||||
{ title: "IA de Negociação", description: "Compra e venda otimizadas com suporte assistido.", imageSrc: "https://img.b2bpic.net/free-photo/ai-negotiation.jpg" },
|
/>
|
||||||
{ title: "IA de Criação de Anúncios", description: "Gere descrições profissionais para vender rápido.", imageSrc: "https://img.b2bpic.net/free-photo/ad-creation.jpg" }
|
</div>
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardSixteen
|
||||||
title="Resultados de quem migrou para o profissional"
|
title="Operações que escalaram"
|
||||||
description="Profissionais que deixaram o amadorismo e agora operam com métodos validados."
|
description="Relatos de quem abandonou o amadorismo e agora opera como uma empresa de tecnologia no mercado de revenda."
|
||||||
testimonials={[
|
textboxLayout="split"
|
||||||
{ id: "1", name: "Ian L.", date: "Fev 2026", title: "Operador", quote: "O Brique Art profissionalizou meu método.", tag: "SaaS", avatarSrc: "https://img.b2bpic.net/free-photo/portrait-1.jpg" }
|
useInvertedBackground={false}
|
||||||
]}
|
kpiItems={[
|
||||||
textboxLayout="split"
|
{ value: "40%", label: "Redução de Custo" },
|
||||||
useInvertedBackground={true}
|
{ value: "3x", label: "Volume Operacional" },
|
||||||
/>
|
{ value: "12h", label: "Tempo Semanal Economizado" }
|
||||||
</div>
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
testimonials={[
|
||||||
|
{ id: "1", name: "Alex P.", role: "Flipping Lead", company: "ScaleOps", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ceo-profile-professional.jpg?_wi=1" },
|
||||||
|
{ id: "2", name: "Maria R.", role: "Flipping Lead", company: "TechTrade", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ceo-profile-professional.jpg?_wi=2" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="contact" data-section="contact">
|
||||||
<FaqBase
|
<ContactSplitForm
|
||||||
faqs={[
|
title="Solicite Acesso à Whitelist"
|
||||||
{ id: "1", title: "O Brique Art substitui meu trabalho manual?", content: "Ele automatiza a parte pesada e analítica, deixando a estratégia final com você." },
|
description="A Brique Art é uma solução de convite restrito. Garanta que sua operação esteja alinhada com nossos protocolos de escala antes da abertura pública."
|
||||||
{ id: "2", title: "Como entro na whitelist?", content: "Preencha o formulário abaixo e aguarde nosso contato exclusivo." }
|
inputs={[
|
||||||
]}
|
{ name: "name", type: "text", placeholder: "Nome Completo", required: true },
|
||||||
title="Dúvidas Comuns"
|
{ name: "email", type: "email", placeholder: "Email Profissional", required: true },
|
||||||
description="Respostas para as perguntas que você pode ter sobre o método."
|
{ name: "volume", type: "text", placeholder: "Volume mensal de transações (estimado)", required: true }
|
||||||
faqsAnimation="slide-up"
|
]}
|
||||||
textboxLayout="split"
|
useInvertedBackground={true}
|
||||||
useInvertedBackground={false}
|
imageSrc="https://img.b2bpic.net/free-photo/orange-tech-abstract.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="footer" data-section="footer">
|
||||||
<ContactSplitForm
|
<FooterLogoReveal
|
||||||
title="Faça do Brique um negócio, não um improviso."
|
logoText="Brique Art"
|
||||||
description="Inscreva-se na whitelist para ter acesso antecipado à nossa plataforma de gestão de flipping profissional."
|
leftLink={{ text: "© 2026 Brique Art. Todos os direitos reservados.", href: "#" }}
|
||||||
inputs={[
|
rightLink={{ text: "Termos de Uso", href: "#" }}
|
||||||
{ name: "name", type: "text", placeholder: "Nome Completo", required: true },
|
/>
|
||||||
{ name: "email", type: "email", placeholder: "E-mail", required: true }
|
</div>
|
||||||
]}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/business-laptop-orange-accent.jpg"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterLogoReveal
|
|
||||||
logoText="Brique Art"
|
|
||||||
leftLink={{ text: "© 2026 Brique Art", href: "#" }}
|
|
||||||
rightLink={{ text: "Contato", href: "#contact" }}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fdf8f5;
|
||||||
--card: #f9f9f9;
|
--card: #ffffff;
|
||||||
--foreground: #120a00e6;
|
--foreground: #120a00;
|
||||||
--primary-cta: #E34400;
|
--primary-cta: #E34400;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #e2e2e2;
|
--accent: #ff8c42;
|
||||||
--background-accent: #E34400;
|
--background-accent: #fcecd5;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user