diff --git a/src/app/page.tsx b/src/app/page.tsx index ea3b47b..2505158 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,22 +162,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", title: "Basic Ad", price: "$19", period: "/per month", features: [ - "1 Listing", "Standard Visibility", "Email Support"], + id: "basic", title: "Basic Ad (1 Listing)", price: "$19", period: "/per month", features: [ + "Standard Visibility", "Email Support"], button: { text: "Get Started"}, 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: "Premium Ad (5 Listings)", price: "$49", period: "/per month", features: [ + "Featured Status", "Dedicated Manager"], button: { text: "Get Started"}, 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 (Unlimited)", price: "$199", period: "/per month", features: [ + "Top Rank Visibility", "Priority Support", "BEST FOR HIGH-VOLUME"], button: { - text: "Get Started"}, + text: "Recommended"}, 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"}, ]} title="Ad Posting Plans" @@ -263,4 +263,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file