Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-26 14:37:12 +00:00
2 changed files with 22 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
icon: Sparkles,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg?_wi=2"
imageAlt="resort exterior with pool and lush gardens"
/>
</div>
@@ -107,28 +107,28 @@ export default function LandingPage() {
id: 1,
title: "Sparkling Pools",
description: "Dive into our pristine swimming pools, perfect for a refreshing dip or a relaxing lounge.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg?_wi=2",
imageAlt: "sparkling clean resort swimming pool",
},
{
id: 2,
title: "Gourmet Dining",
description: "Savor exquisite local and international cuisine prepared by our expert chefs.",
imageSrc: "http://img.b2bpic.net/free-photo/putting-piece-meat-steak-into-another-persons-plate-with-salad_114579-3687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/putting-piece-meat-steak-into-another-persons-plate-with-salad_114579-3687.jpg?_wi=2",
imageAlt: "gourmet dining experience at resort restaurant",
},
{
id: 3,
title: "Lush Gardens & Lounges",
description: "Unwind in our beautifully manicured gardens or comfortable outdoor lounges.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=2",
imageAlt: "peaceful resort garden with lounge chairs",
},
{
id: 4,
title: "Dedicated Concierge",
description: "Our friendly staff is always on hand to assist with your needs and make recommendations.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8836.jpg?_wi=2",
imageAlt: "friendly resort customer service staff",
},
]}
@@ -148,7 +148,7 @@ export default function LandingPage() {
name: "Sarah M.",
role: "Travel Blogger",
testimonial: "Kangundo Road Resort exceeded all my expectations. The pool area is divine, and the staff made us feel incredibly welcome.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-wearing-summer-hat-flowers-shirt-smiling-happy-outdoors_839833-8950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-wearing-summer-hat-flowers-shirt-smiling-happy-outdoors_839833-8950.jpg?_wi=2",
imageAlt: "Sarah M. portrait",
icon: Quote,
},
@@ -157,7 +157,7 @@ export default function LandingPage() {
name: "John D.",
role: "Business Executive",
testimonial: "A truly refreshing experience. Perfect for a quick getaway from the city hustle. I'll definitely be back!",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg?_wi=2",
imageAlt: "John D. portrait",
icon: Quote,
},
@@ -166,7 +166,7 @@ export default function LandingPage() {
name: "Amina K.",
role: "Local Explorer",
testimonial: "The food was incredible, and the serene environment was exactly what I needed. Five stars!",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-with-long-hair-is-standing-near-pool-she-holds-her-hands-view-from-back_197531-1208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-with-long-hair-is-standing-near-pool-she-holds-her-hands-view-from-back_197531-1208.jpg?_wi=2",
imageAlt: "Amina K. portrait",
icon: Quote,
},
@@ -175,7 +175,7 @@ export default function LandingPage() {
name: "David & Grace",
role: "Couple Getaway",
testimonial: "We had the most romantic weekend here. Every detail was taken care of. Highly recommend for couples!",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-resting-beach-while-exercising_23-2148694878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-resting-beach-while-exercising_23-2148694878.jpg?_wi=2",
imageAlt: "David and Grace portrait",
icon: Quote,
},
@@ -184,7 +184,7 @@ export default function LandingPage() {
name: "Mark O.",
role: "Adventure Seeker",
testimonial: "Great base for exploring nearby attractions. The resort itself offers a peaceful haven after a day of adventure.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg?_wi=2",
imageAlt: "Mark O. portrait",
icon: Quote,
},
@@ -193,7 +193,7 @@ export default function LandingPage() {
name: "The Wanjiku Family",
role: "Family Vacationers",
testimonial: "Our kids loved the pool, and we enjoyed the family-friendly atmosphere. A wonderful experience for everyone!",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-celebrating-lifting-face-mask-restrictions-outdoors-together_23-2149384580.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-celebrating-lifting-face-mask-restrictions-outdoors-together_23-2149384580.jpg?_wi=2",
imageAlt: "The Wanjiku Family portrait",
icon: Quote,
},

View File

@@ -133,7 +133,7 @@ export default function LandingPage() {
href: "/about",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-chair-around-swimming-pool-hotel-resort-leisure-travel_74190-8557.jpg?_wi=1"
imageAlt="Modern exterior of Kangundo Road Resort"
/>
</div>
@@ -151,7 +151,7 @@ export default function LandingPage() {
"Friendly Staff",
"Personalized Care",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8836.jpg?_wi=1",
imageAlt: "Friendly resort staff assisting guests",
},
{
@@ -161,7 +161,7 @@ export default function LandingPage() {
"Pristine Water",
"Relaxing Swims",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094093.jpg?_wi=1",
imageAlt: "Crystal clear swimming pool at the resort",
},
{
@@ -171,7 +171,7 @@ export default function LandingPage() {
"Delicious Meals",
"Varied Menu",
],
imageSrc: "http://img.b2bpic.net/free-photo/putting-piece-meat-steak-into-another-persons-plate-with-salad_114579-3687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/putting-piece-meat-steak-into-another-persons-plate-with-salad_114579-3687.jpg?_wi=1",
imageAlt: "Gourmet resort meal presentation",
},
{
@@ -181,7 +181,7 @@ export default function LandingPage() {
"Relaxing Ambiance",
"Serene Spaces",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-poolside-wiht-mountain-view_53876-14438.jpg?_wi=1",
imageAlt: "Peaceful outdoor lounge area at the resort",
},
]}
@@ -288,7 +288,7 @@ export default function LandingPage() {
name: "Sarah W.",
role: "Weekend Explorer",
testimonial: "Absolutely loved the chill vibe and the clean pool! The food was amazing, especially breakfast. Definitely coming back!",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-wearing-summer-hat-flowers-shirt-smiling-happy-outdoors_839833-8950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-wearing-summer-hat-flowers-shirt-smiling-happy-outdoors_839833-8950.jpg?_wi=1",
imageAlt: "Happy female guest",
},
{
@@ -296,7 +296,7 @@ export default function LandingPage() {
name: "James K.",
role: "Family Man",
testimonial: "Perfect spot for a family outing. The kids enjoyed the pool, and the staff were incredibly helpful. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg?_wi=1",
imageAlt: "Happy male guest",
},
{
@@ -304,7 +304,7 @@ export default function LandingPage() {
name: "Amina R.",
role: "Social Media Creator",
testimonial: "This place is an Instagrammer's dream! Every corner is picturesque, and the service is top-notch. My followers loved the reels!",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-with-long-hair-is-standing-near-pool-she-holds-her-hands-view-from-back_197531-1208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-with-long-hair-is-standing-near-pool-she-holds-her-hands-view-from-back_197531-1208.jpg?_wi=1",
imageAlt: "Young woman enjoying resort",
},
{
@@ -312,7 +312,7 @@ export default function LandingPage() {
name: "David & Mary",
role: "Couple Getaway",
testimonial: "Our anniversary stay was magical. The serene environment and delicious meals made it truly special. So relaxing!",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-resting-beach-while-exercising_23-2148694878.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-resting-beach-while-exercising_23-2148694878.jpg?_wi=1",
imageAlt: "Happy couple",
},
{
@@ -320,7 +320,7 @@ export default function LandingPage() {
name: "Brian O.",
role: "Solo Traveler",
testimonial: "Came here for some solo relaxation and found exactly that. Great food, peaceful atmosphere, and responsive service via WhatsApp. A true gem!",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg?_wi=1",
imageAlt: "Solo traveler",
},
{
@@ -328,7 +328,7 @@ export default function LandingPage() {
name: "Mercy N.",
role: "Friend Group Organizer",
testimonial: "Organized a day pass for my friends and everyone had a blast. The booking was seamless, and the pool party vibes were immaculate!",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-celebrating-lifting-face-mask-restrictions-outdoors-together_23-2149384580.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-celebrating-lifting-face-mask-restrictions-outdoors-together_23-2149384580.jpg?_wi=1",
imageAlt: "Group of friends at resort",
},
]}