Update src/app/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg?_wi=1"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Water Experiences",
|
||||
price: "From $200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Land Adventures",
|
||||
price: "From $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg?_wi=2",
|
||||
imageAlt: "luxury boat tour calm lake",
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg?_wi=2",
|
||||
imageAlt: "luxury boat tour calm lake",
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg?_wi=2",
|
||||
imageAlt: "luxury boat tour calm lake",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user