Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg?_wi=2",
|
||||
imageAlt: "logistics professionals airport",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg?_wi=1",
|
||||
imageAlt: "logistics professionals airport",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg?_wi=1",
|
||||
imageAlt: "logistics professionals airport",
|
||||
},
|
||||
]}
|
||||
@@ -203,13 +203,13 @@ export default function LandingPage() {
|
||||
id: "g1",
|
||||
name: "Airport Cargo",
|
||||
price: "Secure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Runway Operations",
|
||||
price: "Efficiency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
|
||||
Reference in New Issue
Block a user