Compare commits
66 Commits
version_6
...
version_38
| Author | SHA1 | Date | |
|---|---|---|---|
| c7348c25be | |||
| 95aa70b661 | |||
| 2d017db4f1 | |||
| ec4d7f007b | |||
| 8d5314fb60 | |||
| c4f81e3871 | |||
| d6d1e65fa8 | |||
| 156b84057e | |||
| 8efc0c1bd6 | |||
| ebb76a1f1a | |||
| 28c79d6c6c | |||
| 13da5f5e6e | |||
| 69a92d4635 | |||
| 9204164e0c | |||
| 6422efc471 | |||
| 6b33961a5a | |||
| 14c070339c | |||
| e1130f19ec | |||
| 6ae9dbcee5 | |||
| aacb264148 | |||
| 7a0e1c6d47 | |||
| 775fe049fe | |||
| edab6b31af | |||
| 5344ac698a | |||
| 7aac165349 | |||
| 9b2b7db69a | |||
| c36bf427f4 | |||
| 2b70523313 | |||
| 7ed9d49abe | |||
| 904247318f | |||
| 0fca5d434e | |||
| 0258ed8492 | |||
| 92609c0926 | |||
| 5735816dd3 | |||
| 4cc03310cd | |||
| 6c0da64219 | |||
| 6e0acc3141 | |||
| 5ef6e9a1b5 | |||
| 31b1be14b1 | |||
| f02730377f | |||
| 5213a3c939 | |||
| 9a7874dafb | |||
| 753f7126fa | |||
| e20b8dbb77 | |||
| 69cc4d3be6 | |||
| b9acbc0f71 | |||
| ab1ad79db6 | |||
| 4b9ce04c62 | |||
| 08ada20fbf | |||
| 2ee59a0d94 | |||
| 06f1cd2674 | |||
| f4d66f2439 | |||
| bc4db6fe73 | |||
| 6e39f9e58b | |||
| 8973b91aee | |||
| 93b81d6816 | |||
| 593a9e35a0 | |||
| 8436097548 | |||
| 0e42e500a3 | |||
| 5d843a1e1e | |||
| 72714cbac0 | |||
| ca87372f32 | |||
| 5417efcec5 | |||
| 055d571851 | |||
| d91f01fbc8 | |||
| 2f9d92850c |
216
src/app/page.tsx
216
src/app/page.tsx
@@ -31,59 +31,41 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reservas",
|
name: "Reservas", id: "#reservas"},
|
||||||
id: "#reservas",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sobre",
|
name: "Sobre", id: "#sobre"},
|
||||||
id: "#sobre",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Localização",
|
name: "Localização", id: "#local"},
|
||||||
id: "#local",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Maria da Praia"
|
brandName="Tibau"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="Maria da Praia"
|
logoText="Tibau"
|
||||||
description="Frutos do Mar com a Alma da Lagoa"
|
description="Frutos do Mar com a Alma da Lagoa"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Ver Cardápio",
|
text: "Ver Cardápio", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Reservar Mesa",
|
text: "Reservar Mesa", href: "#reservas"},
|
||||||
href: "#reservas",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320494.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320494.jpg"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/great-landscape-opens-cosy-dinner-table_8353-93.jpg"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18737.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18737.jpg"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320444.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320444.jpg"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fusion-food-with-sushi-seasonings-plate-wooden-surface_181624-42994.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fusion-food-with-sushi-seasonings-plate-wooden-surface_181624-42994.jpg"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg",
|
imageSrc: "http://img.b2bpic.net/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,9 +75,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Tradição à Beira da Lagoa"
|
title="Tradição à Beira da Lagoa"
|
||||||
description={[
|
description={[
|
||||||
"Com mais de 30 anos de história, Maria da Praia preserva a alma da culinária caiçara. Utilizamos apenas ingredientes 100% frescos, honrando as tradições locais com o toque de elegância que nossos clientes merecem.",
|
"Com mais de 30 anos de história, Tibau preserva a alma da culinária caiçara. Utilizamos apenas ingredientes 100% frescos, honrando as tradições locais com o toque de elegância que nossos clientes merecem.", "Um refúgio para quem busca sabores autênticos e um ambiente acolhedor."]}
|
||||||
"Um refúgio para quem busca sabores autênticos e um ambiente acolhedor.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -107,47 +87,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Caranguejo ao Molho", price: "R$ 85", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-food-arrangement_23-2148771286.jpg"},
|
||||||
name: "Caranguejo ao Molho",
|
|
||||||
price: "R$ 85",
|
|
||||||
variant: "Entrada",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-food-arrangement_23-2148771286.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Moqueca de Cherne", price: "R$ 145", variant: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg"},
|
||||||
name: "Moqueca de Cherne",
|
|
||||||
price: "R$ 145",
|
|
||||||
variant: "Principal",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-seafood-soup-with-mussels_141793-4658.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Casquinha de Siri", price: "R$ 45", variant: "Entrada", imageSrc: "https://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-lobster-with-lemon-slice-sauce_181624-42348.jpg?id=16937670"},
|
||||||
name: "Casquinha de Siri",
|
|
||||||
price: "R$ 45",
|
|
||||||
variant: "Entrada",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107817.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Caldinho de Frutos do Mar", price: "R$ 38", variant: "Entrada", imageSrc: "https://img.b2bpic.net/premium-photo/delicious-seafood-soup-bowl-with-clams-shrimp-gourmet-cooking-dining_1350623-4167.jpg?id=361091342"},
|
||||||
name: "Caldinho de Frutos do Mar",
|
|
||||||
price: "R$ 38",
|
|
||||||
variant: "Entrada",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-with-snaks-beer_140725-1902.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Peixe do Dia", price: "R$ 110", variant: "Principal", imageSrc: "https://img.b2bpic.net/free-photo/smoked-fish-served-black-serving-board_140725-5932.jpg?id=7269326"},
|
||||||
name: "Peixe do Dia",
|
|
||||||
price: "R$ 110",
|
|
||||||
variant: "Principal",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113672.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Pastel de Camarão", price: "R$ 32", variant: "Entrada", imageSrc: "https://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day_123827-33744.jpg?id=342240292"},
|
||||||
name: "Pastel de Camarão",
|
|
||||||
price: "R$ 32",
|
|
||||||
variant: "Entrada",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-shrimp-meal_23-2148734732.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Destaques do Cardápio"
|
title="Destaques do Cardápio"
|
||||||
description="Uma seleção de pratos que definem nossa cozinha."
|
description="Uma seleção de pratos que definem nossa cozinha."
|
||||||
@@ -161,35 +111,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Ambiente Sombreado",
|
title: "Ambiente Sombreado", description: "Conforto natural para seus momentos de lazer.", imageSrc: "https://img.b2bpic.net/premium-photo/image-restaurant-with-outdoor-seating-picturesque-view_1314467-42640.jpg?id=287864790"},
|
||||||
description: "Conforto natural para seus momentos de lazer.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-meal-with-oysters-top_140725-3465.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Ingredientes Frescos",
|
title: "Ingredientes Frescos", description: "Direto da rede para a nossa cozinha.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-black-gloves-holding-raw-fish-wooden-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-table_179666-46861.jpg"},
|
||||||
description: "Direto da rede para a nossa cozinha.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-black-gloves-holding-raw-fish-wooden-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-table_179666-46861.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Tradição Familiar",
|
title: "Tradição Familiar", description: "Receitas passadas de geração em geração.", imageSrc: "https://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg?id=25776850"},
|
||||||
description: "Receitas passadas de geração em geração.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Cerveja Gelada",
|
title: "Cerveja Gelada", description: "O par perfeito para nosso frutos do mar.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-bottle-bear-with-glass-full-bear-dark-background_140725-94844.jpg?id=14928268"},
|
||||||
description: "O par perfeito para nosso frutos do mar.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-oyster-shell-with-sauce_1203-9316.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Estacionamento Grátis",
|
title: "Estacionamento Grátis", description: "Conveniência e segurança total.", imageSrc: "https://img.b2bpic.net/free-photo/car-park_1203-3450.jpg?id=1037965"},
|
||||||
description: "Conveniência e segurança total.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062785.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Preços Justos",
|
title: "Preços Justos", description: "Qualidade premium acessível.", imageSrc: "https://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?id=26741541"},
|
||||||
description: "Qualidade premium acessível.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211471.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Por que nos escolher?"
|
title="Por que nos escolher?"
|
||||||
description="Experiência completa à beira da Lagoa de Piratininga."
|
description="Experiência completa à beira da Lagoa de Piratininga."
|
||||||
@@ -204,25 +136,15 @@ export default function LandingPage() {
|
|||||||
author="Fernanda Lima"
|
author="Fernanda Lima"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-summer-dress-jacket-tourist-travel-thailand-khao-sok-national-park-amazing-view-boats-lake_343596-1118.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-summer-dress-jacket-tourist-travel-thailand-khao-sok-national-park-amazing-view-boats-lake_343596-1118.jpg", alt: "Fernanda"},
|
||||||
alt: "Fernanda",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8963.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8963.jpg", alt: "Carlos"},
|
||||||
alt: "Carlos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", alt: "Ana"},
|
||||||
alt: "Ana",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316784.jpg",
|
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316784.jpg", alt: "Pedro"},
|
||||||
alt: "Pedro",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/sitting-white-bench-watching-water_181624-22270.jpg",
|
src: "http://img.b2bpic.net/free-photo/sitting-white-bench-watching-water_181624-22270.jpg", alt: "Lucas"},
|
||||||
alt: "Lucas",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -235,25 +157,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Endereço", content: "Lagoa de Piratininga, Niterói - RJ"},
|
||||||
title: "Endereço",
|
|
||||||
content: "Lagoa de Piratininga, Niterói - RJ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Telefone", content: "(21) 2618-2550"},
|
||||||
title: "Telefone",
|
|
||||||
content: "(21) 2618-2550",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Horário", content: "Terça a Domingo das 11h às 22h"},
|
||||||
title: "Horário",
|
|
||||||
content: "Terça a Domingo das 11h às 22h",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Estacionamento", content: "Possuímos estacionamento gratuito para clientes."},
|
||||||
title: "Estacionamento",
|
|
||||||
content: "Possuímos estacionamento gratuito para clientes.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Informações e Localização"
|
title="Informações e Localização"
|
||||||
description="Estamos localizados às margens da Lagoa de Piratininga."
|
description="Estamos localizados às margens da Lagoa de Piratininga."
|
||||||
@@ -265,33 +175,19 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Reserve sua Mesa"
|
title="Reserve sua Mesa"
|
||||||
description="Preencha os campos abaixo e garanta seu lugar no Maria da Praia."
|
description="Preencha os campos abaixo e garanta seu lugar no Tibau."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "nome",
|
name: "nome", type: "text", placeholder: "Seu Nome"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Seu Nome",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "telefone",
|
name: "telefone", type: "tel", placeholder: "Seu Telefone"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "Seu Telefone",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "data",
|
name: "data", type: "date", placeholder: "Data"},
|
||||||
type: "date",
|
|
||||||
placeholder: "Data",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "hora",
|
name: "hora", type: "time", placeholder: "Horário"},
|
||||||
type: "time",
|
|
||||||
placeholder: "Horário",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "ocasião",
|
name: "ocasião", placeholder: "Alguma ocasião especial? Descreva aqui."}}
|
||||||
placeholder: "Alguma ocasião especial? Descreva aqui.",
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cooked-red-crawfish-closeup_132075-14134.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cooked-red-crawfish-closeup_132075-14134.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -300,37 +196,25 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navegação",
|
title: "Navegação", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sobre",
|
label: "Sobre", href: "#sobre"},
|
||||||
href: "#sobre",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservas",
|
label: "Reservas", href: "#reservas"},
|
||||||
href: "#reservas",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contato",
|
title: "Contato", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "(21) 2618-2550",
|
label: "(21) 2618-2550", href: "tel:+552126182550"},
|
||||||
href: "tel:+552126182550",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Piratininga, Niterói",
|
label: "Piratininga, Niterói", href: "#local"},
|
||||||
href: "#local",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Maria da Praia"
|
logoText="Tibau"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,14 +10,14 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #F6F0E9;
|
--background: #ffffff;
|
||||||
--card: #c58421;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #8B0000;
|
||||||
--primary-cta: #8B0000;
|
--primary-cta: #8B0000;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #fe0000;
|
--secondary-cta-text: #8B0000;
|
||||||
--accent: #C9933A;
|
--accent: #ffffff;
|
||||||
--background-accent: #efe7dd;
|
--background-accent: #efe7dd;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
|
|||||||
Reference in New Issue
Block a user