Replaced HeroBillboard with HeroBillboardCarousel and added four images.
This commit is contained in:
@@ -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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
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">
|
||||
<HeroBillboard
|
||||
<HeroBillboardCarousel
|
||||
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,25 +25,12 @@ export default function HomePage() {
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_74190-4976.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-tourist-walking-with-backpack-pink-wall-color-emotions-tourist_140725-122599.jpg",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-jeans-jacket-posing-near-concrete-wall_613910-14874.jpg",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-elderly-male-with-hot-drink_23-2148036731.jpg",
|
||||
},
|
||||
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" },
|
||||
]}
|
||||
avatarsLabel="Join thousands of delighted guests"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user