5 Commits

Author SHA1 Message Date
2e9b5d32bd Update src/app/page.tsx 2026-03-16 18:19:52 +00:00
f88f8cb325 Merge version_2 into main
Merge version_2 into main
2026-03-16 18:16:38 +00:00
6f9de07e93 Update src/app/page.tsx 2026-03-16 18:16:35 +00:00
03c832a6af Merge version_1 into main
Merge version_1 into main
2026-03-16 18:15:11 +00:00
62e005c4fe Merge version_1 into main
Merge version_1 into main
2026-03-16 18:14:34 +00:00

View File

@@ -65,12 +65,6 @@ export default function LandingPage() {
"Custom professional landing page design", "Fully mobile responsive", "Contact / inquiry form", "Basic speed optimization", "Deployment"
]
},
{
id: "addon-pages", badge: "Optional", badgeIcon: Plus,
price: "$120", subtitle: "Additional Pages (per page)", features: [
"Custom page design", "Mobile responsive", "Integrated with main site", "SEO-friendly structure"
]
},
{
id: "addon-cms", badge: "Popular", badgeIcon: Star,
price: "$400", subtitle: "CMS Integration", features: [
@@ -78,17 +72,23 @@ export default function LandingPage() {
]
},
{
id: "addon-seo", badge: "Optional", badgeIcon: Plus,
id: "addon-seo", badge: "High-Value", badgeIcon: Star,
price: "$600", subtitle: "Advanced SEO Setup", features: [
"Technical SEO optimization", "Keyword research & optimization", "XML sitemap generation", "Meta tags & structured data"
]
},
{
id: "addon-crm", badge: "Optional", badgeIcon: Plus,
id: "addon-crm", badge: "High-Value", badgeIcon: Star,
price: "$250", subtitle: "CRM & Integrations", features: [
"Google Suite integration", "HubSpot, Zoho, Mailchimp", "Zapier automation", "Custom API connections"
]
},
{
id: "addon-pages", badge: "Optional", badgeIcon: Plus,
price: "$120", subtitle: "Additional Pages (per page)", features: [
"Custom page design", "Mobile responsive", "Integrated with main site", "SEO-friendly structure"
]
},
{
id: "addon-leads", badge: "Optional", badgeIcon: Plus,
price: "$200", subtitle: "Lead Capture System", features: [
@@ -111,8 +111,8 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="blur-reveal"
inputPlaceholder="your@email.com"
buttonText="Request My Quote"
termsText="By clicking Request My Quote, you agree to our Terms of Service and Privacy Policy. We'll contact you within 24 hours."
buttonText="Get My Proposal"
termsText="By submitting, you agree to our Terms and Privacy Policy."
/>
</div>
@@ -150,4 +150,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}