Update src/app/page.tsx
This commit is contained in:
183
src/app/page.tsx
183
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Heart } from "lucide-react";
|
||||
import { Heart, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -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: "Produtos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produtos", id: "products"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="San Willy"
|
||||
/>
|
||||
@@ -58,34 +50,22 @@ export default function LandingPage() {
|
||||
description="Encontre a melhor variedade de rações, petiscos e acessórios. Tudo o que seu melhor amigo precisa em um só lugar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Produtos", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n1tb3n"
|
||||
imageAlt="happy dog and cat pet shop"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqyvq3",
|
||||
alt: "happy customer pet shop",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqyvq3", alt: "happy customer pet shop"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9e30th",
|
||||
alt: "customer buying pet supplies",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9e30th", alt: "customer buying pet supplies"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nn685i",
|
||||
alt: "satisfied pet client",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nn685i", alt: "satisfied pet client"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z663p3",
|
||||
alt: "happy shop buyer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z663p3", alt: "happy shop buyer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f8hz3d",
|
||||
alt: "customer pet advice",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f8hz3d", alt: "customer pet advice"},
|
||||
]}
|
||||
avatarText="Mais de 500 pets satisfeitos"
|
||||
/>
|
||||
@@ -111,28 +91,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rações Premium",
|
||||
description: "Marcas líderes de mercado.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jg68mo",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Rações Premium", description: "Marcas líderes de mercado.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jg68mo", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Higiene Pet",
|
||||
description: "Tudo para manter seu pet limpo.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iyk85k",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Higiene Pet", description: "Tudo para manter seu pet limpo.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iyk85k", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Brinquedos",
|
||||
description: "Diversão garantida para todos.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z220wt",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Brinquedos", description: "Diversão garantida para todos.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z220wt", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Suplementos",
|
||||
description: "Saúde em primeiro lugar.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dbsl66",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Suplementos", description: "Saúde em primeiro lugar.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dbsl66", buttonIcon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="O que você encontra aqui"
|
||||
@@ -148,41 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ração Premium Dog",
|
||||
price: "R$ 159,90",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n659z7",
|
||||
},
|
||||
id: "1", name: "Ração Premium Dog", price: "R$ 159,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n659z7"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ração Gatos Castrados",
|
||||
price: "R$ 89,90",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z6f1bx",
|
||||
},
|
||||
id: "2", name: "Ração Gatos Castrados", price: "R$ 89,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z6f1bx"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ração Filhotes",
|
||||
price: "R$ 129,90",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=992nih",
|
||||
},
|
||||
id: "3", name: "Ração Filhotes", price: "R$ 129,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=992nih"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ração Senior Especial",
|
||||
price: "R$ 145,00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yj120n",
|
||||
},
|
||||
id: "4", name: "Ração Senior Especial", price: "R$ 145,00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yj120n"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Snacks Integrais",
|
||||
price: "R$ 29,90",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ltte1i",
|
||||
},
|
||||
id: "5", name: "Snacks Integrais", price: "R$ 29,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ltte1i"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ração Natural Equilibrada",
|
||||
price: "R$ 199,90",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vq4t93",
|
||||
},
|
||||
id: "6", name: "Ração Natural Equilibrada", price: "R$ 199,90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vq4t93"},
|
||||
]}
|
||||
title="Produtos em Destaque"
|
||||
description="Confira nossa linha exclusiva de rações e itens essenciais."
|
||||
@@ -196,45 +140,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
handle: "@anasilva",
|
||||
testimonial: "Melhor loja da cidade! Atendimento excelente.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqyvq3",
|
||||
},
|
||||
id: "1", name: "Ana Silva", handle: "@anasilva", testimonial: "Melhor loja da cidade! Atendimento excelente.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqyvq3"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Souza",
|
||||
handle: "@csouza",
|
||||
testimonial: "Ótima variedade de rações.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9e30th",
|
||||
},
|
||||
id: "2", name: "Carlos Souza", handle: "@csouza", testimonial: "Ótima variedade de rações.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9e30th"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Beatriz Lima",
|
||||
handle: "@blima",
|
||||
testimonial: "Sempre encontro o que preciso para meu cachorro.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nn685i",
|
||||
},
|
||||
id: "3", name: "Beatriz Lima", handle: "@blima", testimonial: "Sempre encontro o que preciso para meu cachorro.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nn685i"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ricardo Santos",
|
||||
handle: "@rsantos",
|
||||
testimonial: "Preço justo e qualidade.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z663p3",
|
||||
},
|
||||
id: "4", name: "Ricardo Santos", handle: "@rsantos", testimonial: "Preço justo e qualidade.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z663p3"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mariana Oliveira",
|
||||
handle: "@moliveira",
|
||||
testimonial: "Meu gato adora os petiscos de lá.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f8hz3d",
|
||||
},
|
||||
id: "5", name: "Mariana Oliveira", handle: "@moliveira", testimonial: "Meu gato adora os petiscos de lá.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f8hz3d"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="O que dizem nossos clientes"
|
||||
@@ -248,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Vocês fazem entrega?",
|
||||
content: "Sim, realizamos entregas em toda a região.",
|
||||
},
|
||||
id: "1", title: "Vocês fazem entrega?", content: "Sim, realizamos entregas em toda a região."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Como escolher a ração?",
|
||||
content: "Nossa equipe pode te ajudar com a idade e raça do seu pet.",
|
||||
},
|
||||
id: "2", title: "Como escolher a ração?", content: "Nossa equipe pode te ajudar com a idade e raça do seu pet."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Aceitam cartões?",
|
||||
content: "Sim, aceitamos todas as principais bandeiras de cartão.",
|
||||
},
|
||||
id: "3", title: "Aceitam cartões?", content: "Sim, aceitamos todas as principais bandeiras de cartão."},
|
||||
]}
|
||||
title="Dúvidas Frequentes"
|
||||
description="Estamos aqui para ajudar com sua escolha."
|
||||
@@ -273,8 +183,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contato"
|
||||
title="Fale com a San Willy"
|
||||
description="Entre em contato para pedidos ou dúvidas sobre nossos produtos."
|
||||
@@ -286,29 +195,19 @@ export default function LandingPage() {
|
||||
logoText="San Willy"
|
||||
columns={[
|
||||
{
|
||||
title: "Loja",
|
||||
items: [
|
||||
title: "Loja", items: [
|
||||
{
|
||||
label: "Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Produtos", href: "#products"},
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user