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
@@ -81,21 +81,21 @@ export default function PackagesPage() {
|
||||
id: "1",
|
||||
name: "Mountain Adventure Trek",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=3",
|
||||
imageAlt: "Mountain hiking adventure",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tropical Beach Paradise",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=3",
|
||||
imageAlt: "Beach resort getaway",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Urban City Explorer",
|
||||
price: "$699",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=3",
|
||||
imageAlt: "Urban city exploration",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function HomePage() {
|
||||
imageAlt: "Tropical paradise beach"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=1",
|
||||
imageAlt: "Mountain hiking adventure"
|
||||
},
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function HomePage() {
|
||||
imageAlt: "Alpine mountain landscape"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=1",
|
||||
imageAlt: "Beach resort getaway"
|
||||
}
|
||||
]}
|
||||
@@ -84,7 +84,7 @@ export default function HomePage() {
|
||||
imageAlt: "Arctic glacier landscape"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=1",
|
||||
imageAlt: "Urban city exploration"
|
||||
}
|
||||
]}
|
||||
@@ -105,21 +105,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Mountain Adventure Trek",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-mountains_1303-10814.jpg?_wi=2",
|
||||
imageAlt: "Mountain hiking adventure"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tropical Beach Paradise",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-their-sunny-holiday_23-2149283989.jpg?_wi=2",
|
||||
imageAlt: "Beach resort getaway"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Urban City Explorer",
|
||||
price: "$699",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-tourists-are-standing-middle-narrow-street-look-sights-map_613910-5633.jpg?_wi=2",
|
||||
imageAlt: "Urban city exploration"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user