Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89a9b3f233 | |||
| 61d2319df7 | |||
| bc55706ba8 | |||
| 0fda08b06e | |||
| 45598cc929 | |||
| d5ea9e0d12 | |||
| 43b1eaeae0 | |||
| 6e627390af | |||
| 61770bdd2e | |||
| 74843cdb01 | |||
| 3e016a408b | |||
| 81d037a719 | |||
| 7cb2589fbc | |||
| 5a8afb653f | |||
| ac53ecd92e | |||
| 22598485de |
@@ -1,74 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Implantes Dentários em Jundiaí | Instituto Renova",
|
||||
description: "Especialista em implantes dentários avançados em Jundiaí. Prof. Dr. Felipe Borba oferece tratamentos modernos com tecnologia digital. Avaliação gratuita!",
|
||||
keywords: "implante dentário Jundiaí, implantodontista Jundiaí, clínica de implantes, protocolo dentário, cirurgia guiada, odontologia digital",
|
||||
metadataBase: new URL("https://odontologiarenova.com.br"),
|
||||
alternates: {
|
||||
canonical: "https://odontologiarenova.com.br",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Implantes Dentários Avançados em Jundiaí",
|
||||
description: "Recupere seu sorriso com o especialista Prof. Dr. Felipe Borba. Tecnologia de ponta e atendimento humanizado.",
|
||||
url: "https://odontologiarenova.com.br",
|
||||
siteName: "Instituto Renova",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg",
|
||||
alt: "Instituto Renova - Clínica de Implantodontia",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Implantes Dentários Avançados em Jundiaí",
|
||||
description: "Especialista em implantodontia com 15+ anos de experiência",
|
||||
images: ["http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Instituto Renova - Implantodontia Avançada", description: "Tratamentos modernos em implantes dentários com tecnologia digital e atendimento humanizado. Prof. Dr. Felipe Borba, especialista em implantes em Jundiaí."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="pt-BR">
|
||||
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1436,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ export default function HomePage() {
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Tecnologia", id: "technology" },
|
||||
{ name: "Avaliações", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
];
|
||||
|
||||
@@ -60,17 +61,17 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Silva", handle: "Paciente Satisfeita", testimonial: "Resultado excepcional! Voltei a sorrir com confiança depois de tantos anos sem os dentes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Sarah Silva"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=1", imageAlt: "Sarah Silva"},
|
||||
{
|
||||
name: "João Santos", handle: "Paciente Satisfeito", testimonial: "Equipe profissional e carinhosa. Dr. Felipe é um verdadeiro especialista!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "João Santos"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=1", imageAlt: "João Santos"},
|
||||
{
|
||||
name: "Maria Costa", handle: "Paciente Satisfeita", testimonial: "Clínica alto padrão com preços acessíveis. Super indico!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg", imageAlt: "Maria Costa"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg?_wi=1", imageAlt: "Maria Costa"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Agendar Avaliação", href: "/contato" },
|
||||
{ text: "Falar no WhatsApp", href: "https://wa.me/5511916360028" },
|
||||
{ text: "Ligar Agora", href: "tel:+5511916360028" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -82,7 +83,7 @@ export default function HomePage() {
|
||||
description="Especialista e Mestre em Implantodontia com mais de 15 anos de experiência. Referência em implantes dentários avançados na região de Jundiaí. Atendimento humanizado que combina tecnologia de ponta com cuidado personalizado."
|
||||
tag="Especialista Renomado"
|
||||
tagIcon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg?_wi=1"
|
||||
imageAlt="Prof. Dr. Felipe Borba"
|
||||
buttons={[
|
||||
{ text: "Conheça o Especialista", href: "/especialista" },
|
||||
@@ -98,7 +99,7 @@ export default function HomePage() {
|
||||
tag="Tratamentos Especializados"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
@@ -120,7 +121,7 @@ export default function HomePage() {
|
||||
tag="Inovação em Implantodontia"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
@@ -146,22 +147,22 @@ export default function HomePage() {
|
||||
tag="Depoimentos"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ana Paula", handle: "@ana.paula.smile", testimonial: "Eu estou sem palavras pra dizer o resultado do trabalho dessa equipe. Voltei a comer e sorrir normalmente!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Ana Paula"},
|
||||
id: "1", name: "Ana Paula", handle: "@ana.paula.smile", testimonial: "Eu estou sem palavras pra dizer o resultado do trabalho dessa equipe. Voltei a comer e sorrir normalmente!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=2", imageAlt: "Ana Paula"},
|
||||
{
|
||||
id: "2", name: "Roberto Mendes", handle: "@roberto.mendes", testimonial: "Dr Felipe e Dra Eliria são nota 10, indico de olhos fechados!! Profissionalismo de primeira qualidade.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Roberto Mendes"},
|
||||
id: "2", name: "Roberto Mendes", handle: "@roberto.mendes", testimonial: "Dr Felipe e Dra Eliria são nota 10, indico de olhos fechados!! Profissionalismo de primeira qualidade.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=2", imageAlt: "Roberto Mendes"},
|
||||
{
|
||||
id: "3", name: "Carla Oliveira", handle: "@carla.oliveira", testimonial: "Clínica alto padrão com preços acessíveis! Ambiente acolhedor e equipe muito atenciosa.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg", imageAlt: "Carla Oliveira"},
|
||||
id: "3", name: "Carla Oliveira", handle: "@carla.oliveira", testimonial: "Clínica alto padrão com preços acessíveis! Ambiente acolhedor e equipe muito atenciosa.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg?_wi=2", imageAlt: "Carla Oliveira"},
|
||||
{
|
||||
id: "4", name: "Fernando Costa", handle: "@fernando.costa", testimonial: "Melhor decisão que tomei foi confiar meu sorriso ao Instituto Renova. Resultado espetacular!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Fernando Costa"},
|
||||
id: "4", name: "Fernando Costa", handle: "@fernando.costa", testimonial: "Melhor decisão que tomei foi confiar meu sorriso ao Instituto Renova. Resultado espetacular!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=1", imageAlt: "Fernando Costa"},
|
||||
{
|
||||
id: "5", name: "Juliana Silva", handle: "@juliana.silva", testimonial: "Tratamento rápido, eficaz e com tecnologia moderna. Super recomendo para quem quer recuperar o sorriso!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg", imageAlt: "Juliana Silva"},
|
||||
id: "5", name: "Juliana Silva", handle: "@juliana.silva", testimonial: "Tratamento rápido, eficaz e com tecnologia moderna. Super recomendo para quem quer recuperar o sorriso!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg?_wi=1", imageAlt: "Juliana Silva"},
|
||||
{
|
||||
id: "6", name: "Marcos Ribeiro", handle: "@marcos.ribeiro", testimonial: "Profissionais de excelência! Consegui recuperar minha autoestima e confiança através dos implantes.", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg", imageAlt: "Marcos Ribeiro"},
|
||||
id: "6", name: "Marcos Ribeiro", handle: "@marcos.ribeiro", testimonial: "Profissionais de excelência! Consegui recuperar minha autoestima e confiança através dos implantes.", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg?_wi=1", imageAlt: "Marcos Ribeiro"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,7 +174,6 @@ export default function HomePage() {
|
||||
tag="Informações"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
@@ -217,4 +217,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,19 +4,19 @@ import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Award, Users, HelpCircle, Linkedin, Phone } from "lucide-react";
|
||||
import { Award, Heart } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
export default function SobrePage() {
|
||||
const navItems = [
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Tecnologia", id: "technology" },
|
||||
{ name: "Avaliações", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Serviços", id: "/#services" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Tecnologia", id: "/#technology" },
|
||||
{ name: "Avaliações", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contato", id: "/#contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -39,70 +39,44 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" className="py-20">
|
||||
<div id="about-hero" data-section="about-hero" className="py-20">
|
||||
<MediaAbout
|
||||
title="Prof. Dr. Felipe Borba - Especialista em Implantes"
|
||||
description="Especialista e Mestre em Implantodontia com mais de 15 anos de experiência. Referência em implantes dentários avançados na região de Jundiaí. Atendimento humanizado que combina tecnologia de ponta com cuidado personalizado."
|
||||
tag="Especialista Renomado"
|
||||
tagIcon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg?_wi=2"
|
||||
imageAlt="Prof. Dr. Felipe Borba"
|
||||
buttons={[
|
||||
{ text: "Conheça o Especialista", href: "/especialista" },
|
||||
{ text: "Agendar Consulta", href: "/#contact" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team" className="py-20">
|
||||
<TeamCardTwo
|
||||
title="Conheça Nossa Equipe"
|
||||
description="Profissionais dedicados ao seu sorriso com competência e humanidade."
|
||||
tag="Equipe Especializada"
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Prof. Dr. Felipe Borba", role: "Especialista em Implantes", description: "Mestre em Implantodontia com 15+ anos de experiência. Referência na região de Jundiaí.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-joyful-male-doctor_171337-1489.jpg", imageAlt: "Prof. Dr. Felipe Borba", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dra. Eliria", role: "Cirurgiã Odontológica", description: "Especialista em cirurgia guiada e implantologia. Dedicada ao cuidado personalizado.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-assistant-process-work-close-up-portrait_1321-2537.jpg", imageAlt: "Dra. Eliria", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", name: "Equipe de Suporte", role: "Higienistas e Assistentes", description: "Profissionais treinados para garantir seu conforto e segurança em cada visita.", imageSrc: "http://img.b2bpic.net/free-photo/she-s-looking-forward-day-spa_637285-9501.jpg", imageAlt: "Equipe de Suporte", socialLinks: [
|
||||
{ icon: Phone, url: "tel:+5511916360028" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq" className="py-20">
|
||||
<FaqBase
|
||||
title="Dúvidas Sobre Nossa Clínica"
|
||||
description="Informações importantes sobre nossa estrutura, atendimento e valores."
|
||||
tag="Informações"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials" className="py-20">
|
||||
<TestimonialCardSix
|
||||
title="O que Dizem Nossos Pacientes"
|
||||
description="Histórias reais de transformação e recuperação de confiança através do melhor cuidado odontológico."
|
||||
tag="Depoimentos"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
animationType="opacity"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Como é o ambiente da clínica?", content: "Instituto Renova possui estrutura de alto padrão com consultórios modernos, equipamentos de última geração e ambiente acolhedor. Nossas instalações foram projetadas para proporcionar conforto e segurança durante seus atendimentos."},
|
||||
id: "1", name: "Ana Paula", handle: "@ana.paula.smile", testimonial: "Eu estou sem palavras pra dizer o resultado do trabalho dessa equipe. Voltei a comer e sorrir normalmente!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=3", imageAlt: "Ana Paula"},
|
||||
{
|
||||
id: "2", title: "Qual é a experiência do Prof. Dr. Felipe Borba?", content: "Prof. Dr. Felipe Borba é Mestre em Implantodontia com mais de 15 anos de especialização. Referência regional em procedimentos avançados de implantes e cirurgias guiadas, com mais de 500 casos bem-sucedidos."},
|
||||
id: "2", name: "Roberto Mendes", handle: "@roberto.mendes", testimonial: "Dr Felipe e Dra Eliria são nota 10, indico de olhos fechados!! Profissionalismo de primeira qualidade.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=3", imageAlt: "Roberto Mendes"},
|
||||
{
|
||||
id: "3", title: "A clínica oferece parcelamento?", content: "Sim, oferecemos opções de parcelamento facilitado para tornar os tratamentos acessíveis. Consulte nossas opções de financiamento durante a avaliação."},
|
||||
id: "3", name: "Carla Oliveira", handle: "@carla.oliveira", testimonial: "Clínica alto padrão com preços acessíveis! Ambiente acolhedor e equipe muito atenciosa.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg?_wi=3", imageAlt: "Carla Oliveira"},
|
||||
{
|
||||
id: "4", title: "Qual é o horário de funcionamento?", content: "Funcionamos de segunda a sexta com atendimento até as 19:00. Oferecemos também agendamentos de acordo com sua disponibilidade."},
|
||||
id: "4", name: "Fernando Costa", handle: "@fernando.costa", testimonial: "Melhor decisão que tomei foi confiar meu sorriso ao Instituto Renova. Resultado espetacular!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=2", imageAlt: "Fernando Costa"},
|
||||
{
|
||||
id: "5", name: "Juliana Silva", handle: "@juliana.silva", testimonial: "Tratamento rápido, eficaz e com tecnologia moderna. Super recomendo para quem quer recuperar o sorriso!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg?_wi=2", imageAlt: "Juliana Silva"},
|
||||
{
|
||||
id: "6", name: "Marcos Ribeiro", handle: "@marcos.ribeiro", testimonial: "Profissionais de excelência! Consegui recuperar minha autoestima e confiança através dos implantes.", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg?_wi=2", imageAlt: "Marcos Ribeiro"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,4 +90,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user