Update src/app/page.tsx
This commit is contained in:
@@ -92,17 +92,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Beach Resorts",
|
||||
description: "Relax in the finest luxury beachfront villas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Alpine Retreats",
|
||||
description: "Experience serenity in exclusive mountain cabins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "City Wonders",
|
||||
description: "Immerse yourself in history and architectural beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Unforgettable Destinations"
|
||||
@@ -121,10 +121,10 @@ export default function LandingPage() {
|
||||
title: "Selection",
|
||||
description: "Choose your ideal adventure path.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-travelling-set_23-2148043605.jpg?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -132,10 +132,10 @@ export default function LandingPage() {
|
||||
title: "Passport Ready",
|
||||
description: "Handle all documentation with ease.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/map-other-travel-elements-set-flat-design_23-2147644098.jpg?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -143,10 +143,10 @@ export default function LandingPage() {
|
||||
title: "Flight Takeoff",
|
||||
description: "The journey starts the moment you fly.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148426149.jpg?_wi=2",
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -167,21 +167,21 @@ export default function LandingPage() {
|
||||
title: "Tailored Trips",
|
||||
description: "Made exactly for you.",
|
||||
tag: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-ocean-beach_74190-6853.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Global Access",
|
||||
description: "Reach the unreachable.",
|
||||
tag: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snow-covered-houses_198169-209.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Cultural Depth",
|
||||
description: "Local secrets revealed.",
|
||||
tag: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picturesque-view-old-catalan-town_1398-3240.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Expertly Guided Trips"
|
||||
|
||||
Reference in New Issue
Block a user