Merge version_1 into main #2
350
src/app/page.tsx
350
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Building, Heart, Music, Users, Utensils } from "lucide-react";
|
||||
import { Building, Heart, Music, Users, Utensils, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,30 +32,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "features" },
|
||||
{ name: "Cardápio", id: "products" },
|
||||
{ name: "Depoimentos", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Grille Eventos"
|
||||
/>
|
||||
@@ -63,63 +45,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Experiências Memoráveis na Grille Eventos"
|
||||
description="Transformamos momentos especiais em celebrações inesquecíveis com nossa gastronomia sofisticada e espaço exclusivo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Data",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates_23-2148848674.jpg?_wi=1"
|
||||
buttons={[{ text: "Reservar Data", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates_23-2148848674.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg",
|
||||
alt: "Casal satisfeito",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13039.jpg",
|
||||
alt: "Convidada feliz",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-restaurant-closeup-salad-with-beetroot-cottage-cheese-people-eating-background_501050-81.jpg",
|
||||
alt: "Organizador de eventos",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/catering-restaurant-service_624325-930.jpg",
|
||||
alt: "Noiva sorridente",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-view-cheerful-pretty-bride-with-hairstyle-accessories-head-wearing-design-wedding-dress-with-long-sleeves-belt-waist-holding-sandwich-while-looking-camera-outdoor_8353-12035.jpg",
|
||||
alt: "Anfitriã",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg", alt: "Casal satisfeito" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13039.jpg", alt: "Convidada feliz" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dinner-restaurant-closeup-salad-with-beetroot-cottage-cheese-people-eating-background_501050-81.jpg", alt: "Organizador de eventos" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/catering-restaurant-service_624325-930.jpg", alt: "Noiva sorridente" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-view-cheerful-pretty-bride-with-hairstyle-accessories-head-wearing-design-wedding-dress-with-long-sleeves-belt-waist-holding-sandwich-while-looking-camera-outdoor_8353-12035.jpg", alt: "Anfitriã" },
|
||||
]}
|
||||
avatarText="Mais de 500 eventos realizados"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Gastronomia Premium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atendimento VIP",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Espaço Climatizado",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Design Sofisticado",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experiências Únicas",
|
||||
},
|
||||
{ type: "text", text: "Gastronomia Premium" },
|
||||
{ type: "text", text: "Atendimento VIP" },
|
||||
{ type: "text", text: "Espaço Climatizado" },
|
||||
{ type: "text", text: "Design Sofisticado" },
|
||||
{ type: "text", text: "Experiências Únicas" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,19 +73,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre a ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg",
|
||||
alt: "Sobre a Grille Eventos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Grille Eventos",
|
||||
},
|
||||
{ type: "text", content: "Sobre a " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg", alt: "Sobre a Grille Eventos" },
|
||||
{ type: "text", content: " Grille Eventos" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,64 +87,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Gastronomia Autoral",
|
||||
description: "Cardápios personalizados que encantam paladares exigentes.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-plate-with-mix-sliced-fruits_140725-1141.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "Chef renomado",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "Ingredientes frescos",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates_23-2148848674.jpg?_wi=2",
|
||||
imageAlt: "chef preparando comida buffet gourmet",
|
||||
title: "Gastronomia Autoral", description: "Cardápios personalizados que encantam paladares exigentes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fruit-plate-with-mix-sliced-fruits_140725-1141.jpg" },
|
||||
items: [{ icon: ChefHat, text: "Chef renomado" }, { icon: Utensils, text: "Ingredientes frescos" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Estrutura Versátil",
|
||||
description: "Espaço moderno adaptável para qualquer tipo de evento.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-wedding-hall_74190-5227.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Building,
|
||||
text: "Salão climatizado",
|
||||
},
|
||||
{
|
||||
icon: Music,
|
||||
text: "Acústica premium",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg",
|
||||
imageAlt: "chef preparando comida buffet gourmet",
|
||||
title: "Estrutura Versátil", description: "Espaço moderno adaptável para qualquer tipo de evento.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-wedding-hall_74190-5227.jpg" },
|
||||
items: [{ icon: Building, text: "Salão climatizado" }, { icon: Music, text: "Acústica premium" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Atendimento VIP",
|
||||
description: "Nossa equipe garante conforto para todos os convidados.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-cooking-together-medium-shot_23-2148903562.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Staff treinado",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Hospitalidade",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-plate-with-chicken-breast-gnocchi_23-2148113627.jpg?_wi=1",
|
||||
imageAlt: "chef preparando comida buffet gourmet",
|
||||
title: "Atendimento VIP", description: "Nossa equipe garante conforto para todos os convidados.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roommates-cooking-together-medium-shot_23-2148903562.jpg" },
|
||||
items: [{ icon: Users, text: "Staff treinado" }, { icon: Heart, text: "Hospitalidade" }],
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Por que escolher a Grille?"
|
||||
@@ -224,42 +114,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Entradas Gourmet",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-plate-with-chicken-breast-gnocchi_23-2148113627.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jantar Harmonizado",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-dessert-with-whipped-cream-strawberries-cherries-orange_140725-3536.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mesa de Doces",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-marshmallows-cup-with-blurred-background_23-2148245044.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Coquetel Premium",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-transparent-globe_23-2148364348.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pratos Contemporâneos",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9326.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Degustação Exclusiva",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-delicate-orange-rose-buds-white-plate_8353-1764.jpg",
|
||||
},
|
||||
{ id: "1", name: "Entradas Gourmet", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/served-plate-with-chicken-breast-gnocchi_23-2148113627.jpg" },
|
||||
{ id: "2", name: "Jantar Harmonizado", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/cup-dessert-with-whipped-cream-strawberries-cherries-orange_140725-3536.jpg" },
|
||||
{ id: "3", name: "Mesa de Doces", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/sweet-marshmallows-cup-with-blurred-background_23-2148245044.jpg" },
|
||||
{ id: "4", name: "Coquetel Premium", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-transparent-globe_23-2148364348.jpg" },
|
||||
{ id: "5", name: "Pratos Contemporâneos", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-9326.jpg" },
|
||||
{ id: "6", name: "Degustação Exclusiva", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-delicate-orange-rose-buds-white-plate_8353-1764.jpg" },
|
||||
]}
|
||||
title="Cardápio Selecionado"
|
||||
description="Opções gourmet que elevam o padrão da sua festa."
|
||||
@@ -272,29 +132,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "essencial",
|
||||
badge: "Popular",
|
||||
price: "Sob Consulta",
|
||||
subtitle: "Eventos íntimos",
|
||||
features: [
|
||||
"Buffet Completo",
|
||||
"Staff incluso",
|
||||
"Decoração básica",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "VIP",
|
||||
price: "Sob Consulta",
|
||||
subtitle: "Eventos de gala",
|
||||
features: [
|
||||
"Open Bar",
|
||||
"Degustação",
|
||||
"Staff full",
|
||||
"Suporte completo",
|
||||
],
|
||||
},
|
||||
{ id: "essencial", badge: "Popular", price: "Sob Consulta", subtitle: "Eventos íntimos", features: ["Buffet Completo", "Staff incluso", "Decoração básica"] },
|
||||
{ id: "premium", badge: "VIP", price: "Sob Consulta", subtitle: "Eventos de gala", features: ["Open Bar", "Degustação", "Staff full", "Suporte completo"] },
|
||||
]}
|
||||
title="Pacotes Especiais"
|
||||
description="Escolha o formato ideal para a sua comemoração."
|
||||
@@ -306,51 +145,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mariana Santos",
|
||||
date: "10/2023",
|
||||
title: "Casamento",
|
||||
quote: "Tudo foi impecável, desde a comida até o atendimento.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bride-with-champagne-laughing-bachelorette-party_651396-786.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Eduardo",
|
||||
date: "11/2023",
|
||||
title: "Evento Corporativo",
|
||||
quote: "Excelente estrutura para reuniões de alta gerência.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Beatriz Lima",
|
||||
date: "12/2023",
|
||||
title: "Debutante",
|
||||
quote: "A mesa de doces era simplesmente dos sonhos!",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-young-woman-holding-whiskey-glass-bar_23-2148037524.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-pizza_23-2150154674.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Família Rocha",
|
||||
date: "01/2024",
|
||||
title: "Bodas",
|
||||
quote: "Profissionalismo e carinho em cada detalhe.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/family-enjoying-christmas-dinner-southern-hemisphere_23-2149172602.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-food_23-2149882900.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ricardo S.",
|
||||
date: "02/2024",
|
||||
title: "Confraternização",
|
||||
quote: "O melhor buffet que já contratamos em anos.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/waiter-holds-serving-crepe-with-fruits-chocolate-sauce_140725-8908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg",
|
||||
},
|
||||
{ id: "1", name: "Mariana Santos", date: "10/2023", title: "Casamento", quote: "Tudo foi impecável, desde a comida até o atendimento.", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/bride-with-champagne-laughing-bachelorette-party_651396-786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-eating-snacks-buffet-reception_1262-2006.jpg" },
|
||||
{ id: "2", name: "Carlos Eduardo", date: "11/2023", title: "Evento Corporativo", quote: "Excelente estrutura para reuniões de alta gerência.", tag: "Recomendado", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg" },
|
||||
{ id: "3", name: "Beatriz Lima", date: "12/2023", title: "Debutante", quote: "A mesa de doces era simplesmente dos sonhos!", tag: "Incrível", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-young-woman-holding-whiskey-glass-bar_23-2148037524.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-delicious-pizza_23-2150154674.jpg" },
|
||||
{ id: "4", name: "Família Rocha", date: "01/2024", title: "Bodas", quote: "Profissionalismo e carinho em cada detalhe.", tag: "Satisfeitos", avatarSrc: "http://img.b2bpic.net/free-photo/family-enjoying-christmas-dinner-southern-hemisphere_23-2149172602.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-food_23-2149882900.jpg" },
|
||||
{ id: "5", name: "Ricardo S.", date: "02/2024", title: "Confraternização", quote: "O melhor buffet que já contratamos em anos.", tag: "Nota 10", avatarSrc: "http://img.b2bpic.net/free-photo/waiter-holds-serving-crepe-with-fruits-chocolate-sauce_140725-8908.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg" },
|
||||
]}
|
||||
title="Clientes Satisfeitos"
|
||||
description="Histórias reais de sucesso compartilhadas por quem viveu a experiência Grille."
|
||||
@@ -362,21 +161,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Qual a capacidade do salão?",
|
||||
content: "Nosso salão acomoda confortavelmente até 300 convidados.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Vocês possuem buffet próprio?",
|
||||
content: "Sim, temos uma cozinha completa e menu assinado pelo nosso Chef.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Como agendar uma degustação?",
|
||||
content: "Entre em contato pelo WhatsApp para agendarmos uma data.",
|
||||
},
|
||||
{ id: "f1", title: "Qual a capacidade do salão?", content: "Nosso salão acomoda confortavelmente até 300 convidados." },
|
||||
{ id: "f2", title: "Vocês possuem buffet próprio?", content: "Sim, temos uma cozinha completa e menu assinado pelo nosso Chef." },
|
||||
{ id: "f3", title: "Como agendar uma degustação?", content: "Entre em contato pelo WhatsApp para agendarmos uma data." },
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Tire suas dúvidas sobre nosso espaço e serviços."
|
||||
@@ -387,18 +174,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Entre em Contato"
|
||||
title="Pronto para agendar sua data?"
|
||||
description="Clique abaixo para falar com nosso time comercial e conhecer o espaço."
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "https://wa.me/5500000000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Falar no WhatsApp", href: "https://wa.me/5500000000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -406,36 +186,12 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Grille Eventos"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navegação", items: [{ label: "Sobre", href: "#about" }, { label: "Cardápio", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidade", href: "#" }, { label: "Termos", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user