Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user