Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e7c74a9f0 | |||
| ce176ed604 |
270
src/app/page.tsx
270
src/app/page.tsx
@@ -30,83 +30,48 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avaliações", id: "testimonials"},
|
||||
{
|
||||
name: "Sobre Nós",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre Nós", id: "about"},
|
||||
{
|
||||
name: "Galeria",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Galeria", id: "gallery"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Ligue Pizza"
|
||||
button={{
|
||||
text: "🍕 Pedir Agora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "🍕 Pedir Agora", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="A pizza mais saborosa de Ilhéus 🍕🔥"
|
||||
description="Sabores únicos, ingredientes de qualidade e entrega rápida na sua casa."
|
||||
tag="⭐️ 4,6 (498 avaliações)"
|
||||
tag="⭐️ 4,6 (cerca de 500 avaliações)"
|
||||
buttons={[
|
||||
{
|
||||
text: "🍕 Pedir Agora",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "🍕 Pedir Agora", href: "#menu"},
|
||||
{
|
||||
text: "📖 Ver Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "📖 Ver Menu", href: "#menu"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-pasta-with-fresh-ingredients-herbs-black-backdrop_23-2148076071.jpg",
|
||||
imageAlt: "Pizza suculenta com queijo derretido",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-pasta-with-fresh-ingredients-herbs-black-backdrop_23-2148076071.jpg", imageAlt: "Pizza suculenta com queijo derretido"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-delicious-pizza-with-olives-sausages-cheese-blue-desk_140725-49885.jpg",
|
||||
imageAlt: "Fatia de pizza de pepperoni sendo retirada",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-delicious-pizza-with-olives-sausages-cheese-blue-desk_140725-49885.jpg", imageAlt: "Fatia de pizza de pepperoni sendo retirada"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-lahmacun-table_140725-8206.jpg",
|
||||
imageAlt: "Pizza margherita clássica",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cheese-lahmacun-table_140725-8206.jpg", imageAlt: "Pizza margherita clássica"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527947.jpg",
|
||||
imageAlt: "Pizza vegetariana colorida",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527947.jpg", imageAlt: "Pizza vegetariana colorida"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-green-peppers-tomatoes-ham-cheese-wooden-plate-table_141793-2994.jpg",
|
||||
imageAlt: "Pizza de carne com vários ingredientes",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-green-peppers-tomatoes-ham-cheese-wooden-plate-table_141793-2994.jpg", imageAlt: "Pizza de carne com vários ingredientes"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-with-tomato-pepper-marble_114579-13864.jpg",
|
||||
imageAlt: "Pizza picante com pimenta",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-with-tomato-pepper-marble_114579-13864.jpg", imageAlt: "Pizza picante com pimenta"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -121,55 +86,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "pizza-calabresa",
|
||||
brand: "Clássica",
|
||||
name: "Calabresa com Cheddar",
|
||||
price: "R$ 49.90",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg",
|
||||
imageAlt: "Pizza de Calabresa com Cheddar",
|
||||
},
|
||||
id: "pizza-calabresa", brand: "Clássica", name: "Calabresa com Cheddar", price: "R$ 49.90", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901070.jpg", imageAlt: "Pizza de Calabresa com Cheddar"},
|
||||
{
|
||||
id: "pizza-cincoqueijos",
|
||||
brand: "Gourmet",
|
||||
name: "Cinco Queijos e Chocokids",
|
||||
price: "R$ 54.90",
|
||||
rating: 4.8,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkey-pizza-topped-with-lettuce-salad-parmesan_140725-5187.jpg",
|
||||
imageAlt: "Pizza Cinco Queijos",
|
||||
},
|
||||
id: "pizza-cincoqueijos", brand: "Gourmet", name: "Cinco Queijos e Chocokids", price: "R$ 54.90", rating: 4.8,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkey-pizza-topped-with-lettuce-salad-parmesan_140725-5187.jpg", imageAlt: "Pizza Cinco Queijos"},
|
||||
{
|
||||
id: "pizza-carneseca",
|
||||
brand: "Exclusiva",
|
||||
name: "Carne Seca com Banana",
|
||||
price: "R$ 59.90",
|
||||
rating: 4.9,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-colorful-vegetable-topping-ready-be-eaten_1150-6539.jpg",
|
||||
imageAlt: "Pizza de Carne Seca com Banana",
|
||||
},
|
||||
id: "pizza-carneseca", brand: "Exclusiva", name: "Carne Seca com Banana", price: "R$ 59.90", rating: 4.9,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-colorful-vegetable-topping-ready-be-eaten_1150-6539.jpg", imageAlt: "Pizza de Carne Seca com Banana"},
|
||||
{
|
||||
id: "pizza-peitoperu",
|
||||
brand: "Leve",
|
||||
name: "Peito de Peru com Cream Cheese",
|
||||
price: "R$ 52.90",
|
||||
rating: 4.7,
|
||||
reviewCount: "130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/california-style-pizza-with-sweet-pepper-tomatoes_140725-3927.jpg",
|
||||
imageAlt: "Pizza de Peito de Peru com Cream Cheese",
|
||||
},
|
||||
id: "pizza-peitoperu", brand: "Leve", name: "Peito de Peru com Cream Cheese", price: "R$ 52.90", rating: 4.7,
|
||||
reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/california-style-pizza-with-sweet-pepper-tomatoes_140725-3927.jpg", imageAlt: "Pizza de Peito de Peru com Cream Cheese"},
|
||||
{
|
||||
id: "pizza-buffalochicken",
|
||||
brand: "Sabor Intenso",
|
||||
name: "Buffalo Chicken",
|
||||
price: "R$ 56.90",
|
||||
rating: 4.6,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-tray-with-tomatoes-chili-basil_1150-24789.jpg",
|
||||
imageAlt: "Pizza de Buffalo Chicken",
|
||||
},
|
||||
id: "pizza-buffalochicken", brand: "Sabor Intenso", name: "Buffalo Chicken", price: "R$ 56.90", rating: 4.6,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-tray-with-tomatoes-chili-basil_1150-24789.jpg", imageAlt: "Pizza de Buffalo Chicken"},
|
||||
]}
|
||||
title="Abertura de Apetite: Nossas Pizzas Exclusivas"
|
||||
description="Descubra a seleção de sabores que fazem da Ligue Pizza a mais pedida em Ilhéus. Feitas com ingredientes frescos e paixão."
|
||||
@@ -183,40 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
role: "Cliente Fiel",
|
||||
testimonial: "Sabores incríveis e inovadores. Recomendo muito! A qualidade é excelente e o atendimento é sempre rápido. Minha pizzaria favorita em Ilhéus!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-female-with-long-dark-hair-recreats-exotic-cafeteria-with-fresh-orange-cocktail-holds-smart-phone_273609-3143.jpg",
|
||||
},
|
||||
id: "1", name: "Ana Silva", role: "Cliente Fiel", testimonial: "Sabores incríveis e inovadores. Recomendo muito! A qualidade é excelente e o atendimento é sempre rápido. Minha pizzaria favorita em Ilhéus!", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-female-with-long-dark-hair-recreats-exotic-cafeteria-with-fresh-orange-cocktail-holds-smart-phone_273609-3143.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bruno Costa",
|
||||
role: "Turista Encantado",
|
||||
testimonial: "Ambiente lindo, atendimento rápido e pizzas deliciosas. Uma experiência gastronômica imperdível para quem visita Ilhéus. Voltarei com certeza!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
|
||||
},
|
||||
id: "2", name: "Bruno Costa", role: "Turista Encantado", testimonial: "Ambiente lindo, atendimento rápido e pizzas deliciosas. Uma experiência gastronômica imperdível para quem visita Ilhéus. Voltarei com certeza!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carla Mendes",
|
||||
role: "Mãe de Família",
|
||||
testimonial: "Qualidade excelente, sempre dá vontade de repetir. Meus filhos adoram e a entrega é super eficiente. Perfeito para nossas noites em família!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-charming-girl-cozy-sweater-happily-looking-camera-blue-background_574295-3848.jpg",
|
||||
},
|
||||
id: "3", name: "Carla Mendes", role: "Mãe de Família", testimonial: "Qualidade excelente, sempre dá vontade de repetir. Meus filhos adoram e a entrega é super eficiente. Perfeito para nossas noites em família!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-charming-girl-cozy-sweater-happily-looking-camera-blue-background_574295-3848.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Daniel Oliveira",
|
||||
role: "Apreciador de Pizza",
|
||||
testimonial: "Ingredientes frescos e massa perfeita. Cada mordida é uma explosão de sabor. A melhor pizza que já comi em Ilhéus, sem dúvida alguma.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-girl-is-put-her-hands-her-waist-smiling-pretty-woman-stripped-shirt-looks-camera-beauty-people-emotions-healthy-life-concept_291650-1779.jpg",
|
||||
},
|
||||
id: "4", name: "Daniel Oliveira", role: "Apreciador de Pizza", testimonial: "Ingredientes frescos e massa perfeita. Cada mordida é uma explosão de sabor. A melhor pizza que já comi em Ilhéus, sem dúvida alguma.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-girl-is-put-her-hands-her-waist-smiling-pretty-woman-stripped-shirt-looks-camera-beauty-people-emotions-healthy-life-concept_291650-1779.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fernanda Lima",
|
||||
role: "Amante da Gastronomia",
|
||||
testimonial: "As opções do menu são criativas e todas deliciosas. O Chocokids é um sucesso entre a criançada. Ligue Pizza nunca decepciona!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-glasses_23-2148320110.jpg",
|
||||
},
|
||||
id: "5", name: "Fernanda Lima", role: "Amante da Gastronomia", testimonial: "As opções do menu são criativas e todas deliciosas. O Chocokids é um sucesso entre a criançada. Ligue Pizza nunca decepciona!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-glasses_23-2148320110.jpg"},
|
||||
]}
|
||||
title="O que dizem nossos clientes"
|
||||
description="A satisfação é a nossa receita secreta. Veja o que Ilhéus pensa da Ligue Pizza!"
|
||||
@@ -228,9 +133,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Feitas com Paixão, Servidas com Carinho",
|
||||
},
|
||||
type: "text", content: "Feitas com Paixão, Servidas com Carinho"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,77 +145,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
title: "A Fatia Perfeita",
|
||||
author: "Ligue Pizza",
|
||||
description: "Queijo derretido e borda crocante, a tentação em cada pedaço.",
|
||||
tags: [
|
||||
"Pizza",
|
||||
"Sabor",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diet-cheese-vegetable-olive-closeup_1122-2450.jpg",
|
||||
imageAlt: "Fatia de pizza com queijo derretido",
|
||||
},
|
||||
id: "gallery-1", title: "A Fatia Perfeita", author: "Ligue Pizza", description: "Queijo derretido e borda crocante, a tentação em cada pedaço.", tags: [
|
||||
"Pizza", "Sabor"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diet-cheese-vegetable-olive-closeup_1122-2450.jpg", imageAlt: "Fatia de pizza com queijo derretido"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
title: "O Calor do Forno",
|
||||
author: "Ligue Pizza",
|
||||
description: "Nossas pizzas assadas no ponto ideal, com o calor do forno a lenha.",
|
||||
tags: [
|
||||
"Forno",
|
||||
"Tradição",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-s-hand-kneading-dough-table_23-2148189064.jpg",
|
||||
imageAlt: "Forno a lenha com fogo",
|
||||
},
|
||||
id: "gallery-2", title: "O Calor do Forno", author: "Ligue Pizza", description: "Nossas pizzas assadas no ponto ideal, com o calor do forno a lenha.", tags: [
|
||||
"Forno", "Tradição"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-s-hand-kneading-dough-table_23-2148189064.jpg", imageAlt: "Forno a lenha com fogo"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
title: "Ambiente Aconchegante",
|
||||
author: "Ligue Pizza",
|
||||
description: "Um espaço convidativo para você e sua família desfrutarem.",
|
||||
tags: [
|
||||
"Restaurante",
|
||||
"Conforto",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg",
|
||||
imageAlt: "Interior da pizzaria Ligue Pizza",
|
||||
},
|
||||
id: "gallery-3", title: "Ambiente Aconchegante", author: "Ligue Pizza", description: "Um espaço convidativo para você e sua família desfrutarem.", tags: [
|
||||
"Restaurante", "Conforto"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Interior da pizzaria Ligue Pizza"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
title: "Ingredientes Frescos",
|
||||
author: "Ligue Pizza",
|
||||
description: "Selecionamos os melhores ingredientes para um sabor inigualável.",
|
||||
tags: [
|
||||
"Qualidade",
|
||||
"Frescor",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-mushrooms-red-green-tomatoes-bell-peppers-cutting-board_140725-145364.jpg",
|
||||
imageAlt: "Ingredientes frescos para pizza",
|
||||
},
|
||||
id: "gallery-4", title: "Ingredientes Frescos", author: "Ligue Pizza", description: "Selecionamos os melhores ingredientes para um sabor inigualável.", tags: [
|
||||
"Qualidade", "Frescor"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-mushrooms-red-green-tomatoes-bell-peppers-cutting-board_140725-145364.jpg", imageAlt: "Ingredientes frescos para pizza"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
title: "Momentos Felizes",
|
||||
author: "Ligue Pizza",
|
||||
description: "Alegria e sabor em cada encontro na Ligue Pizza.",
|
||||
tags: [
|
||||
"Clientes",
|
||||
"Felicidade",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-toasts-bed_23-2147744445.jpg",
|
||||
imageAlt: "Clientes felizes comendo pizza",
|
||||
},
|
||||
id: "gallery-5", title: "Momentos Felizes", author: "Ligue Pizza", description: "Alegria e sabor em cada encontro na Ligue Pizza.", tags: [
|
||||
"Clientes", "Felicidade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-toasts-bed_23-2147744445.jpg", imageAlt: "Clientes felizes comendo pizza"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
title: "Combinação Perfeita",
|
||||
author: "Ligue Pizza",
|
||||
description: "Sua pizza favorita acompanhada da bebida ideal.",
|
||||
tags: [
|
||||
"Bebidas",
|
||||
"Experiência",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-food-lunch_114579-4316.jpg",
|
||||
imageAlt: "Pizza e bebidas refrescantes",
|
||||
},
|
||||
id: "gallery-6", title: "Combinação Perfeita", author: "Ligue Pizza", description: "Sua pizza favorita acompanhada da bebida ideal.", tags: [
|
||||
"Bebidas", "Experiência"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-food-lunch_114579-4316.jpg", imageAlt: "Pizza e bebidas refrescantes"},
|
||||
]}
|
||||
title="Nosso Sabor em Imagens"
|
||||
description="Veja a paixão e a qualidade em cada detalhe das nossas pizzas e do nosso ambiente acolhedor. De close-ups irresistíveis a momentos de alegria."
|
||||
@@ -323,24 +178,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Conecte-se Conosco"
|
||||
title="Não Fique Com Vontade… Peça Agora!"
|
||||
description="Visite-nos ou peça a sua pizza favorita! Ligue Pizza, o sabor que você ama, onde você estiver em Ilhéus. Endereço: Av. Antônio Carlos Magalhães, 1161 - Malhado, Ilhéus - BA. Horário: Abre às 17:00."
|
||||
description="Visite-nos ou peça a sua pizza favorita! Ligue Pizza, o sabor que você ama, onde você estiver em Ilhéus. Tipo: Pizzaria com serviço de entrega e take away. Endereço: Av. Antônio Carlos Magalhães, 1161 - Malhado, Ilhéus - BA. Horário: Abre às 17:00. Telefone: +55 73 3231-5882. Pedido online disponível."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ligar Agora",
|
||||
href: "tel:+5573999999999",
|
||||
},
|
||||
text: "Ligar Agora", href: "tel:+557332315882"},
|
||||
{
|
||||
text: "Enviar WhatsApp",
|
||||
href: "https://wa.me/5573999999999",
|
||||
},
|
||||
text: "Enviar WhatsApp", href: "https://wa.me/557332315882"},
|
||||
{
|
||||
text: "Como Chegar",
|
||||
href: "https://maps.app.goo.gl/NycdwunFQCJPP2Cn8",
|
||||
},
|
||||
text: "Como Chegar", href: "https://maps.app.goo.gl/NycdwunFQCJPP2Cn8"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -349,13 +197,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Ligue Pizza"
|
||||
leftLink={{
|
||||
text: "Política de Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Política de Privacidade", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Termos de Uso",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Termos de Uso", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user