Update src/app/page.tsx
This commit is contained in:
@@ -4,16 +4,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Award, Sparkles, Star } from "lucide-react";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
logoAlt="Vision Dope Logo"
|
||||
brandName="Vision Dope"
|
||||
button={{
|
||||
text: "Mostre-nos sua visão", href: "#contact"}}
|
||||
text: "Mostre-nos sua visão", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,13 +189,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Alexandre Castro", role: "Diretor Criativo Executivo", imageSrc: "https://img.b2bpic.net/free-photo/man-working-computer-modern-office_23-2149303538.jpg", imageAlt: "Alexandre Castro, Diretor Criativo Executivo"},
|
||||
id: "1", name: "Alexandre Castro", role: "Diretor Criativo Executivo", imageSrc: "https://img.b2bpic.net/free-photo/diverse-team-designers-working-creative-project_23-2149303544.jpg", imageAlt: "Alexandre Castro, Diretor Criativo Executivo"},
|
||||
{
|
||||
id: "2", name: "Sofia Mendes", role: "Estrategista de Marketing Sênior", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-working-computer-office_23-2149303539.jpg", imageAlt: "Sofia Mendes, Estrategista de Marketing Sênior"},
|
||||
id: "2", name: "Sofia Mendes", role: "Estrategista de Marketing Sênior", imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-female-graphic-designer_23-2149303545.jpg", imageAlt: "Sofia Mendes, Estrategista de Marketing Sênior"},
|
||||
{
|
||||
id: "3", name: "Lucas Pereira", role: "Lead Designer UX/UI", imageSrc: "https://img.b2bpic.net/free-photo/ui-ux-designer-working-on-new-project_23-2149303540.jpg", imageAlt: "Lucas Pereira, Lead Designer UX/UI"},
|
||||
id: "3", name: "Lucas Pereira", role: "Lead Designer UX/UI", imageSrc: "https://img.b2bpic.net/free-photo/young-male-graphic-designer-working-digital-tablet_23-2149303546.jpg", imageAlt: "Lucas Pereira, Lead Designer UX/UI"},
|
||||
{
|
||||
id: "4", name: "Isabela Santos", role: "Gerente de Marca & Comunicação", imageSrc: "https://img.b2bpic.net/free-photo/woman-working-marketing-strategy_23-2149303541.jpg", imageAlt: "Isabela Santos, Gerente de Marca & Comunicação"},
|
||||
id: "4", name: "Isabela Santos", role: "Gerente de Marca & Comunicação", imageSrc: "https://img.b2bpic.net/free-photo/female-marketing-specialist-analyzing-data_23-2149303547.jpg", imageAlt: "Isabela Santos, Gerente de Marca & Comunicação"},
|
||||
]}
|
||||
title="Conheça a Equipe Visionária"
|
||||
description="Nossos especialistas combinam talento criativo com expertise estratégica para entregar resultados excepcionais."
|
||||
@@ -203,40 +203,41 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "essencial", badge: "Início", badgeIcon: Sparkles,
|
||||
price: "Personalizado", subtitle: "Para quem busca uma base sólida e premium.", buttons: [
|
||||
{
|
||||
text: "Fale Conosco", href: "#contact"},
|
||||
],
|
||||
id: "essencial", title: "Plano Essencial", price: "Personalizado", period: "Para quem busca uma base sólida e premium.", button: {
|
||||
text: "Fale Conosco", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
"Consultoria Estratégica Inicial", "Design de Marca Essencial", "Gestão Básica de Redes Sociais", "Relatórios de Performance Mensais"],
|
||||
"Consultoria Estratégica Inicial", "Design de Marca Essencial", "Gestão Básica de Redes Sociais", "Relatórios de Performance Mensais"
|
||||
],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/minimalist-design-layout_23-2149303548.jpg", imageAlt: "Minimalist design layout for essential plan"
|
||||
},
|
||||
{
|
||||
id: "crescimento", badge: "Popular", badgeIcon: Star,
|
||||
price: "Sob Medida", subtitle: "Ideal para escalar e expandir sua presença no mercado.", buttons: [
|
||||
{
|
||||
text: "Agende Uma Reunião", href: "#contact"},
|
||||
],
|
||||
id: "crescimento", title: "Plano Crescimento", price: "Sob Medida", period: "Ideal para escalar e expandir sua presença no mercado.", button: {
|
||||
text: "Agende Uma Reunião", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
"Estratégia de Marketing Completa", "Desenvolvimento UI/UX Avançado", "Campanhas de Mídia Paga", "Otimização SEO Abrangente", "Suporte Dedicado"],
|
||||
"Estratégia de Marketing Completa", "Desenvolvimento UI/UX Avançado", "Campanhas de Mídia Paga", "Otimização SEO Abrangente", "Suporte Dedicado"
|
||||
],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/creative-workflow-design-studio_23-2149303549.jpg", imageAlt: "Creative workflow in a design studio for growth plan"
|
||||
},
|
||||
{
|
||||
id: "dominio", badge: "Exclusivo", badgeIcon: Award,
|
||||
price: "Solução Customizada", subtitle: "A parceria definitiva para o domínio total de mercado.", buttons: [
|
||||
{
|
||||
text: "Descubra Mais", href: "#contact"},
|
||||
],
|
||||
id: "dominio", title: "Plano Domínio", price: "Solução Customizada", period: "A parceria definitiva para o domínio total de mercado.", button: {
|
||||
text: "Descubra Mais", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
"Branding 360º", "Estratégia de Lançamento de Produto", "Inteligência de Mercado e Insights", "Marketing de Influência", "Acompanhamento Estratégico Contínuo"],
|
||||
},
|
||||
"Branding 360º", "Estratégia de Lançamento de Produto", "Inteligência de Mercado e Insights", "Marketing de Influência", "Acompanhamento Estratégico Contínuo"
|
||||
],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/premium-design-concept-with-golden-elements_23-2149303550.jpg", imageAlt: "Premium design concept with golden elements for dominance plan"
|
||||
}
|
||||
]}
|
||||
title="Plano" description="Escolha o nível de parceria que melhor se adapta às suas ambições e necessidades, sempre com a garantia de excelência Vision Dope."
|
||||
title="Plano"
|
||||
description="Escolha o nível de parceria que melhor se adapta às suas ambições e necessidades, sempre com a garantia de excelência Vision Dope."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -262,8 +263,8 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Sua Mensagem", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/modern-design-studio-with-team-working_23-2149303542.jpg"
|
||||
imageAlt="Digital interface with a contact form"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/modern-design-studio-with-team-collaborating_23-2149303551.jpg"
|
||||
imageAlt="Modern design studio with team collaborating on a project"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Enviar Mensagem"
|
||||
@@ -271,7 +272,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Serviços", items: [
|
||||
@@ -308,8 +309,10 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Vision Dope. Todos os direitos reservados."
|
||||
bottomRightText="Política de Privacidade | Termos de Serviço"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESTgaBFNeXHGAr7vM2mz6W3OKp/uploaded-1780171119136-vovcnbqt.jpg"
|
||||
logoAlt="Vision Dope Logo"
|
||||
logoText="Vision Dope"
|
||||
copyrightText="© 2024 Vision Dope. Todos os direitos reservados. | Política de Privacidade | Termos de Serviço"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user