Update src/app/page.tsx
This commit is contained in:
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@traveler",
|
||||
testimonial: "The best stay in town. The rooms are spotless and the staff is incredibly welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-18010.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-18010.jpg?_wi=1",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@businessman",
|
||||
testimonial: "Perfect location for my business trips. Quiet, clean, and very reliable Wi-Fi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg?_wi=1",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@vacationer",
|
||||
testimonial: "A home away from home. We really enjoyed the breakfast selection every morning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg?_wi=1",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
handle: "@regular",
|
||||
testimonial: "Reliable service and comfortable amenities every single time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=1",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
handle: "@tourist",
|
||||
testimonial: "Beautiful property and very central location. Loved every bit of our stay.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cushions-bed_1203-24.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cushions-bed_1203-24.jpg?_wi=1",
|
||||
imageAlt: "luxury hotel lobby entrance interior",
|
||||
},
|
||||
]}
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-partners_1098-18010.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-partners_1098-18010.jpg?_wi=2"
|
||||
imageAlt="Luxurious Hotel Entrance"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
description="For over three decades, the New Central Hotel has provided guests with a haven of peace and comfort. We blend traditional service with modern amenities to ensure you have the best possible stay."
|
||||
subdescription="Strategically located at the heart of the city, we are the ideal choice for business travelers and vacationers alike."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg?_wi=2"
|
||||
imageAlt="Historic Hotel Building"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
content: "24/7 dedicated assistance for reservations and local travel advice.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg?_wi=2"
|
||||
imageAlt="Comfortable Hotel Features"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
price: "$120/night",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2276.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
price: "$180/night",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cushions-bed_1203-24.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cushions-bed_1203-24.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
|
||||
Reference in New Issue
Block a user