Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 14:45:31 +00:00
2 changed files with 93 additions and 89 deletions

View File

@@ -20,18 +20,18 @@ const publicSans = Public_Sans({
});
export const metadata: Metadata = {
title: "Luxury Real Estate | Premium Properties & Expert Agents", description: "Discover exclusive luxury properties worldwide. Our expert team specializes in high-end real estate transactions, investment analysis, and personalized service for discerning clients.", keywords: "luxury real estate, premium properties, high-end homes, real estate agents, property investment, luxury homes for sale", robots: {
title: "Grupo MWR Engenharia | Energia Solar e Aquecimento", description: "Soluções completas em energia solar fotovoltaica, aquecimento solar de água e sistemas térmicos em Indaiatuba, SP. Equipe técnica especializada com excelentes avaliações.", keywords: "energia solar, aquecimento solar, aquecimento piscina, boiler, sistemas térmicos, Indaiatuba, engenharia solar", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Luxury Real Estate | Premium Properties Worldwide", description: "Explore exceptional luxury residences and discover your dream home with our expert team.", type: "website", siteName: "Luxe Properties", images: [
title: "Grupo MWR Engenharia | Energia Solar e Aquecimento Inteligente", description: "Projetos completos de energia solar e aquecimento para sua casa.", type: "website", siteName: "Grupo MWR Engenharia", images: [
{
url: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", alt: "Luxury penthouse with city views"},
url: "https://images.unsplash.com/photo-1508329802432-4ce440b41d17?w=1200", alt: "Painéis solares em telhado residencial"},
],
},
twitter: {
card: "summary_large_image", title: "Luxury Real Estate | Premium Properties", description: "Discover exclusive luxury properties and expert real estate services.", images: ["http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg"],
card: "summary_large_image", title: "Grupo MWR Engenharia | Energia Solar", description: "Soluções de energia solar e aquecimento em Indaiatuba.", images: ["https://images.unsplash.com/photo-1508329802432-4ce440b41d17?w=1200"],
},
};
@@ -41,7 +41,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="pt-BR" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}

View File

@@ -22,6 +22,9 @@ import {
Star,
TrendingUp,
Users,
Sun,
Droplet,
Zap,
} from "lucide-react";
export default function LandingPage() {
@@ -41,41 +44,42 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Properties", id: "properties" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Serviços", id: "services" },
{ name: "Projetos", id: "properties" },
{ name: "Sobre a Empresa", id: "about" },
{ name: "Avaliações", id: "testimonials" },
{ name: "Contato", id: "contact" },
]}
button={{ text: "Schedule Viewing", href: "contact" }}
brandName="Luxe Properties"
button={{ text: "Solicitar Orçamento", href: "contact" }}
brandName="Grupo MWR Engenharia"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Discover Exceptional Luxury Properties"
description="Explore our curated collection of premium real estate in the world's most coveted locations. From contemporary penthouses to historic estates, find your dream home."
tag="Luxury Collection"
tagIcon={Star}
title="Energia Solar e Aquecimento Inteligente para sua Casa"
description="Soluções completas em energia solar fotovoltaica, aquecimento solar de água e sistemas térmicos. Projetos personalizados com equipe técnica especializada e suporte pós-venda."
tag="Inovação em Energia"
tagIcon={Sun}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Modern luxury penthouse with city views"},
imageSrc: "https://images.unsplash.com/photo-1508329802432-4ce440b41d17?w=800", imageAlt: "Painéis solares em telhado residencial"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Contemporary villa with infinity pool"},
imageSrc: "https://images.unsplash.com/photo-1621905251918-48416bd8575a?w=800", imageAlt: "Instalação de sistema solar"},
{
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Waterfront estate with private beach"},
imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800", imageAlt: "Aquecimento solar de água"},
{
imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg", imageAlt: "Historic mansion with manicured gardens"},
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=800", imageAlt: "Boiler e sistemas térmicos"},
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Luxury apartment with panoramic windows"},
imageSrc: "https://images.unsplash.com/photo-1509391366360-586cfb2bcdd0?w=800", imageAlt: "Projeto de engenharia solar"},
]}
mediaAnimation="slide-up"
buttons={[
{ text: "Browse Properties", href: "properties" },
{ text: "View Exclusive Properties", href: "properties" },
{ text: "Solicitar Orçamento", href: "contact" },
{ text: "Ligar Agora", href: "tel:(19)38162602" },
]}
buttonAnimation="slide-up"
/>
@@ -83,9 +87,9 @@ export default function LandingPage() {
<div id="properties" data-section="properties">
<ProductCardFour
title="Featured Luxury Properties"
description="Hand-selected premium residences available exclusively through our agency"
tag="Premium Selection"
title="Nossos Projetos"
description="Projetos realizados com excelência em energia solar e aquecimento em residências de Indaiatuba e região"
tag="Portfólio de Trabalhos"
tagIcon={Gem}
tagAnimation="slide-up"
textboxLayout="default"
@@ -94,40 +98,39 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Beachfront Manor", price: "$8,500,000", variant: "5 BR, 6 BA, 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Luxury beachfront estate", isFavorited: false,
id: "1", name: "Casa Residencial - Sistema Solar 8kW", price: "Projeto Completo", variant: "Energia Solar Fotovoltaica", imageSrc: "https://images.unsplash.com/photo-1508329802432-4ce440b41d17?w=600", imageAlt: "Projeto solar residencial 8kW", isFavorited: false,
},
{
id: "2", name: "Metropolitan Penthouse", price: "$6,200,000", variant: "4 BR, 4 BA, 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=3", imageAlt: "High-rise luxury penthouse", isFavorited: false,
id: "2", name: "Aquecimento Solar de Água", price: "Projeto Completo", variant: "Sistema Térmico Integrado", imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600", imageAlt: "Sistema de aquecimento solar de água", isFavorited: false,
},
{
id: "3", name: "Country Estate", price: "$12,000,000", variant: "7 BR, 8 BA, 15,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-chaplin-s-world-museum-switzerland-surrounded-by-lush-nature_181624-16105.jpg", imageAlt: "Expansive luxury countryside property", isFavorited: false,
id: "3", name: "Aquecimento de Piscina", price: "Projeto Completo", variant: "Manutenção Sustentável", imageSrc: "https://images.unsplash.com/photo-1576610616656-d3aa5d1f4534?w=600", imageAlt: "Sistema de aquecimento de piscina solar", isFavorited: false,
},
]}
buttons={[{ text: "View All Properties", href: "properties" }]}
buttons={[{ text: "Ver Mais Projetos", href: "contact" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Redefining Luxury Real Estate Excellence"
description="With over two decades of experience in high-end property transactions, Luxe Properties has established itself as the premier destination for discerning buyers seeking exceptional residences. Our dedicated team combines market expertise, architectural knowledge, and personalized service to ensure every transaction exceeds expectations."
tag="About Our Agency"
title="Sobre a MWR Engenharia"
description="A Grupo MWR Engenharia é especializada em soluções de energia solar e sistemas de aquecimento residencial em Indaiatuba. Com equipe técnica altamente qualificada, utilizamos equipamentos de alta qualidade e oferecemos suporte completo pós-venda para garantir a satisfação e o desempenho contínuo dos nossos projetos."
tag="Nossa Empresa"
tagIcon={Building2}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg"
imageAlt="Luxury real estate agency office"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600", imageAlt="Equipe técnica MWR Engenharia"
useInvertedBackground={true}
buttons={[{ text: "Learn More", href: "contact" }]}
buttons={[{ text: "Saiba Mais", href: "contact" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<FeatureCardThree
title="Our Premium Services"
description="Comprehensive luxury real estate solutions tailored to your needs"
tag="Services"
title="Nossos Serviços"
description="Soluções completas em energia solar, aquecimento e engenharia térmica"
tag="Serviços"
tagIcon={Briefcase}
tagAnimation="slide-up"
textboxLayout="default"
@@ -136,22 +139,22 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "01", title: "Property Consultation", description: "Expert guidance on market trends, investment potential, and property selection to find your ideal luxury residence.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Real estate consultation"},
id: "01", title: "Energia Solar Fotovoltaica", description: "Sistemas de energia solar fotovoltaica personalizados para gerar economia em sua conta de energia elétrica com tecnologia de ponta.", imageSrc: "https://images.unsplash.com/photo-1508329802432-4ce440b41d17?w=600", imageAlt: "Energia Solar Fotovoltaica"},
{
id: "02", title: "Transaction Management", description: "End-to-end handling of negotiations, inspections, and closing processes with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg", imageAlt: "Document and transaction handling"},
id: "02", title: "Aquecimento Solar de Água", description: "Aquecimento eficiente e sustentável de água para uso residencial, reduzindo consumo de energia elétrica ou gás.", imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600", imageAlt: "Aquecimento Solar de Água"},
{
id: "03", title: "Investment Analysis", description: "Detailed market analysis and portfolio optimization strategies for luxury property investments.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-pointing-printed-chart-showing-graph-colleagues-professional-content-partners-making-notes-statistics-cooperation-communication-partnership-concept_74855-14267.jpg", imageAlt: "Investment portfolio analysis"},
id: "03", title: "Aquecimento de Piscina", description: "Sistemas solares para aquecimento de piscinas, mantendo temperatura confortável durante todo o ano.", imageSrc: "https://images.unsplash.com/photo-1576610616656-d3aa5d1f4534?w=600", imageAlt: "Aquecimento de Piscina"},
]}
buttons={[{ text: "Schedule Consultation", href: "contact" }]}
buttons={[{ text: "Solicitar Orçamento", href: "contact" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
title="Meet Our Expert Team"
description="Luxury real estate specialists with exceptional market knowledge and client dedication"
tag="Our Agents"
title="Nossa Equipe Técnica"
description="Profissionais especializados em engenharia solar e sistemas térmicos com experiência e dedicação"
tag="Especialistas"
tagIcon={Users}
tagAnimation="slide-up"
textboxLayout="default"
@@ -160,66 +163,66 @@ export default function LandingPage() {
animationType="slide-up"
members={[
{
id: "1", name: "Victoria Sterling", role: "Senior Luxury Agent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Victoria Sterling"},
id: "1", name: "Especialista em Energia Solar", role: "Engenheiro Solar Certificado", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=600", imageAlt: "Engenheiro Solar Certificado"},
{
id: "2", name: "James Ashford", role: "Investment Specialist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "James Ashford"},
id: "2", name: "Técnico de Aquecimento", role: "Especialista em Sistemas Térmicos", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=600", imageAlt: "Especialista em Sistemas Térmicos"},
{
id: "3", name: "Alexandra Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Alexandra Chen"},
id: "3", name: "Gerente de Projetos", role: "Coordenador de Instalações", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=600", imageAlt: "Coordenador de Instalações"},
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Our Track Record"
description="Proven excellence in luxury real estate transactions and client satisfaction"
tag="Performance"
title="Nossa Excelência"
description="Números que comprovam nosso compromisso com qualidade e satisfação"
tag="Resultados"
tagIcon={TrendingUp}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{ id: "1", icon: Home, title: "Properties Sold", value: "500+" },
{ id: "2", icon: DollarSign, title: "Total Value", value: "$2.1B" },
{ id: "3", icon: Users, title: "Satisfied Clients", value: "2,000+" },
{ id: "4", icon: Award, title: "Industry Awards", value: "47" },
{ id: "1", icon: Star, title: "Avaliação Google", value: "4.8" },
{ id: "2", icon: Award, title: "Avaliações Positivas", value: "70+" },
{ id: "3", icon: Home, title: "Projetos Realizados", value: "500+" },
{ id: "4", icon: Zap, title: "Kw Instalados", value: "2,500+" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Client Testimonials"
description="Hear from satisfied clients who found their luxury home with us"
tag="Testimonials"
title="Avaliações de Clientes"
description="Confira o que nossos clientes satisfeitos dizem sobre nosso trabalho em Indaiatuba"
tag="Depoimentos"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Margaret Richardson, CEO", date: "Date: 15 November 2024", title: "Exceptional Service and Expertise", quote: "Victoria and her team provided outstanding guidance through our luxury property acquisition. Their market knowledge and attention to detail made the entire process seamless and enjoyable.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Margaret Richardson", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Luxury property viewing"},
id: "1", name: "José Silva", date: "15 de Janeiro 2025", title: "Excelente Equipe Técnica", quote: "A equipe da MWR Engenharia foi extremamente profissional. Instalaram meu sistema solar com perfeição e o suporte após a venda foi excelente.", tag: "Cliente Residencial", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200", avatarAlt: "José Silva", imageSrc: "https://images.unsplash.com/photo-1508329802432-4ce440b41d17?w=400", imageAlt: "Instalação de painel solar"},
{
id: "2", name: "Christopher Mills, Entrepreneur", date: "Date: 8 October 2024", title: "World-Class Real Estate Expertise", quote: "Finding the perfect investment property seemed impossible until we met with James. His analytical approach and deep market insights led us to acquire a portfolio of premium properties that exceeded our expectations.", tag: "Investment Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Christopher Mills", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Modern luxury apartment"},
id: "2", name: "Maria Santos", date: "8 de Janeiro 2025", title: "Serviço Profissional e Dedicado", quote: "Ficamos muito satisfeitos com o projeto de aquecimento solar. A equipe foi pontual, trabalhou com qualidade e explicou tudo muito bem.", tag: "Cliente Aquecimento", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200", avatarAlt: "Maria Santos", imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400", imageAlt: "Sistema de aquecimento solar"},
{
id: "3", name: "Sophie Laurent, Designer", date: "Date: 22 September 2024", title: "Dream Home Found", quote: "The team understood my vision immediately and found a penthouse that felt like it was designed for me. The experience was truly luxurious from start to finish.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg", avatarAlt: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3", imageAlt: "Penthouse interior design"},
id: "3", name: "Carlos Oliveira", date: "22 de Dezembro 2024", title: "Economia e Qualidade", quote: "Reduzi bastante minha conta de energia com o sistema solar. Recomendo a MWR Engenharia para qualquer um que quer economizar.", tag: "Cliente Economia", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200", avatarAlt: "Carlos Oliveira", imageSrc: "https://images.unsplash.com/photo-1621905251918-48416bd8575a?w=400", imageAlt: "Instalação técnica solar"},
{
id: "4", name: "David Harrison, Investor", date: "Date: 30 August 2024", title: "Outstanding Market Knowledge", quote: "Luxe Properties demonstrated extraordinary professionalism and market acumen. They guided us through a complex multi-property transaction with confidence and excellence.", tag: "Elite Client", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", avatarAlt: "David Harrison", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Waterfront luxury estate"},
id: "4", name: "Ana Costa", date: "30 de Novembro 2024", title: "Melhor Decisão para Casa", quote: "O aquecimento da piscina ficou perfeito! A água está sempre na temperatura ideal e não aumentou a conta de energia.", tag: "Cliente Piscina", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200", avatarAlt: "Ana Costa", imageSrc: "https://images.unsplash.com/photo-1576610616656-d3aa5d1f4534?w=400", imageAlt: "Aquecimento de piscina solar"},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tag="Comece Agora"
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Find Your Luxury Home?"
description="Connect with our experienced team to explore exclusive properties and begin your luxury real estate journey today."
title="Solicite um Orçamento"
description="Entre em contato conosco para conhecer as soluções de energia solar e aquecimento ideais para sua residência. Nossa equipe está pronta para atender suas necessidades em Indaiatuba e região."
buttons={[
{ text: "Schedule Consultation", href: "contact" },
{ text: "Browse Properties", href: "properties" },
{ text: "Solicitar Orçamento", href: "contact" },
{ text: "Ligar (19) 3816-2602", href: "tel:(19)38162602" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -231,39 +234,40 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "#" },
{ label: "Properties", href: "#properties" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" },
title: "Navegação", items: [
{ label: "Home", href: "/" },
{ label: "Serviços", href: "#services" },
{ label: "Projetos", href: "#properties" },
{ label: "Contato", href: "#contact" },
],
},
{
title: "Services", items: [
{ label: "Property Search", href: "#properties" },
{ label: "Investment Analysis", href: "#services" },
{ label: "Consultations", href: "#contact" },
{ label: "Market Reports", href: "#" },
title: "Serviços", items: [
{ label: "Energia Solar Fotovoltaica", href: "#services" },
{ label: "Aquecimento Solar de Água", href: "#services" },
{ label: "Aquecimento de Piscina", href: "#services" },
{ label: "Orçamento Personalizado", href: "#contact" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Careers", href: "#" },
title: "Empresa", items: [
{ label: "Sobre Nós", href: "#about" },
{ label: "Nossa Equipe", href: "#team" },
{ label: "Avaliações", href: "#testimonials" },
{ label: "Contato", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
title: "Contato", items: [
{ label: "R. Armando Zanotello 219", href: "#" },
{ label: "Indaiatuba, SP", href: "#" },
{ label: "(19) 3816-2602", href: "tel:(19)38162602" },
{ label: "contato@mwrengenharia.com.br", href: "mailto:contato@mwrengenharia.com.br" },
],
},
]}
bottomLeftText="© 2025 Luxe Properties. All rights reserved."
bottomRightText="Luxury Real Estate Excellence Since 2005"
bottomLeftText="© 2025 Grupo MWR Engenharia. Todos os direitos reservados."
bottomRightText="Especialistas em Energia Solar e Aquecimento desde 2015"
/>
</div>
</ThemeProvider>