Merge version_1 into main #2
225
src/app/page.tsx
225
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Instagram, Linkedin } from "lucide-react";
|
||||
import { Instagram, Linkedin, Zap, Database, Users, Tool } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "features",
|
||||
},
|
||||
name: "Serviços", id: "features"},
|
||||
{
|
||||
name: "Planos",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Planos", id: "pricing"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="MicroPrint"
|
||||
/>
|
||||
@@ -56,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excelência em Outsourcing de Impressão"
|
||||
description="Transforme a gestão documental da sua empresa com a MicroPrint. Tecnologia de ponta, suporte técnico especializado e redução real de custos desde 2017."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456983.jpg?_wi=1",
|
||||
imageAlt: "Impressora de Alta Performance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456983.jpg", imageAlt: "Impressora de Alta Performance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-offset-printer_1398-697.jpg",
|
||||
imageAlt: "Gestão de Impressão Integrada",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-offset-printer_1398-697.jpg", imageAlt: "Gestão de Impressão Integrada"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-composition_23-2149120728.jpg",
|
||||
imageAlt: "Suporte Técnico 24h",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-composition_23-2149120728.jpg", imageAlt: "Suporte Técnico 24h"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-printer-composition_23-2149120733.jpg",
|
||||
imageAlt: "Eficiência e Lucros Visíveis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-printer-composition_23-2149120733.jpg", imageAlt: "Eficiência e Lucros Visíveis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/printer-nature-concept_23-2150246078.jpg",
|
||||
imageAlt: "Parceria Corporativa de Confiança",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/printer-nature-concept_23-2150246078.jpg", imageAlt: "Parceria Corporativa de Confiança"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,26 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10",
|
||||
title: "Anos de Experiência",
|
||||
description: "Solidez e expertise no setor de outsourcing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-holding-color-swatch_1170-765.jpg?_wi=1",
|
||||
},
|
||||
id: "m1", value: "10", title: "Anos de Experiência", description: "Solidez e expertise no setor de outsourcing.", imageSrc: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-holding-color-swatch_1170-765.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "30%",
|
||||
title: "Redução de Custos",
|
||||
description: "Eficiência operacional comprovada em todos os contratos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg",
|
||||
},
|
||||
id: "m2", value: "30%", title: "Redução de Custos", description: "Eficiência operacional comprovada em todos os contratos.", imageSrc: "http://img.b2bpic.net/free-photo/woman-broker-looking-real-time-stock-market-sales-analyzing-global-trade-exchange-statistics-capital-money-investment-working-with-hegde-fund-index-profit-forex-trading-night_482257-46966.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Satisfação",
|
||||
description: "Foco total na qualidade do atendimento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940776.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Satisfação", description: "Foco total na qualidade do atendimento.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940776.jpg"},
|
||||
]}
|
||||
title="Resultados que Falam"
|
||||
description="Números que confirmam nossa seriedade e compromisso com o seu negócio."
|
||||
@@ -125,28 +91,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Impecável",
|
||||
description: "Manutenção rigorosa e equipamentos sempre prontos para uso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-printers-work_52683-97002.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Impecável", description: "Manutenção rigorosa e equipamentos sempre prontos para uso.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-printers-work_52683-97002.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Software de Gestão",
|
||||
description: "Controle total do que é impresso em sua empresa com segurança.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-screen-computers-data-center-managing-energy-consumption_482257-126677.jpg",
|
||||
buttonIcon: "Database",
|
||||
title: "Software de Gestão", description: "Controle total do que é impresso em sua empresa com segurança.", imageSrc: "http://img.b2bpic.net/free-photo/green-screen-computers-data-center-managing-energy-consumption_482257-126677.jpg", buttonIcon: Database,
|
||||
},
|
||||
{
|
||||
title: "Profissionais Sérios",
|
||||
description: "Equipe técnica treinada e rápida em todos os chamados.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-videocall-work_23-2148940772.jpg",
|
||||
buttonIcon: "Users",
|
||||
title: "Profissionais Sérios", description: "Equipe técnica treinada e rápida em todos os chamados.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-videocall-work_23-2148940772.jpg", buttonIcon: Users,
|
||||
},
|
||||
{
|
||||
title: "Suporte Especializado",
|
||||
description: "Atendimento rápido via AnyDesk ou presencial com agilidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-screw-collection_23-2148557983.jpg",
|
||||
buttonIcon: "Tool",
|
||||
title: "Suporte Especializado", description: "Atendimento rápido via AnyDesk ou presencial com agilidade.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-screw-collection_23-2148557983.jpg", buttonIcon: Tool,
|
||||
},
|
||||
]}
|
||||
title="Por que a MicroPrint Rio Preto?"
|
||||
@@ -161,45 +115,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "João Silva",
|
||||
handle: "@joao",
|
||||
testimonial: "Excelente parceria, a redução de custos foi imediata.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
|
||||
},
|
||||
id: "1", name: "João Silva", handle: "@joao", testimonial: "Excelente parceria, a redução de custos foi imediata.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Souza",
|
||||
handle: "@maria",
|
||||
testimonial: "Profissionais muito sérios e atendimento nota 10.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
id: "2", name: "Maria Souza", handle: "@maria", testimonial: "Profissionais muito sérios e atendimento nota 10.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Lima",
|
||||
handle: "@carlos",
|
||||
testimonial: "Os equipamentos não param, suporte impecável.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-elegant-suit-glasses-correct-his-jacket-while-standing-against-skyscraper-background_613910-20123.jpg",
|
||||
},
|
||||
id: "3", name: "Carlos Lima", handle: "@carlos", testimonial: "Os equipamentos não param, suporte impecável.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-elegant-suit-glasses-correct-his-jacket-while-standing-against-skyscraper-background_613910-20123.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana Oliveira",
|
||||
handle: "@ana",
|
||||
testimonial: "Lucros visíveis na redução de desperdício de papel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
|
||||
},
|
||||
id: "4", name: "Ana Oliveira", handle: "@ana", testimonial: "Lucros visíveis na redução de desperdício de papel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Roberto Costa",
|
||||
handle: "@roberto",
|
||||
testimonial: "A melhor locadora de impressoras de Rio Preto.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-thumbs-up-near-building_23-2148308517.jpg",
|
||||
},
|
||||
id: "5", name: "Roberto Costa", handle: "@roberto", testimonial: "A melhor locadora de impressoras de Rio Preto.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-thumbs-up-near-building_23-2148308517.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Depoimentos de Parceiros"
|
||||
@@ -214,55 +143,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "essencial",
|
||||
title: "Essencial",
|
||||
price: "Sob Consulta",
|
||||
period: "mensal",
|
||||
features: [
|
||||
"Até 2.000 cópias",
|
||||
"Manutenção preventiva",
|
||||
"Suporte remoto",
|
||||
],
|
||||
id: "essencial", title: "Essencial", price: "Sob Consulta", period: "mensal", features: [
|
||||
"Até 2.000 cópias", "Manutenção preventiva", "Suporte remoto"],
|
||||
button: {
|
||||
text: "Contratar",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jdweg",
|
||||
imageAlt: "abstract corporate identity logo gold",
|
||||
},
|
||||
text: "Contratar"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jdweg", imageAlt: "abstract corporate identity logo gold"},
|
||||
{
|
||||
id: "profissional",
|
||||
title: "Profissional",
|
||||
price: "Sob Consulta",
|
||||
period: "mensal",
|
||||
features: [
|
||||
"Até 10.000 cópias",
|
||||
"Reposição de toner",
|
||||
"Suporte técnico 24h",
|
||||
"Gestão de software",
|
||||
],
|
||||
id: "profissional", title: "Profissional", price: "Sob Consulta", period: "mensal", features: [
|
||||
"Até 10.000 cópias", "Reposição de toner", "Suporte técnico 24h", "Gestão de software"],
|
||||
button: {
|
||||
text: "Contratar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456983.jpg?_wi=2",
|
||||
imageAlt: "abstract corporate identity logo gold",
|
||||
},
|
||||
text: "Contratar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149456983.jpg", imageAlt: "abstract corporate identity logo gold"},
|
||||
{
|
||||
id: "corporativo",
|
||||
title: "Corporativo",
|
||||
price: "Sob Consulta",
|
||||
period: "mensal",
|
||||
features: [
|
||||
"Volume ilimitado",
|
||||
"Gestão dedicada",
|
||||
"Atendimento prioritário",
|
||||
"Consultoria documental",
|
||||
],
|
||||
id: "corporativo", title: "Corporativo", price: "Sob Consulta", period: "mensal", features: [
|
||||
"Volume ilimitado", "Gestão dedicada", "Atendimento prioritário", "Consultoria documental"],
|
||||
button: {
|
||||
text: "Contratar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-holding-color-swatch_1170-765.jpg?_wi=2",
|
||||
imageAlt: "abstract corporate identity logo gold",
|
||||
},
|
||||
text: "Contratar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-holding-color-swatch_1170-765.jpg", imageAlt: "abstract corporate identity logo gold"},
|
||||
]}
|
||||
title="Planos Sob Medida"
|
||||
description="Escolha o modelo que melhor atende à necessidade da sua operação."
|
||||
@@ -274,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como funciona a manutenção?",
|
||||
content: "Nossa equipe técnica atende rapidamente em Rio Preto e região.",
|
||||
},
|
||||
id: "f1", title: "Como funciona a manutenção?", content: "Nossa equipe técnica atende rapidamente em Rio Preto e região."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Vocês atendem área médica?",
|
||||
content: "Sim, temos experiência com o setor médico e clínico.",
|
||||
},
|
||||
id: "f2", title: "Vocês atendem área médica?", content: "Sim, temos experiência com o setor médico e clínico."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Quanto tempo demora o suporte?",
|
||||
content: "Suporte remoto imediato e técnico em até 24h presencial.",
|
||||
},
|
||||
id: "f3", title: "Quanto tempo demora o suporte?", content: "Suporte remoto imediato e técnico em até 24h presencial."},
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -299,14 +187,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Empresa A",
|
||||
"Empresa B",
|
||||
"Empresa C",
|
||||
"Empresa D",
|
||||
"Empresa E",
|
||||
"Empresa F",
|
||||
"Empresa G",
|
||||
]}
|
||||
"Empresa A", "Empresa B", "Empresa C", "Empresa D", "Empresa E", "Empresa F", "Empresa G"]}
|
||||
title="Quem confia na MicroPrint"
|
||||
description="Empresas líderes em seus segmentos que contam com nosso outsourcing."
|
||||
/>
|
||||
@@ -319,16 +200,10 @@ export default function LandingPage() {
|
||||
description="Fale com nossa equipe e otimize seus custos de impressão hoje mesmo."
|
||||
inputs={[
|
||||
{
|
||||
name: "nome",
|
||||
type: "text",
|
||||
placeholder: "Nome Completo",
|
||||
required: true,
|
||||
name: "nome", type: "text", placeholder: "Nome Completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "E-mail", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/light-bulb-lamp_74190-1180.jpg"
|
||||
@@ -342,14 +217,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user