Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 20:07:13 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -54,10 +54,10 @@ export default function ResortPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "Leisure Traveler", testimonial: "The most peaceful getaway I've ever had. Perfect escape from city life.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291366.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291366.jpg?_wi=1"},
{
name: "Michael Chen", handle: "Adventure Seeker", testimonial: "Stunning mountain views and incredible hospitality. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-pool_23-2148588693.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-pool_23-2148588693.jpg?_wi=1"},
]}
buttons={[
{ text: "Book Your Stay", href: "#booking" },
@@ -174,10 +174,10 @@ export default function ResortPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Traveler", company: "Delhi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291366.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-nature_23-2148291366.jpg?_wi=2"},
{
id: "2", name: "Rajesh Kumar", role: "Adventure Enthusiast", company: "Bangalore", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-pool_23-2148588693.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-pool_23-2148588693.jpg?_wi=2"},
{
id: "3", name: "Anjali Patel", role: "Nature Lover", company: "Mumbai", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-young-people-taking-selfie_1139-1036.jpg"},