Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c27e99ef68 | |||
| 2aa19cf352 | |||
| 910fea55dc | |||
| ddca8cd0b7 | |||
| 6ee40f6ed1 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Tours", id: "products"},
|
||||
name: "Tour", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
avatarText="Trusted by 10,000+ travelers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Tours", href: "#products"},
|
||||
text: "Explore Tour", href: "#products"},
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
@@ -126,8 +126,8 @@ export default function LandingPage() {
|
||||
"Certified experts", "Emergency support", "Insurance coverage"],
|
||||
},
|
||||
{
|
||||
id: "f3", label: "Local Expertise", title: "Local Knowledge", items: [
|
||||
"Native guides", "Cultural insights", "Hidden gems"],
|
||||
id: "f3", label: "Local Insights", title: "Local Knowledge", items: [
|
||||
"Native guides", "Cultural nuances", "Exclusive access"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Jabal Adventures"
|
||||
@@ -144,19 +144,9 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Everest Base Camp", price: "$4,500", variant: "Extreme", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-climbing-rocks_23-2148743995.jpg"},
|
||||
{
|
||||
id: "p2", name: "Arabian Sands Safari", price: "$2,200", variant: "Desert", imageSrc: "http://img.b2bpic.net/free-photo/young-hot-summer-prairie-sunny_1253-372.jpg"},
|
||||
{
|
||||
id: "p3", name: "Alpine Trekking Tour", price: "$3,100", variant: "Mountain", imageSrc: "http://img.b2bpic.net/free-photo/tourist-resting-mountain-peak_1398-1008.jpg"},
|
||||
{
|
||||
id: "p4", name: "Deep Jungle Escape", price: "$2,800", variant: "Nature", imageSrc: "http://img.b2bpic.net/free-photo/hiker-posing-big-tree_23-2147683111.jpg"},
|
||||
{
|
||||
id: "p5", name: "Historical City Walk", price: "$1,500", variant: "Culture", imageSrc: "http://img.b2bpic.net/free-photo/crop-women-with-backpacks_23-2147814292.jpg"},
|
||||
{
|
||||
id: "p6", name: "Coastal Cliffs Hike", price: "$1,900", variant: "Ocean", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-honeymoon-greece-mountains_1303-15042.jpg"},
|
||||
]}
|
||||
title="Our Featured Expeditions"
|
||||
description="Hand-picked destinations for the modern explorer looking for something truly unique."
|
||||
title="Our Featured Expedition"
|
||||
description="A hand-picked destination for the modern explorer looking for something truly unique."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,14 +156,6 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Essential", price: "$1,200", subtitle: "For independent explorers", features: [
|
||||
"Standard support", "Shared group", "Daily breakfast"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Basic", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Premium", price: "$2,800", subtitle: "For comfort seekers", features: [
|
||||
"Full support", "Private transport", "All-inclusive meals"],
|
||||
@@ -183,15 +165,15 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "vip", badge: "Elite", price: "$5,000", subtitle: "The ultimate luxury", features: [
|
||||
"VIP guidance", "Luxury resorts", "Tailor-made itineraries"],
|
||||
id: "ras-sedr", badge: "New", price: "2,000 LE", subtitle: "Single Trip", features: [
|
||||
"Transportation included", "Full equipment support", "Professional guide"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Elite", href: "#contact"},
|
||||
text: "Book Ras Sedr", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Flexible Travel Plans"
|
||||
title="Tailored Travel Plan"
|
||||
description="Choose the level of service that perfectly matches your adventure requirements."
|
||||
/>
|
||||
</div>
|
||||
@@ -259,4 +241,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user