Merge version_2 into main #2
@@ -1419,4 +1419,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Building2, Waves, Building, Mountain, Compass, Sparkles, Users, Zap } from "lucide-react";
|
||||
import { Building2, Waves, Building, Mountain, Compass, Sparkles, Users, Zap, MapPin, Camera } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -87,6 +87,69 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="tours" data-section="tours">
|
||||
<PricingCardTwo
|
||||
title="Guided Tours"
|
||||
description="Expert-led tours with professional guides and curated experiences"
|
||||
tag="Professional Guides"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "tour-1", badge: "Cultural Heritage", badgeIcon: Building,
|
||||
price: "AED 349", subtitle: "Full-Day Historical Tour", buttons: [
|
||||
{ text: "Book Tour", href: "contact" },
|
||||
{ text: "More Info", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Professional guide included", "Visit 5 historical sites", "Traditional lunch included", "Hotel pickup & drop-off", "Small group (max 10 people)", "Photo opportunities at landmarks"],
|
||||
},
|
||||
{
|
||||
id: "tour-2", badge: "Desert Exploration", badgeIcon: Compass,
|
||||
price: "AED 449", subtitle: "Evening Desert Tour", buttons: [
|
||||
{ text: "Book Tour", href: "contact" },
|
||||
{ text: "More Info", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"4x4 desert vehicle", "Sunset viewing point", "BBQ dinner under stars", "Camel ride included", "Professional photographer", "Hotel transportation included"],
|
||||
},
|
||||
{
|
||||
id: "tour-3", badge: "City Adventure", badgeIcon: MapPin,
|
||||
price: "AED 399", subtitle: "Dubai Highlights Tour", buttons: [
|
||||
{ text: "Book Tour", href: "contact" },
|
||||
{ text: "More Info", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Burj Khalifa visit", "Gold Souk exploration", "Dubai Museum tour", "Lunch at local restaurant", "Professional English-speaking guide", "All entry fees included"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="activities" data-section="activities">
|
||||
<ProductCardTwo
|
||||
title="Adventure Activities"
|
||||
description="Thrilling experiences and action-packed adventures for adrenaline seekers"
|
||||
tag="Trending Activities"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "act-1", brand: "Extreme Sports", name: "Skydiving Over Palm Jumeirah", price: "From AED 1,199", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/extreme-long-shot-two-people-sitting-top-dune_23-2148194013.jpg?_wi=1", imageAlt: "Skydiving adventure"},
|
||||
{
|
||||
id: "act-2", brand: "Water Sports", name: "Jet Ski & Parasailing Combo", price: "From AED 599", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-enjoy-leisure-around-swimming-pool-nearly-sea-beach-ocean-view-vacation_74190-14368.jpg", imageAlt: "Water sports activities"},
|
||||
{
|
||||
id: "act-3", brand: "Desert Sports", name: "Dune Bashing & Quad Biking", price: "From AED 349", rating: 5,
|
||||
reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/local-turkish-delices-tea-grand-bazar-market_1268-20173.jpg?_wi=1", imageAlt: "Desert activities"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experiences" data-section="experiences">
|
||||
<ProductCardTwo
|
||||
title="Unforgettable Experiences"
|
||||
@@ -286,4 +349,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user