Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec4a6cf1d7 | |||
| f2e2444d0b | |||
| d85a6dcda2 | |||
| b452322256 | |||
| 1847fe2c1a | |||
| 93ca621dd4 |
@@ -162,20 +162,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Basic Ad", price: "$19", period: "/per month", features: [
|
||||
id: "basic", title: "Starter Plan", price: "$19", period: "/mo", features: [
|
||||
"1 Listing", "Standard Visibility", "Email Support"],
|
||||
button: {
|
||||
text: "Get Started"},
|
||||
text: "Choose Starter"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-photographing-camera_23-2148149927.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
id: "premium", title: "Premium Ad", price: "$49", period: "/per month", features: [
|
||||
"5 Listings", "Featured Status", "Dedicated Manager"],
|
||||
id: "premium", title: "Pro Seller", price: "$49", period: "/mo", features: [
|
||||
"5 Listings", "Featured Status", "Dedicated Account Manager"],
|
||||
button: {
|
||||
text: "Get Started"},
|
||||
text: "Choose Pro"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg?_wi=2", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
id: "enterprise", title: "Dealer Pro", price: "$199", period: "/per month", features: [
|
||||
"Unlimited Listings", "Top Rank Visibility", "Priority Support"],
|
||||
id: "enterprise", title: "Dealer Pro (Recommended)", price: "$199", period: "/mo", features: [
|
||||
"Unlimited Listings", "Priority Support", "Top-Rank Visibility (Recommended for High Volume)"],
|
||||
button: {
|
||||
text: "Get Started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg?_wi=2", imageAlt: "luxury car showcase bright street"},
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Ready to sell your vehicle?"
|
||||
description="Join thousands of satisfied sellers and get the best value for your car today."
|
||||
description="Join thousands of satisfied sellers and get the best value for your car today. Find us at: royal motors opp hdfc back sangamner road shrirampur 413709."
|
||||
buttons={[
|
||||
{
|
||||
text: "Post Your Ad"},
|
||||
@@ -263,4 +263,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user