Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-19 20:32:35 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}