Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-05 14:58:12 +00:00

View File

@@ -64,35 +64,35 @@ export default function LandingPage() {
handle: "@elena_travel",
testimonial: "The service was impeccable and the attention to detail was unlike any hotel I've stayed in.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-shirt-smiling-while-his-pretty-girlfriend-dreamy-touching-her-long-hair-beautiful-couple-spending-time-together-with-laptop-posing_197531-3207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-shirt-smiling-while-his-pretty-girlfriend-dreamy-touching-her-long-hair-beautiful-couple-spending-time-together-with-laptop-posing_197531-3207.jpg?_wi=1",
},
{
name: "Marcus Thorne",
handle: "@mthorne_design",
testimonial: "A truly sophisticated sanctuary. The design is breathtaking and the comfort is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
},
{
name: "Sarah Jenkins",
handle: "@sarah_j_blog",
testimonial: "Stunning decor and exceptional comfort. The perfect escape from city life.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg?_wi=1",
},
{
name: "David & Ann",
handle: "@travel_duo",
testimonial: "Everything about our stay was flawless. We can't wait to come back next year.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-bench_23-2148938504.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-bench_23-2148938504.jpg?_wi=1",
},
{
name: "The Miller Family",
handle: "@miller_travels",
testimonial: "Perfect for our family getaway. Spacious, clean, and beautifully maintained rooms.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-with-guests-their-wedding_23-2150835727.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-with-guests-their-wedding_23-2150835727.jpg?_wi=1",
},
]}
buttons={[
@@ -153,37 +153,37 @@ export default function LandingPage() {
id: "1",
name: "Superior Queen Room",
price: "from $350/night",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-european-woman-with-blonde-hair-white-long-summer-dress_343596-13.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-european-woman-with-blonde-hair-white-long-summer-dress_343596-13.jpg?_wi=1",
},
{
id: "2",
name: "Deluxe King Suite",
price: "from $550/night",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=1",
},
{
id: "3",
name: "Grand Terrace Suite",
price: "from $850/night",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3808.jpg?_wi=1",
},
{
id: "4",
name: "Junior Executive Room",
price: "from $400/night",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-european-woman-with-blonde-hair-white-long-summer-dress_343596-13.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-european-woman-with-blonde-hair-white-long-summer-dress_343596-13.jpg?_wi=2",
},
{
id: "5",
name: "Heritage Master Suite",
price: "from $950/night",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=2",
},
{
id: "6",
name: "Classic Studio Suite",
price: "from $450/night",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-background-cityscape_1153-3808.jpg?_wi=2",
},
]}
title="Our Luxurious Accommodations"
@@ -203,7 +203,7 @@ export default function LandingPage() {
role: "Traveler",
company: "Global Explorer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-shirt-smiling-while-his-pretty-girlfriend-dreamy-touching-her-long-hair-beautiful-couple-spending-time-together-with-laptop-posing_197531-3207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-shirt-smiling-while-his-pretty-girlfriend-dreamy-touching-her-long-hair-beautiful-couple-spending-time-together-with-laptop-posing_197531-3207.jpg?_wi=2",
},
{
id: "2",
@@ -211,7 +211,7 @@ export default function LandingPage() {
role: "Designer",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
},
{
id: "3",
@@ -219,7 +219,7 @@ export default function LandingPage() {
role: "Writer",
company: "Self-Employed",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-backpack_53876-14387.jpg?_wi=2",
},
{
id: "4",
@@ -227,7 +227,7 @@ export default function LandingPage() {
role: "Travelers",
company: "Retirees",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-bench_23-2148938504.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-bench_23-2148938504.jpg?_wi=2",
},
{
id: "5",
@@ -235,7 +235,7 @@ export default function LandingPage() {
role: "Family",
company: "Vacationers",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-with-guests-their-wedding_23-2150835727.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-with-guests-their-wedding_23-2150835727.jpg?_wi=2",
},
]}
kpiItems={[