From b536138808ae0870e40ceeaf7e5dd5e8afb3c781 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:48:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d23d69..43ac5cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,21 +153,21 @@ export default function LandingPage() { plans={[ { id: "basic", tag: "Starter", tagIcon: Sparkles, - price: "$999", period: "one-time", description: "Ideal for startups and small businesses needing a foundational online presence.", button: { + price: "$900", period: "", description: "Ideal for startups and small businesses needing a foundational online presence.", button: { text: "Choose Basic"}, featuresTitle: "Includes:", features: [ - "Custom 5-Page Website", "Responsive Design", "Basic SEO Setup", "1 Month Free Support", "Google Analytics Integration"], + "Custom 3-Page Website", "Responsive Design", "Basic SEO Setup", "1 Month Free Support", "Google Analytics Integration"], }, { id: "standard", tag: "Popular", tagIcon: Sparkles, - price: "$2499", period: "one-time", description: "Perfect for growing businesses seeking a comprehensive and engaging digital platform.", button: { + price: "$1500", period: "", description: "Perfect for growing businesses seeking a comprehensive and engaging digital platform.", button: { text: "Choose Standard"}, featuresTitle: "Includes:", features: [ - "Custom 10-Page Website", "Advanced Responsive Design", "Full SEO Optimization", "3 Months Free Support", "Content Management System", "Basic E-commerce Functionality"], + "Custom 6-Page Website", "Advanced Responsive Design", "Full SEO Optimization", "3 Months Free Support", "Content Management System", "Basic E-commerce Functionality"], }, { id: "premium", tag: "Enterprise", tagIcon: Sparkles, - price: "$4999+", period: "one-time", description: "Tailored for large enterprises and complex projects requiring bespoke solutions.", button: { + price: "$4999+", period: "", description: "Tailored for large enterprises and complex projects requiring bespoke solutions.", button: { text: "Choose Premium"}, featuresTitle: "Includes:", features: [ "Unlimited Custom Pages", "Premium Responsive Design", "Advanced SEO & Analytics", "6 Months Free Support", "Custom CRM Integration", "Full E-commerce Suite & POS", "Dedicated Project Manager"],