Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Tradição e Compromisso com você"
|
||||
description={[
|
||||
"Com décadas de experiência no mercado imobiliário de Estância Velha, a JR Imóveis é referência em atendimento personalizado.", "Nosso foco é simplificar a jornada da casa própria, garantindo segurança jurídica e o melhor negócio para nossos clientes."
|
||||
"Com décadas de experiência no mercado imobiliário de Estância Velha, a JR Imóveis é referência em atendimento personalizado.", "Nosso foco é simplificar a jornada da casa própria, garantindo segurança jurídica e o melhor negócio para nossos clientes."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,18 +78,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Casa Alto Padrão", price: "R$ 850.000", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg" },
|
||||
{ id: "2", name: "Apartamento Loft", price: "R$ 380.000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-red-coat-knitted-hat-sitting-wooden-stairs-she-holds-camera-knees-smiling_197531-1961.jpg" },
|
||||
{ id: "3", name: "Terreno em Loteamento", price: "R$ 220.000", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-front-door_23-2147653339.jpg" },
|
||||
]}
|
||||
title="Imóveis Selecionados"
|
||||
description="Explore nosso catálogo de oportunidades em Estância Velha e região."
|
||||
products={[
|
||||
{ id: "1", name: "Casa Alto Padrão", price: "R$ 850.000", variant: "Alto Padrão", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg" },
|
||||
{ id: "2", name: "Apartamento Loft", price: "R$ 380.000", variant: "Loft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-red-coat-knitted-hat-sitting-wooden-stairs-she-holds-camera-knees-smiling_197531-1961.jpg" },
|
||||
{ id: "3", name: "Terreno em Loteamento", price: "R$ 220.000", variant: "Loteamento", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-front-door_23-2147653339.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user