Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
{ name: "Sophia Rossi", handle: "@wanderlust_sophie", testimonial: "Unparalleled luxury and the best wildlife sightings ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-touches-her-silk-brown-scarf-attractive-young-girl-eyeglasses-white-blouse-smiles-outside_197531-27109.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Start Adventure", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-dingo-looking-towards-camera-field_181624-41702.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-dingo-looking-towards-camera-field_181624-41702.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/aerial-drone-view-beautiful-land_23-2148346118.jpg", alt: "Portrait 1" },
|
||||
@@ -122,8 +122,8 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
plans={[
|
||||
{ id: "explorer", title: "Explorer", price: "$99", period: "/mo", features: ["VIP support", "Early access"], button: { text: "Join Now" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oq29xn", imageAlt: "luxury travel brand logo" },
|
||||
{ id: "adventurer", title: "Adventurer", price: "$299", period: "/mo", features: ["Private guide", "All-access"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-dingo-looking-towards-camera-field_181624-41702.jpg", imageAlt: "luxury travel brand logo" },
|
||||
{ id: "legend", title: "Legend", price: "$899", period: "/mo", features: ["Custom itinerary", "Unlimited"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/rope-carabiners-ground_23-2147665093.jpg", imageAlt: "luxury travel brand logo" }
|
||||
{ id: "adventurer", title: "Adventurer", price: "$299", period: "/mo", features: ["Private guide", "All-access"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-dingo-looking-towards-camera-field_181624-41702.jpg?_wi=2", imageAlt: "luxury travel brand logo" },
|
||||
{ id: "legend", title: "Legend", price: "$899", period: "/mo", features: ["Custom itinerary", "Unlimited"], button: { text: "Join Now" }, imageSrc: "http://img.b2bpic.net/free-photo/rope-carabiners-ground_23-2147665093.jpg?_wi=1", imageAlt: "luxury travel brand logo" }
|
||||
]}
|
||||
title="Elite Membership"
|
||||
description="Unlock premium benefits, priority access, and exclusive rewards."
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
team={[
|
||||
{ id: "1", name: "Kofi A.", role: "Head Guide", imageSrc: "http://img.b2bpic.net/free-photo/rope-carabiners-ground_23-2147665093.jpg" },
|
||||
{ id: "1", name: "Kofi A.", role: "Head Guide", imageSrc: "http://img.b2bpic.net/free-photo/rope-carabiners-ground_23-2147665093.jpg?_wi=2" },
|
||||
{ id: "2", name: "Amara B.", role: "Wildlife Specialist", imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685503.jpg" },
|
||||
{ id: "3", name: "Zola M.", role: "Expert Scout", imageSrc: "http://img.b2bpic.net/free-photo/tiny-sparrow-standing-grass-field-sunlight_181624-45238.jpg" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user