3 Commits

Author SHA1 Message Date
3a6086a9b0 Merge version_3 into main
Merge version_3 into main
2026-03-15 17:31:38 +00:00
672a54e9b3 Update src/app/page.tsx 2026-03-15 17:31:34 +00:00
5781dece17 Merge version_2 into main
Merge version_2 into main
2026-03-15 17:30:01 +00:00

View File

@@ -146,7 +146,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Simple, Transparent Pricing"
description="Choose the rental plan that fits your needs. All plans include insurance, roadside assistance, and unlimited mileage."
description="Simple, Transparent Pricing — Trusted by 5,000+ customers with zero hidden fees. All plans include insurance, roadside assistance, and unlimited mileage."
tag="Pricing Plans"
tagIcon={CreditCard}
tagAnimation="slide-up"
@@ -323,4 +323,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}