Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8dc8e20a12 | |||
| de64a69339 | |||
| 782cac389b |
@@ -8,10 +8,10 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
|||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Calendar, Compass, MapPin, Smartphone, Sun, FileText, CheckCircle } from "lucide-react";
|
import { Calendar, Compass, MapPin, Smartphone, Sun, FileText, CheckCircle, ArrowRight } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -90,15 +90,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<PricingCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
title="Plan Your Growth"
|
title="Plan Your Growth"
|
||||||
description="Flexible options for users and business partners in the Jordanian tourism sector."
|
description="Flexible options for users and business partners in the Jordanian tourism sector."
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "free", title: "Explorer", price: "Free", period: "/lifetime", features: ["Custom itinerary", "Basic search", "Seasonal filters"], button: { text: "Get Started" } },
|
{ id: "free", name: "Explorer", price: "Free", features: ["Custom itinerary", "Basic search", "Seasonal filters"], buttons: [{ text: "Get Started" }] },
|
||||||
{ id: "pro", title: "Premium", price: "29 JOD", period: "/mo", features: ["Priority support", "Advanced analytics", "Custom route optimization"], button: { text: "Upgrade" } }
|
{ id: "pro", name: "Premium", price: "29 JOD", features: ["Priority support", "Advanced analytics", "Custom route optimization"], buttons: [{ text: "Upgrade" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user