From 40c31383cf2e2ff3db705dd882d4db55e492b4ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 23:18:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21a706c..88269d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,7 +191,7 @@ export default function LandingPage() { id: "starter", tag: "Starter", tagIcon: Zap, price: "$998", period: "one-time", description: "Perfect for small businesses and startups looking to establish their online presence", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "5 custom pages (Home, About, Services, Contact, Blog)", "Mobile responsive design", "Basic SEO optimization", "Contact form & analytics setup", "SSL certificate & hosting (1 year)", "Email support & 2 rounds of revisions", "Originally $1,500 - Limited time offer" + "5 custom pages (Home, About, Services, Contact, Blog)", "Mobile responsive design", "Basic SEO optimization", "Contact form & analytics setup", "SSL certificate & hosting (1 year)", "Email support & 2 rounds of revisions", "Originally $1,500 - Limited time offer" ] }, { @@ -267,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1