diff --git a/src/app/page.tsx b/src/app/page.tsx index 0655482..ec3019f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function WebsiteBuilderPage() { useInvertedBackground={false} plans={[ { - id: "basic", name: "Starter", price: "$19/mo", buttons: [{ text: "Get Started" }], + id: "basic", name: "Starter", price: "1 month free", buttons: [{ text: "Get Started" }], features: ["1 Custom Domain", "Drag & Drop Editor", "Basic Hosting"] }, {