Update src/app/page.tsx
This commit is contained in:
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
{ text: "View Rooms", href: "/rooms" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-young-pretty-stylish-woman-white-light-summer-dress-big-black-massive-boots-luxury-rich-villa_343596-1980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-young-pretty-stylish-woman-white-light-summer-dress-big-black-massive-boots-luxury-rich-villa_343596-1980.jpg?_wi=1"
|
||||
imageAlt="Sunrise over Caspian Sea from Victoria Hotel"
|
||||
mediaAnimation="slide-up"
|
||||
ariaLabel="Victoria Hotel Hero Section"
|
||||
@@ -98,7 +98,7 @@ export default function HomePage() {
|
||||
description="Open your window and see the Caspian, the waterfront, and fresh sea air."
|
||||
subdescription="Victoria is a place to spend a night or enjoy a quiet getaway by the water. First-line waterfront location, spacious rooms, and sea views make every moment unforgettable."
|
||||
icon={Waves}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=1"
|
||||
imageAlt="Luxury room with panoramic Caspian Sea view"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
id: "feature-1",
|
||||
title: "First Line",
|
||||
tags: ["Waterfront is just across the street"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912524.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912524.jpg?_wi=1",
|
||||
imageAlt: "Beachfront location at Victoria Hotel"
|
||||
},
|
||||
{
|
||||
@@ -134,14 +134,14 @@ export default function HomePage() {
|
||||
id: "feature-3",
|
||||
title: "Sea View",
|
||||
tags: ["Best rooms with panoramic views"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-swimming-pool-resort_74190-1680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-swimming-pool-resort_74190-1680.jpg?_wi=1",
|
||||
imageAlt: "Sunrise view from hotel room"
|
||||
},
|
||||
{
|
||||
id: "feature-4",
|
||||
title: "Hospitable Staff",
|
||||
tags: ["Always ready to help"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714431.jpg?_wi=1",
|
||||
imageAlt: "Professional hotel service"
|
||||
}
|
||||
]}
|
||||
@@ -164,21 +164,21 @@ export default function HomePage() {
|
||||
id: "room-standard",
|
||||
name: "Standard",
|
||||
price: "from 8,500 ₸",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2088.jpg?_wi=1",
|
||||
imageAlt: "Standard room at Victoria Hotel"
|
||||
},
|
||||
{
|
||||
id: "room-deluxe",
|
||||
name: "Deluxe",
|
||||
price: "from 12,500 ₸",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg?_wi=1",
|
||||
imageAlt: "Deluxe room with ocean view"
|
||||
},
|
||||
{
|
||||
id: "room-suite",
|
||||
name: "Suite",
|
||||
price: "from 15,000 ₸",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg?_wi=1",
|
||||
imageAlt: "Premium suite with panoramic view"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user