Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-05 17:35:03 +00:00
4 changed files with 21 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ export default function AmenitiesPage() {
title: "Free Amenities",
description: "Enjoy complimentary amenities designed for your comfort and convenience",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/hotel-waitress-serving-food_53876-15221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-waitress-serving-food_53876-15221.jpg?_wi=2",
imageAlt: "Free Breakfast",
},
items: [
@@ -81,7 +81,7 @@ export default function AmenitiesPage() {
title: "Relaxation & Recreation",
description: "Unwind and stay active with our premier guest facilities",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg?_wi=2",
imageAlt: "Heated Swimming Pool",
},
items: [
@@ -96,7 +96,7 @@ export default function AmenitiesPage() {
title: "Business Accommodations",
description: "Stay productive with our comprehensive business center services",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/company-managers-discussing-solution-businesspeople-gathering-meeting-room-watching-content-computer-monitor-together-business-communication-teamwork-concept_74855-11621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/company-managers-discussing-solution-businesspeople-gathering-meeting-room-watching-content-computer-monitor-together-business-communication-teamwork-concept_74855-11621.jpg?_wi=2",
imageAlt: "Business Center",
},
items: [

View File

@@ -118,7 +118,7 @@ export default function OffersPage() {
handle: "@mrodriguez",
testimonial: "Great value for the price! Clean rooms, hot breakfast, and the staff was incredibly friendly. Will definitely book again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2",
imageAlt: "Michael Rodriguez",
},
{
@@ -127,7 +127,7 @@ export default function OffersPage() {
handle: "@jen_travels",
testimonial: "Perfect location near the airport and all local attractions. The pool area is beautiful and the free parking is a huge plus.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
imageAlt: "Jennifer Martinez",
},
{
@@ -136,7 +136,7 @@ export default function OffersPage() {
handle: "@d_chen_biz",
testimonial: "Excellent business amenities and fast internet. The business center made my work trip seamless. Highly recommended for business travelers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-asian-businessman_1262-1565.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-asian-businessman_1262-1565.jpg?_wi=2",
imageAlt: "David Chen",
},
]}

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
title: "Free Amenities",
description: "Enjoy complimentary amenities designed for your comfort and convenience",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/hotel-waitress-serving-food_53876-15221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-waitress-serving-food_53876-15221.jpg?_wi=1",
imageAlt: "Free Breakfast",
},
items: [
@@ -116,7 +116,7 @@ export default function HomePage() {
title: "Relaxation & Recreation",
description: "Unwind and stay active with our premier guest facilities",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-deck-chair-around-outdoor-swimming-pool-hotel-resort-nearly-sea-beach-ocean_74190-14080.jpg?_wi=1",
imageAlt: "Heated Swimming Pool",
},
items: [
@@ -131,7 +131,7 @@ export default function HomePage() {
title: "Business Accommodations",
description: "Stay productive with our comprehensive business center services",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/company-managers-discussing-solution-businesspeople-gathering-meeting-room-watching-content-computer-monitor-together-business-communication-teamwork-concept_74855-11621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/company-managers-discussing-solution-businesspeople-gathering-meeting-room-watching-content-computer-monitor-together-business-communication-teamwork-concept_74855-11621.jpg?_wi=1",
imageAlt: "Business Center",
},
items: [
@@ -163,7 +163,7 @@ export default function HomePage() {
price: "From $89/night",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1",
imageAlt: "King Bed Room",
},
{
@@ -173,7 +173,7 @@ export default function HomePage() {
price: "From $99/night",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1",
imageAlt: "Double Queen Room",
},
{
@@ -183,7 +183,7 @@ export default function HomePage() {
price: "From $129/night",
rating: 5,
reviewCount: "945",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1",
imageAlt: "Luxury Suite",
},
]}
@@ -250,7 +250,7 @@ export default function HomePage() {
handle: "@mrodriguez",
testimonial: "Great value for the price! Clean rooms, hot breakfast, and the staff was incredibly friendly. Will definitely book again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1",
imageAlt: "Michael Rodriguez",
},
{
@@ -259,7 +259,7 @@ export default function HomePage() {
handle: "@jen_travels",
testimonial: "Perfect location near the airport and all local attractions. The pool area is beautiful and the free parking is a huge plus.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
imageAlt: "Jennifer Martinez",
},
{
@@ -268,7 +268,7 @@ export default function HomePage() {
handle: "@d_chen_biz",
testimonial: "Excellent business amenities and fast internet. The business center made my work trip seamless. Highly recommended for business travelers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-asian-businessman_1262-1565.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-asian-businessman_1262-1565.jpg?_wi=1",
imageAlt: "David Chen",
},
{
@@ -277,7 +277,7 @@ export default function HomePage() {
handle: "@sarah_family",
testimonial: "Family-friendly with a great breakfast spread. Our kids loved the pool and the pet-friendly policy was perfect for our dog. A+ stay!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
imageAlt: "Sarah Williams",
},
{
@@ -295,7 +295,7 @@ export default function HomePage() {
handle: "@amanda_weekend",
testimonial: "Wonderful weekend getaway spot. The rooms are spacious and the complimentary breakfast is fantastic. Exceeded expectations!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageAlt: "Amanda Foster",
},
]}

View File

@@ -61,7 +61,7 @@ export default function RoomsPage() {
price: "From $89/night",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "King Bed Room",
},
{
@@ -71,7 +71,7 @@ export default function RoomsPage() {
price: "From $99/night",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2",
imageAlt: "Double Queen Room",
},
{
@@ -81,7 +81,7 @@ export default function RoomsPage() {
price: "From $129/night",
rating: 5,
reviewCount: "945",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2",
imageAlt: "Luxury Suite",
},
{
@@ -91,7 +91,7 @@ export default function RoomsPage() {
price: "From $95/night",
rating: 5,
reviewCount: "612",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=3",
imageAlt: "Accessible Room",
},
]}