Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09b171ab41 | |||
| a0e87e75e9 | |||
| a4ac0dc73f | |||
| b400318d4d | |||
| 91b2f92f91 | |||
| 68f65ec939 | |||
| 0d27ffab27 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
@@ -59,10 +59,10 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "downward-rays-static"}}
|
||||
title="Encuentra el Hogar de Tus Sueños en Córdoba"
|
||||
description="Sócialcasa es tu agencia inmobiliaria de confianza, dedicada a hacer realidad tus sueños de vivienda. Con profesionalidad y un trato cercano, te acompañamos en cada paso del proceso."
|
||||
description="Sócialcasa es tu agencia inmobiliaria de confianza en Córdoba, dedicada a hacer realidad tus sueños de vivienda. Con un profundo conocimiento del mercado local, profesionalidad y un trato cercano, te acompañamos en cada paso del proceso."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-house-with-pool-lush-greenery_23-2152008205.jpg", imageAlt: "Modern house exterior with pool in Córdoba"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-house-with-pool-lush-greenery_23-2152008205.jpg?_wi=1", imageAlt: "Modern house exterior with pool in Córdoba"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-wall-tub-bathroom-luxury_1203-6328.jpg", imageAlt: "Spacious living room with modern design"},
|
||||
{
|
||||
@@ -257,7 +257,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterMedia
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-logo-template_23-2150529034.jpg"
|
||||
logoText="Sócialcasa"
|
||||
columns={[
|
||||
@@ -290,10 +290,12 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Sócialcasa | Todos los derechos reservados."
|
||||
copyrightText="© 2025 Sócialcasa | Todos los derechos reservados."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-house-with-pool-lush-greenery_23-2152008205.jpg?_wi=2"
|
||||
imageAlt="Modern house exterior with pool"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user