Bob AI: remove pricing section
This commit is contained in:
@@ -5,7 +5,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
@@ -113,41 +112,6 @@ export default function CarRentalPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardOne
|
|
||||||
title="Simple Transparent Pricing"
|
|
||||||
description="Choose the perfect rental plan for your needs with no hidden fees"
|
|
||||||
tag="Flexible Plans"
|
|
||||||
tagIcon={Zap}
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
animationType="slide-up"
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "daily", badge: "Popular", badgeIcon: Sparkles,
|
|
||||||
price: "$45-120", subtitle: "Perfect for short trips", features: [
|
|
||||||
"Unlimited mileage", "Free cancellation", "Flexible return", "Roadside assistance"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "weekly", badge: "Best Value", badgeIcon: Award,
|
|
||||||
price: "$280-750", subtitle: "Great for week-long travels", features: [
|
|
||||||
"30% discount on daily rate", "Free upgrades available", "Complimentary delivery", "Priority support"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "monthly", badge: "Business", badgeIcon: TrendingUp,
|
|
||||||
price: "$900-2400", subtitle: "Extended rental solutions", features: [
|
|
||||||
"50% discount on daily rate", "Dedicated account manager", "Flexible swap options", "Corporate invoicing"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{ text: "Get Special Offer", href: "#contact" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="process" data-section="process">
|
<div id="process" data-section="process">
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="CarsRent by Numbers"
|
title="CarsRent by Numbers"
|
||||||
|
|||||||
Reference in New Issue
Block a user