Merge version_1 into main #1
108
src/app/page.tsx
108
src/app/page.tsx
@@ -17,27 +17,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Produtos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produtos", id: "products"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Casa Pet Ponto Com"
|
||||
/>
|
||||
@@ -46,25 +45,18 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Bem-vindo à Casa Pet Ponto Com – onde seu pet encontra tudo que precisa"
|
||||
description="Oferecemos uma seleção premium de rações, acessórios e cuidados, tudo com o carinho que seu melhor amigo merece."
|
||||
buttons={[
|
||||
{
|
||||
text: "Veja nossos produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Veja nossos produtos", href: "#products"},
|
||||
{
|
||||
text: "Agende sua visita",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Agende sua visita", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-man-sitting-with-his-dog-petfriendly-cafe-near-window-golden-retriever-gives-paw-visitor_1258-314239.jpg",
|
||||
imageAlt: "Pet feliz na Casa Pet Ponto Com",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-man-sitting-with-his-dog-petfriendly-cafe-near-window-golden-retriever-gives-paw-visitor_1258-314239.jpg", imageAlt: "Pet feliz na Casa Pet Ponto Com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,25 +69,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7⭐",
|
||||
title: "Avaliação Média",
|
||||
description: "Com base em mais de 95 avaliações dos clientes.",
|
||||
icon: Star,
|
||||
id: "1", value: "4.7⭐", title: "Avaliação Média", description: "Com base em mais de 95 avaliações dos clientes.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "+1000",
|
||||
title: "Pets Felizes",
|
||||
description: "Mais de mil famílias atendidas com dedicação.",
|
||||
icon: Heart,
|
||||
id: "2", value: "+1000", title: "Pets Felizes", description: "Mais de mil famílias atendidas com dedicação.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24h",
|
||||
title: "Atendimento Personalizado",
|
||||
description: "Estamos sempre prontos para lhe atender via WhatsApp.",
|
||||
icon: MessageCircle,
|
||||
id: "3", value: "24h", title: "Atendimento Personalizado", description: "Estamos sempre prontos para lhe atender via WhatsApp.", icon: MessageCircle,
|
||||
},
|
||||
]}
|
||||
title="Nossa trajetória de confiança"
|
||||
@@ -111,26 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ração Premium Gold",
|
||||
price: "R$ 149,90",
|
||||
variant: "Saúde e Vitalidade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-near-dog-writing_23-2147799954.jpg",
|
||||
},
|
||||
id: "p1", name: "Ração Premium Gold", price: "R$ 149,90", variant: "Saúde e Vitalidade", imageSrc: "http://img.b2bpic.net/free-photo/bowl-near-dog-writing_23-2147799954.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Brinquedo Educativo Interativo",
|
||||
price: "R$ 45,00",
|
||||
variant: "Diversão garantida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930421.jpg",
|
||||
},
|
||||
id: "p2", name: "Brinquedo Educativo Interativo", price: "R$ 45,00", variant: "Diversão garantida", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930421.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Kit Higiene Completo",
|
||||
price: "R$ 89,90",
|
||||
variant: "Cuidado diário",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-playing-with-dog_23-2149658873.jpg",
|
||||
},
|
||||
id: "p3", name: "Kit Higiene Completo", price: "R$ 89,90", variant: "Cuidado diário", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-playing-with-dog_23-2149658873.jpg"},
|
||||
]}
|
||||
title="Produtos Premium em Destaque"
|
||||
description="Tudo que seu pet precisa, desde a nutrição básica até o mimo especial."
|
||||
@@ -144,33 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eidson A.",
|
||||
role: "Cliente Pet",
|
||||
testimonial: "Perfeito para fazer a alegria do seu pet!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/let-s-take-selfie-with-little-puppies_329181-11553.jpg",
|
||||
},
|
||||
id: "1", name: "Eidson A.", role: "Cliente Pet", testimonial: "Perfeito para fazer a alegria do seu pet!", imageSrc: "http://img.b2bpic.net/free-photo/let-s-take-selfie-with-little-puppies_329181-11553.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Astrid V.",
|
||||
role: "Cliente Pet",
|
||||
testimonial: "Atendimento muito bom, produtos de qualidade com muita diversidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
|
||||
},
|
||||
id: "2", name: "Astrid V.", role: "Cliente Pet", testimonial: "Atendimento muito bom, produtos de qualidade com muita diversidade.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fernando B.",
|
||||
role: "Cliente Pet",
|
||||
testimonial: "A melhor loja da região, profissionais atenciosos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-dog-taking-selfie_23-2148928983.jpg",
|
||||
},
|
||||
id: "3", name: "Fernando B.", role: "Cliente Pet", testimonial: "A melhor loja da região, profissionais atenciosos.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-dog-taking-selfie_23-2148928983.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mariana S.",
|
||||
role: "Cliente Pet",
|
||||
testimonial: "Meu pet adora os mimos daqui, atendimento nota 10.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/speech-bubble-shaped-testimonial_23-2147945709.jpg",
|
||||
},
|
||||
id: "4", name: "Mariana S.", role: "Cliente Pet", testimonial: "Meu pet adora os mimos daqui, atendimento nota 10.", imageSrc: "http://img.b2bpic.net/free-vector/speech-bubble-shaped-testimonial_23-2147945709.jpg"},
|
||||
]}
|
||||
title="Histórias de Pet Lovers"
|
||||
description="Confira o que nossos clientes dizem sobre nossa loja."
|
||||
@@ -181,8 +126,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contato"
|
||||
title="Fale com um Especialista"
|
||||
description="Estamos localizados no coração da cidade. Entre em contato ou visite nossa loja para o melhor atendimento."
|
||||
|
||||
Reference in New Issue
Block a user