Merge version_7 into main #14
@@ -118,16 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Essential", price: "$600", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
||||
features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"]
|
||||
id: "starter",
|
||||
badge: "Starter Site",
|
||||
price: "$699 Setup / $59 per month",
|
||||
subtitle: "Essential foundation for your digital presence",
|
||||
buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
||||
features: ["3-page website", "Mobile-friendly design", "Domain connection", "Hosting included", "1 revision round", "Monthly hosting, security, and small edits"]
|
||||
},
|
||||
{
|
||||
id: "growth", badge: "Popular", price: "$1000", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
||||
features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"]
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Pro ", price: "Pro ", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote", onClick: handleInquireClick }],
|
||||
features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"]
|
||||
id: "business",
|
||||
badge: "Business Growth",
|
||||
price: "$1199 Setup / $89 per month",
|
||||
subtitle: "Scale your impact with professional tools",
|
||||
buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
||||
features: ["5-page website", "Modern mobile-friendly design", "Custom branding and colors", "Testimonial section", "Gallery/portfolio section", "FAQ section", "Basic local SEO", "3 revision rounds", "Monthly hosting, small edits, and priority support"]
|
||||
}
|
||||
]}
|
||||
title="Straightforward Investment Packages"
|
||||
|
||||
Reference in New Issue
Block a user