diff --git a/src/app/page.tsx b/src/app/page.tsx index bdc2d3c..2e58cdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,8 +111,8 @@ export default function LandingPage() { ] }, { - id: "medium", badge: "Best Value", badgeIcon: Star, - price: "$299", subtitle: "Half Truck Load", features: [ + id: "medium", badge: "Best Value - Limited", badgeIcon: Star, + price: "$299", subtitle: "Half Truck Load - Save 20% this week", features: [ "Up to half truck capacity", "Fast scheduling", "Full service team", "Furniture & appliance removal", "Eco-friendly recycling" ] }, @@ -282,4 +282,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file