diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d719d9..fd86f64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -11,7 +10,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -31,22 +29,10 @@ export default function LandingPage() {
@@ -143,299 +68,33 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Apartamentos Turísticos", - description: "Ubicaciones céntricas en Barcelona.", - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-with-large-pink-suitcase-vacation-tropical-country_343596-3041.jpg", + title: "Apartamentos Turísticos", description: "Gestión integral a través de Airbnb y Booking. Contacta con nosotros para información directa.", buttons: [{ text: "Contactar ahora", href: "#contact" }], + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-with-large-pink-suitcase-vacation-tropical-country_343596-3041.jpg" }, { - title: "Oficinas Corporativas", - description: "Espacios modernos en Cerdanyola.", - imageSrc: "http://img.b2bpic.net/free-photo/arab-business-worker-chatting-with-coworker-using-smartphone_482257-78117.jpg", - }, - { - title: "Coworking Flex", - description: "Entornos productivos y colaborativos.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-office-instruments-wooden-table-nobody-empty-business-space-with-laptop-cup-coffee-supplies-used-work-startup-company-boardroom_482257-27794.jpg", - }, - { - title: "Gestión Patrimonial", - description: "Asesoramiento experto para inversores.", - imageSrc: "http://img.b2bpic.net/free-photo/model-sauna-sunlit-walk-wooden-waves_169016-68887.jpg", - }, - { - title: "Servicios Exclusivos", - description: "Trato personalizado y confidencial.", - imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool-resort_1150-11099.jpg", - }, + title: "Espacios Corporativos", description: "Oficinas privadas, espacios de coworking colaborativos y parking disponible en Cerdanyola del Vallès.", imageSrc: "http://img.b2bpic.net/free-photo/arab-business-worker-chatting-with-coworker-using-smartphone_482257-78117.jpg" + } ]} title="Nuestros Activos" description="Soluciones inmobiliarias diversas adaptadas a necesidades corporativas y turísticas." /> -