Merge version_1 into main #3
@@ -51,19 +51,19 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Aditya Residency Hotel Building Exterior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=1", imageAlt: "Aditya Residency Hotel Building Exterior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-9520.jpg", imageAlt: "Comfortable Hotel Room"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg", imageAlt: "Standard Room Accommodation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg?_wi=1", imageAlt: "Standard Room Accommodation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg", imageAlt: "Deluxe Room with Premium Amenities"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg?_wi=1", imageAlt: "Deluxe Room with Premium Amenities"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg", imageAlt: "Family Room Spacious Accommodation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg?_wi=1", imageAlt: "Family Room Spacious Accommodation"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -80,19 +80,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "24×7 Reception", author: "Always Available", description: "Round-the-clock reception service for all your needs and queries, ensuring assistance whenever required.", tags: ["Service", "Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg", imageAlt: "Hotel Lobby"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg?_wi=1", imageAlt: "Hotel Lobby"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Free Wi-Fi", author: "High-Speed Internet", description: "Complimentary high-speed Wi-Fi connectivity throughout the hotel for seamless internet access.", tags: ["Amenity", "Connectivity"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg", imageAlt: "Room with Wi-Fi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg?_wi=2", imageAlt: "Room with Wi-Fi"
|
||||
},
|
||||
{
|
||||
id: "3", title: "AC Rooms", author: "Climate Control", description: "All rooms feature air conditioning for comfortable temperature control throughout your stay.", tags: ["Comfort", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg", imageAlt: "Deluxe Room"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg?_wi=2", imageAlt: "Deluxe Room"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Free Parking", author: "Secure Facility", description: "Complimentary secure parking facility available for all guests and visitors.", tags: ["Parking", "Convenience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Hotel Building"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=2", imageAlt: "Hotel Building"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -108,15 +108,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "ADITYA RESIDENCY", name: "Standard Room", price: "₹1,432*", rating: 4,
|
||||
reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg", imageAlt: "Standard Room - 2 Adults"
|
||||
reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/open-laptop-bed_171337-12759.jpg?_wi=3", imageAlt: "Standard Room - 2 Adults"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "ADITYA RESIDENCY", name: "Deluxe Room", price: "₹2,150*", rating: 4,
|
||||
reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg", imageAlt: "Deluxe Room - Premium Comfort"
|
||||
reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-evening-dress-sensual-mood-talking-phone-smiling-flirty-looking-sexy_285396-6174.jpg?_wi=3", imageAlt: "Deluxe Room - Premium Comfort"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "ADITYA RESIDENCY", name: "Family Room", price: "₹2,865*", rating: 4,
|
||||
reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg", imageAlt: "Family Room - Triple Occupancy"
|
||||
reviewCount: "508", imageSrc: "http://img.b2bpic.net/free-photo/parent-looking-their-kids-fighting-bed-home_23-2148207995.jpg?_wi=2", imageAlt: "Family Room - Triple Occupancy"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "ADITYA RESIDENCY", name: "Suite", price: "₹3,500*", rating: 5,
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
{ value: "10+", title: "Years of Service" },
|
||||
{ value: "4.3★", title: "Guest Rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712935.jpg?_wi=2"
|
||||
imageAlt="Aditya Residency Hotel Lobby"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user