diff --git a/src/app/page.tsx b/src/app/page.tsx index 9040e33..5157c09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,15 +161,15 @@ export default function LandingPage() { ]} plans={[ { - id: "beginner", badge: "Entry", price: "$49", subtitle: "Perfect first tank set", features: [ + id: "beginner", badge: "Starter Haven", price: "$49", subtitle: "Perfect first tank set", features: [ "5 Neon Tetras", "Starter Food", "Water Conditioner"], }, { - id: "pro", badge: "Pro", price: "$149", subtitle: "For serious hobbyists", features: [ + id: "pro", badge: "Advanced Setup", price: "$149", subtitle: "For serious hobbyists", features: [ "10 Exotic Fish", "High-End Food", "Cleaning Kit", "Guidebook"], }, { - id: "expert", badge: "Collector", price: "$299", subtitle: "Premium species pack", features: [ + id: "expert", badge: "Collector's Oasis", price: "$299", subtitle: "Premium species pack", features: [ "Custom Selection", "Discus Pack", "Premium Aquarium Salts", "Expert Support"], }, ]}