From 0783ec419d6266eb32cc467ef563f66ecb870cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:11:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }, { -- 2.49.1