1 Commits

Author SHA1 Message Date
kudinDmitriyUp
1575907de9 Reverted hero section to HeroBillboard and removed the unsupported 'items' prop. 2026-05-28 20:31:49 +00:00

View File

@@ -2,7 +2,7 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import ProductMediaCards from '@/components/sections/product/ProductMediaCards';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import { Bell, Building2, Home, Utensils } from "lucide-react";
@@ -13,7 +13,7 @@ export default function HomePage() {
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
<HeroBillboard
tag="Welcome to Madrid"
title="Experience Luxury in the Heart of Madrid"
description="Discover unparalleled comfort and timeless elegance at our boutique sanctuary, where every detail is crafted for your unforgettable stay."
@@ -25,12 +25,7 @@ export default function HomePage() {
text: "Explore Rooms",
href: "#rooms",
}}
items={[
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-hotel-reception-hall-office-with-decor-shelf_105762-1676.jpg" },
{ imageSrc: "https://img.b2bpic.net/free-photo/interior-design-room-with-bed-table_23-2149626343.jpg" },
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-hotel-room-with-bed-and-furniture_105762-1701.jpg" },
{ imageSrc: "https://img.b2bpic.net/free-photo/modern-hotel-room-with-comfortable-bed_105762-1702.jpg" },
]}
/>
</SectionErrorBoundary>
</div>