Merge version_1 into main #2
205
src/app/page.tsx
205
src/app/page.tsx
@@ -30,25 +30,15 @@ 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: "Serviços",
|
||||
id: "features",
|
||||
},
|
||||
name: "Serviços", id: "features"},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avaliações", id: "testimonials"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Salvena"
|
||||
/>
|
||||
@@ -57,65 +47,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Sua saúde tratada com cuidado, precisão e confiança"
|
||||
description="Farmácia de manipulação e homeopatia em Curitiba com excelente avaliação dos clientes."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-cup-coffee_23-2148898737.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-cup-coffee_23-2148898737.jpg", alt: "Cliente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", alt: "Cliente 5"},
|
||||
]}
|
||||
avatarText="Mais de 800 avaliações 5 estrelas"
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Orçamento",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Solicitar Orçamento", href: "#contact"},
|
||||
{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "https://wa.me/554132225620",
|
||||
},
|
||||
text: "Falar no WhatsApp", href: "https://wa.me/554132225620"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Qualidade Certificada",
|
||||
},
|
||||
type: "text", text: "Qualidade Certificada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atendimento Humanizado",
|
||||
},
|
||||
type: "text", text: "Atendimento Humanizado"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precisão Farmacêutica",
|
||||
},
|
||||
type: "text", text: "Precisão Farmacêutica"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Entrega Rápida",
|
||||
},
|
||||
type: "text", text: "Entrega Rápida"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Suporte Especializado",
|
||||
},
|
||||
type: "text", text: "Suporte Especializado"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,20 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre a Salvena",
|
||||
},
|
||||
type: "text", content: "Sobre a Salvena"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/female-pharmacist-checking-senior-man-s-blood-pressure_23-2150359148.jpg",
|
||||
alt: "Farmácia Salvena",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/female-pharmacist-checking-senior-man-s-blood-pressure_23-2150359148.jpg", alt: "Farmácia Salvena"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Saiba mais",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Saiba mais", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,36 +108,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Manipulação Personalizada",
|
||||
description: "Medicamentos feitos sob medida para suas necessidades.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-laboratory-interior_23-2152008058.jpg",
|
||||
imageAlt: "pharmacy interior clean professional",
|
||||
title: "Manipulação Personalizada", description: "Medicamentos feitos sob medida para suas necessidades.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Homeopatia",
|
||||
description: "Tratamentos naturais com qualidade garantida.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-checking-senior-man-s-blood-pressure_23-2150359148.jpg",
|
||||
imageAlt: "pharmacist consultation professional lab",
|
||||
title: "Homeopatia", description: "Tratamentos naturais com qualidade garantida.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Orçamentos por E-mail",
|
||||
description: "Envie sua receita e receba seu orçamento.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Mail,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg?_wi=1",
|
||||
imageAlt: "happy customer portrait professional",
|
||||
title: "Orçamentos por E-mail", description: "Envie sua receita e receba seu orçamento.", bentoComponent: "reveal-icon", icon: Mail,
|
||||
},
|
||||
{
|
||||
title: "Entrega em Curitiba",
|
||||
description: "Receba com segurança e agilidade.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg?_wi=1",
|
||||
imageAlt: "middle aged man smiling portrait",
|
||||
title: "Entrega em Curitiba", description: "Receba com segurança e agilidade.", bentoComponent: "reveal-icon", icon: Truck,
|
||||
},
|
||||
]}
|
||||
title="Nossos Serviços"
|
||||
@@ -194,59 +132,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Silva",
|
||||
role: "Cliente",
|
||||
company: "Curitiba",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Maria Silva", role: "Cliente", company: "Curitiba", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-470.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Santos",
|
||||
role: "Cliente",
|
||||
company: "Curitiba",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "João Santos", role: "Cliente", company: "Curitiba", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-forty-years-old-caucasian-tourist-man-talking-mobile-phone-outdoor_1391-318.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Oliveira",
|
||||
role: "Cliente",
|
||||
company: "Curitiba",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
},
|
||||
id: "3", name: "Ana Oliveira", role: "Cliente", company: "Curitiba", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro Souza",
|
||||
role: "Cliente",
|
||||
company: "Curitiba",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-cup-coffee_23-2148898737.jpg",
|
||||
},
|
||||
id: "4", name: "Pedro Souza", role: "Cliente", company: "Curitiba", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-cup-coffee_23-2148898737.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucia Ferreira",
|
||||
role: "Cliente",
|
||||
company: "Curitiba",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg",
|
||||
},
|
||||
id: "5", name: "Lucia Ferreira", role: "Cliente", company: "Curitiba", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avaliação Média",
|
||||
},
|
||||
value: "4.9", label: "Avaliação Média"},
|
||||
{
|
||||
value: "800+",
|
||||
label: "Avaliações",
|
||||
},
|
||||
value: "800+", label: "Avaliações"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Compromisso",
|
||||
},
|
||||
value: "100%", label: "Compromisso"},
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Baseado em mais de 800 avaliações com nota 4.9/5."
|
||||
@@ -260,22 +167,14 @@ export default function LandingPage() {
|
||||
description="Solicite seu orçamento agora mesmo."
|
||||
inputs={[
|
||||
{
|
||||
name: "nome",
|
||||
type: "text",
|
||||
placeholder: "Seu nome",
|
||||
required: true,
|
||||
name: "nome", type: "text", placeholder: "Seu nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Seu e-mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Seu e-mail", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensagem",
|
||||
placeholder: "Como podemos ajudar?",
|
||||
rows: 4,
|
||||
name: "mensagem", placeholder: "Como podemos ajudar?", rows: 4,
|
||||
}}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-pills_93675-130866.jpg"
|
||||
@@ -287,29 +186,19 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Localização",
|
||||
items: [
|
||||
title: "Localização", items: [
|
||||
{
|
||||
label: "Av. Vicente Machado, 680 - Batel, Curitiba - PR",
|
||||
href: "#",
|
||||
},
|
||||
label: "Av. Vicente Machado, 680 - Batel, Curitiba - PR", href: "#"},
|
||||
{
|
||||
label: "(41) 3222-5620",
|
||||
href: "tel:+554132225620",
|
||||
},
|
||||
label: "(41) 3222-5620", href: "tel:+554132225620"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horário",
|
||||
items: [
|
||||
title: "Horário", items: [
|
||||
{
|
||||
label: "Seg-Sex: 08:30 – 18:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Seg-Sex: 08:30 – 18:00", href: "#"},
|
||||
{
|
||||
label: "Sáb: Horário reduzido",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sáb: Horário reduzido", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user