6 Commits

Author SHA1 Message Date
ec4a6cf1d7 Update src/app/page.tsx 2026-04-28 09:14:01 +00:00
f2e2444d0b Merge version_2 into main
Merge version_2 into main
2026-04-28 09:11:10 +00:00
d85a6dcda2 Update src/app/page.tsx 2026-04-28 09:11:07 +00:00
b452322256 Merge version_1 into main
Merge version_1 into main
2026-04-28 09:10:15 +00:00
1847fe2c1a Merge version_1 into main
Merge version_1 into main
2026-04-28 09:09:46 +00:00
93ca621dd4 Merge version_1 into main
Merge version_1 into main
2026-04-28 09:09:07 +00:00

View File

@@ -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>
);
}
}