diff --git a/src/app/page.tsx b/src/app/page.tsx index 94db806..468ae31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,15 +115,15 @@ export default function LandingPage() { plans={[ { id: "basic", price: "£25", name: "Weekly Wash", features: ["1 Basket", "Standard Ironing", "Free Pickup"], - buttons: [{ text: "Select Plan" }], + buttons: [{ text: "Get Started" }], }, { id: "pro", price: "£45", name: "Family Pack", features: ["3 Baskets", "Delicate Care", "Priority Service"], - buttons: [{ text: "Select Plan" }], + buttons: [{ text: "Get Started" }], }, { id: "premium", price: "£65", name: "Executive Ironing", features: ["20 Shirts", "Dry Cleaning", "Same Day Delivery"], - buttons: [{ text: "Select Plan" }], + buttons: [{ text: "Book This Plan" }], }, ]} title="Simple, Fair Pricing" @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}