Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:04:53 +00:00
parent 86ec20713b
commit ff3325eb91

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
handle: "@ananya",
testimonial: "A breathtaking stay amidst nature. The hospitality was top-notch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694022.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694022.jpg?_wi=1",
imageAlt: "serene forest resort exterior peaceful",
},
{
@@ -82,7 +82,7 @@ export default function LandingPage() {
handle: "@priya",
testimonial: "Exquisite dining and very comfortable rooms. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-balcony_74190-1314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-balcony_74190-1314.jpg?_wi=1",
imageAlt: "serene forest resort exterior peaceful",
},
{
@@ -90,7 +90,7 @@ export default function LandingPage() {
handle: "@rohan",
testimonial: "Truly a hidden gem in Patangarh. Will definitely visit again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg?_wi=1",
imageAlt: "serene forest resort exterior peaceful",
},
{
@@ -98,11 +98,11 @@ export default function LandingPage() {
handle: "@sunita",
testimonial: "Peaceful atmosphere and excellent service. Loved every moment.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg?_wi=1",
imageAlt: "serene forest resort exterior peaceful",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694022.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694022.jpg?_wi=2"
imageAlt="serene forest resort exterior peaceful"
avatars={[
{
@@ -183,19 +183,19 @@ export default function LandingPage() {
{
title: "Panoramic Views",
description: "Wake up to stunning views of the surrounding forests.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-balcony_74190-1314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-balcony_74190-1314.jpg?_wi=2",
imageAlt: "scenic forest view balcony hotel",
},
{
title: "Gourmet Dining",
description: "Authentic local and continental cuisines prepared by expert chefs.",
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg?_wi=2",
imageAlt: "delicious buffet restaurant interior resort",
},
{
title: "Cozy Accommodations",
description: "Well-furnished rooms designed for a restful night's sleep.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg?_wi=2",
imageAlt: "comfortable hotel bedroom rustic modern",
},
]}