Update src/app/page.tsx
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user