Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
175
src/app/page.tsx
175
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Soluções",
|
||||
id: "solutions",
|
||||
},
|
||||
name: "Soluções", id: "solutions"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Segsistem"
|
||||
/>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Tecnologia em segurança eletrônica para quem exige confiança, desempenho e suporte técnico real."
|
||||
description="Distribuidora especializada em alarmes, câmeras, controle de acesso e automação de portões em Balneário Camboriú e região."
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar atendimento",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Solicitar atendimento", href: "#contact"},
|
||||
{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "https://wa.me/554735146001",
|
||||
},
|
||||
text: "Falar no WhatsApp", href: "https://wa.me/554735146001"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-national-secret-service-operation-room-used-follow-safety-alerts_482257-90051.jpg"
|
||||
/>
|
||||
@@ -80,24 +67,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Avaliação Google",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Avaliação Google", value: "5.0"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Equipe Qualificada",
|
||||
value: "Expert",
|
||||
},
|
||||
label: "Equipe Qualificada", value: "Expert"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Produtos Confiáveis",
|
||||
value: "Premium",
|
||||
},
|
||||
label: "Produtos Confiáveis", value: "Premium"},
|
||||
{
|
||||
icon: Headphones,
|
||||
label: "Suporte Técnico",
|
||||
value: "Real",
|
||||
},
|
||||
label: "Suporte Técnico", value: "Real"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,29 +90,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Camera,
|
||||
title: "Câmeras de segurança",
|
||||
description: "Monitoramento com alta definição, estabilidade e confiança.",
|
||||
},
|
||||
title: "Câmeras de segurança", description: "Monitoramento com alta definição, estabilidade e confiança."},
|
||||
{
|
||||
icon: Bell,
|
||||
title: "Alarmes",
|
||||
description: "Proteção inteligente para residências, empresas e condomínios.",
|
||||
},
|
||||
title: "Alarmes", description: "Proteção inteligente para residências, empresas e condomínios."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Controle de acesso",
|
||||
description: "Soluções seguras para entradas, permissões e gestão.",
|
||||
},
|
||||
title: "Controle de acesso", description: "Soluções seguras para entradas, permissões e gestão."},
|
||||
{
|
||||
icon: LogIn,
|
||||
title: "Automatizadores",
|
||||
description: "Praticidade, robustez e performance no dia a dia.",
|
||||
},
|
||||
title: "Automatizadores", description: "Praticidade, robustez e performance no dia a dia."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Distribuição técnica",
|
||||
description: "Orientação certa para você comprar o equipamento ideal.",
|
||||
},
|
||||
title: "Distribuição técnica", description: "Orientação certa para você comprar o equipamento ideal."},
|
||||
]}
|
||||
title="Tudo o que você precisa para segurança eletrônica profissional"
|
||||
description="Soluções completas para proteger seu projeto com tecnologia de ponta."
|
||||
@@ -145,14 +114,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Hikvision",
|
||||
"Garen",
|
||||
"Inpol",
|
||||
"Ipec",
|
||||
"Intelbras",
|
||||
"JFL",
|
||||
"Segsistem",
|
||||
]}
|
||||
"Hikvision", "Garen", "Inpol", "Ipec", "Intelbras", "JFL", "Segsistem"]}
|
||||
title="Marcas reconhecidas"
|
||||
description="Produtos confiáveis para quem trabalha com segurança de verdade."
|
||||
/>
|
||||
@@ -165,29 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: User,
|
||||
title: "Atendimento humano",
|
||||
value: "Próximo",
|
||||
},
|
||||
id: "1", icon: User,
|
||||
title: "Atendimento humano", value: "Próximo"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Database,
|
||||
title: "Equipe técnica",
|
||||
value: "Qualificada",
|
||||
},
|
||||
id: "2", icon: Database,
|
||||
title: "Equipe técnica", value: "Qualificada"},
|
||||
{
|
||||
id: "3",
|
||||
icon: CheckCircle,
|
||||
title: "Alta confiança",
|
||||
value: "Marcas",
|
||||
},
|
||||
id: "3", icon: CheckCircle,
|
||||
title: "Alta confiança", value: "Marcas"},
|
||||
{
|
||||
id: "4",
|
||||
icon: DollarSign,
|
||||
title: "Preço justo",
|
||||
value: "Valor",
|
||||
},
|
||||
id: "4", icon: DollarSign,
|
||||
title: "Preço justo", value: "Valor"},
|
||||
]}
|
||||
title="Por que escolher a Segsistem VrTech"
|
||||
description="Avaliamos sua necessidade e entregamos a solução técnica mais robusta do mercado regional."
|
||||
@@ -201,40 +151,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rodnei Mattos",
|
||||
role: "Cliente",
|
||||
testimonial: "Atendimento espetacular, café quentinho e preço bom.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
id: "1", name: "Rodnei Mattos", role: "Cliente", testimonial: "Atendimento espetacular, café quentinho e preço bom.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Frederico R. S.",
|
||||
role: "Cliente",
|
||||
testimonial: "Muito bom, produtos de qualidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "2", name: "Frederico R. S.", role: "Cliente", testimonial: "Muito bom, produtos de qualidade.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rafael N. R.",
|
||||
role: "Cliente",
|
||||
testimonial: "Pessoal qualificado, Fabiano prestativo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
id: "3", name: "Rafael N. R.", role: "Cliente", testimonial: "Pessoal qualificado, Fabiano prestativo.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cliente Anônimo",
|
||||
role: "Empresário",
|
||||
testimonial: "A melhor distribuidora de BC, sempre encontro o que preciso.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
id: "4", name: "Cliente Anônimo", role: "Empresário", testimonial: "A melhor distribuidora de BC, sempre encontro o que preciso.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cliente Inst.",
|
||||
role: "Instalador",
|
||||
testimonial: "Suporte técnico que realmente entende de campo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg",
|
||||
},
|
||||
id: "5", name: "Cliente Inst.", role: "Instalador", testimonial: "Suporte técnico que realmente entende de campo.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg"},
|
||||
]}
|
||||
title="Quem compra, recomenda"
|
||||
description="Veja o que nossos clientes e parceiros pensam sobre nosso atendimento especializado."
|
||||
@@ -245,19 +170,13 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Precisa do equipamento certo para seu projeto?"
|
||||
description="Nossa equipe ajuda você a escolher a solução ideal com orientação técnica e atendimento rápido."
|
||||
description="Fale com nossos especialistas técnicos e garanta a escolha ideal para o seu projeto hoje mesmo"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome completo",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Nome completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "whatsapp",
|
||||
type: "tel",
|
||||
placeholder: "WhatsApp",
|
||||
required: true,
|
||||
name: "whatsapp", type: "tel", placeholder: "WhatsApp", required: true,
|
||||
},
|
||||
]}
|
||||
buttonText="Falar agora no WhatsApp"
|
||||
@@ -271,33 +190,21 @@ export default function LandingPage() {
|
||||
logoText="Segsistem VrTech"
|
||||
columns={[
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "R. Araranguá, 51 – Municípios",
|
||||
href: "#",
|
||||
},
|
||||
label: "R. Araranguá, 51 – Municípios", href: "#"},
|
||||
{
|
||||
label: "Balneário Camboriú – SC",
|
||||
href: "#",
|
||||
},
|
||||
label: "Balneário Camboriú – SC", href: "#"},
|
||||
{
|
||||
label: "(47) 3514-6001",
|
||||
href: "tel:4735146001",
|
||||
},
|
||||
label: "(47) 3514-6001", href: "tel:4735146001"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Atendimento",
|
||||
items: [
|
||||
title: "Atendimento", items: [
|
||||
{
|
||||
label: "Segunda a Sexta",
|
||||
href: "#",
|
||||
},
|
||||
label: "Segunda a Sexta", href: "#"},
|
||||
{
|
||||
label: "A partir das 08:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "A partir das 08:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -306,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user