Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70fba306e5 | |||
| 8d7e37849c |
143
src/app/page.tsx
143
src/app/page.tsx
@@ -2,13 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,150 +22,22 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Empreendimentos", id: "features"},
|
||||
{
|
||||
name: "Serviços", id: "about"},
|
||||
{
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
navItems={[]}
|
||||
brandName="MR Imóveis"
|
||||
button={{ text: "WhatsApp", href: "https://wa.me/5567999719747" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
<HeroLogo
|
||||
logoText="MR Imóveis"
|
||||
description="Transformando imóveis em conquistas. Excelência em assessoria imobiliária e perícia avaliadora em Dourados/MS."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp", href: "https://wa.me/5567999719747"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/monochrome-business-cards_23-2148573607.jpg", imageAlt: "Logo MR Imóveis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-city-landscape-skyscrapers_231208-7588.jpg", imageAlt: "Futuristic city landscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg", imageAlt: "Modern building architecture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-modern-building-with-large-glass-windows_181624-59928.jpg", imageAlt: "Modern building with glass windows"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-new-building_23-2147694757.jpg", imageAlt: "Facade of modern new building"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Perícia e Avaliação Premium"
|
||||
description="Atuação especializada em avaliação profissional de imóveis. Confiança, segurança jurídica e excelência técnica em cada negociação."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%", title: "Compromisso"},
|
||||
{
|
||||
value: "Referência", title: "Região"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947495.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Belvedere Residence", subtitle: "Exclusividade e conforto.", category: "Residencial", value: "Premium"},
|
||||
{
|
||||
id: "f2", title: "Aton", subtitle: "Sofisticação moderna.", category: "Residencial", value: "High-End"},
|
||||
{
|
||||
id: "f3", title: "Alphaville", subtitle: "Qualidade de vida única.", category: "Condomínio", value: "Alto Padrão"},
|
||||
{
|
||||
id: "f4", title: "Terrenos", subtitle: "Oportunidades de ouro.", category: "Investimento", value: "Valor"},
|
||||
{
|
||||
id: "f5", title: "Outros", subtitle: "Variedade imobiliária.", category: "Diversos", value: "Confiança"},
|
||||
]}
|
||||
title="Nosso Portfólio"
|
||||
description="Os imóveis mais desejados da região."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ana Silva", handle: "@anasilva", testimonial: "Negociação segura e profissionalismo inigualável.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "2", name: "Carlos Souza", handle: "@carlosouza", testimonial: "Referência absoluta em alto padrão.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "3", name: "Mariana Lima", handle: "@mlima", testimonial: "Atendimento premium do início ao fim.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-businesswoman-balcony_1262-1758.jpg"},
|
||||
{
|
||||
id: "4", name: "João Pereira", handle: "@jpereira", testimonial: "Transparência e resultados excelentes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "5", name: "Beatriz Rocha", handle: "@brocha", testimonial: "Confiança total na MR Imóveis.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Excelência Reconhecida"
|
||||
description="Clientes satisfeitos e resultados excepcionais em Dourados."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal"}}
|
||||
text="Conquiste o seu sonho imobiliário com quem entende de luxo e investimento seguro."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp", href: "https://wa.me/5567999719747"},
|
||||
{
|
||||
text: "Instagram", href: "https://www.instagram.com/manoelrobertofermino"},
|
||||
{
|
||||
text: "Gmail", href: "mailto:mrimoveisms@gmail.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "MR Imóveis", items: [
|
||||
{
|
||||
label: "Sobre", href: "#"},
|
||||
{
|
||||
label: "Avaliações", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/5567999719747"},
|
||||
{
|
||||
label: "Instagram", href: "https://www.instagram.com/manoelrobertofermino"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 MR Imóveis. CRECI-J 16370 MS."
|
||||
bottomRightText="Todos os direitos reservados."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6NW4PCaKyDROcnwxYfocjdbeL/uploaded-1779498456587-3rx0tbp4.png"
|
||||
imageAlt="Logo MR Imóveis"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user