Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -87,13 +87,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "standard", name: "Standard Room", price: "$129/night", variant: "1 bed • En-suite bathroom", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones_1157-18565.jpg", imageAlt: "Standard room with modern furnishings", isFavorited: false,
|
||||
id: "standard", name: "Standard Room", price: "$129/night", variant: "1 bed • En-suite bathroom", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones_1157-18565.jpg?_wi=1", imageAlt: "Standard room with modern furnishings", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "deluxe", name: "Deluxe Room", price: "$189/night", variant: "King bed • City view • Premium amenities", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", imageAlt: "Deluxe room with city view", isFavorited: false,
|
||||
id: "deluxe", name: "Deluxe Room", price: "$189/night", variant: "King bed • City view • Premium amenities", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1", imageAlt: "Deluxe room with city view", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "suite", name: "Presidential Suite", price: "$349/night", variant: "Master + guest bedroom • Living area", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Presidential suite with multiple rooms", isFavorited: false,
|
||||
id: "suite", name: "Presidential Suite", price: "$349/night", variant: "Master + guest bedroom • Living area", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=1", imageAlt: "Presidential suite with multiple rooms", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -166,17 +166,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "standard", title: "Standard Room", price: "$129", period: "per night", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones_1157-18565.jpg", imageAlt: "Standard room", button: { text: "Book Now", href: "#" },
|
||||
id: "standard", title: "Standard Room", price: "$129", period: "per night", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones_1157-18565.jpg?_wi=2", imageAlt: "Standard room", button: { text: "Book Now", href: "#" },
|
||||
features: [
|
||||
"Comfortable single bed or double", "Private en-suite bathroom", "Complimentary breakfast", "Free Wi-Fi access", "24-hour concierge service"],
|
||||
},
|
||||
{
|
||||
id: "deluxe", title: "Deluxe Room", price: "$189", period: "per night", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", imageAlt: "Deluxe room", button: { text: "Book Now", href: "#" },
|
||||
id: "deluxe", title: "Deluxe Room", price: "$189", period: "per night", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2", imageAlt: "Deluxe room", button: { text: "Book Now", href: "#" },
|
||||
features: [
|
||||
"King-size premium bed", "City view from private balcony", "Marble bathroom with spa amenities", "Complimentary breakfast buffet", "Priority dining reservations"],
|
||||
},
|
||||
{
|
||||
id: "suite", title: "Presidential Suite", price: "$349", period: "per night", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Presidential suite", button: { text: "Book Now", href: "#" },
|
||||
id: "suite", title: "Presidential Suite", price: "$349", period: "per night", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2", imageAlt: "Presidential suite", button: { text: "Book Now", href: "#" },
|
||||
features: [
|
||||
"Master and guest bedrooms", "Separate living and dining area", "Premium spa bathroom", "Personalized concierge service", "Complimentary spa treatment credit"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user