Merge version_1 into main #1
@@ -47,16 +47,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg", imageAlt: "Luxurious hotel room with modern furnishings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3543.jpg", imageAlt: "Hotel swimming pool and relaxation area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", imageAlt: "Hotel exterior architecture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg", imageAlt: "Hotel restaurant and dining venue" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg?_wi=1", imageAlt: "Luxurious hotel room with modern furnishings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3543.jpg?_wi=1", imageAlt: "Hotel swimming pool and relaxation area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=1", imageAlt: "Hotel exterior architecture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg?_wi=1", imageAlt: "Hotel restaurant and dining venue" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg", imageAlt: "Hotel building exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg", imageAlt: "Fine dining restaurant area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg", imageAlt: "Premium guest room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3543.jpg", imageAlt: "Outdoor pool facility" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=2", imageAlt: "Hotel building exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg?_wi=2", imageAlt: "Fine dining restaurant area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg?_wi=2", imageAlt: "Premium guest room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3543.jpg?_wi=2", imageAlt: "Outdoor pool facility" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -123,18 +123,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fitness Center", description: "State-of-the-art fitness facility with modern equipment, personal training services, and stunning views to motivate your workout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sportive-female-having-break-after-workout_23-2148284920.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199490.jpg" }
|
||||
title: "Fitness Center", description: "State-of-the-art fitness facility with modern equipment, personal training services, and stunning views to motivate your workout.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sportive-female-having-break-after-workout_23-2148284920.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199490.jpg?_wi=1" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Spa & Wellness", description: "Relax and rejuvenate with our full-service spa offering massages, facials, and wellness treatments in a tranquil setting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199490.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sportive-female-having-break-after-workout_23-2148284920.jpg" }
|
||||
title: "Spa & Wellness", description: "Relax and rejuvenate with our full-service spa offering massages, facials, and wellness treatments in a tranquil setting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199490.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sportive-female-having-break-after-workout_23-2148284920.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fine Dining", description: "Experience culinary excellence at our on-site restaurant, offering farm-to-table cuisine and an extensive wine selection.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199490.jpg" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199490.jpg?_wi=3" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user