5 Commits

Author SHA1 Message Date
b6c347cd09 Update src/app/page.tsx 2026-05-18 02:54:45 +00:00
0171ffa472 Merge version_6 into main
Merge version_6 into main
2026-05-16 05:18:16 +00:00
72bba42c47 Merge version_6 into main
Merge version_6 into main
2026-05-16 05:12:44 +00:00
012d8e7e8e Merge version_6 into main
Merge version_6 into main
2026-05-16 05:12:31 +00:00
c41863d756 Merge version_6 into main
Merge version_6 into main
2026-05-16 05:10:46 +00:00

View File

@@ -118,16 +118,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "starter", badge: "Essential", price: "$600", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire", onClick: handleInquireClick }], id: "starter",
features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"] 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 }], id: "business",
features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"] badge: "Business Growth",
}, price: "$1199 Setup / $89 per month",
{ subtitle: "Scale your impact with professional tools",
id: "enterprise", badge: "Pro ", price: "Pro ", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote", onClick: handleInquireClick }], buttons: [{ text: "Inquire", onClick: handleInquireClick }],
features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"] 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" title="Straightforward Investment Packages"