Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e9b5d32bd | |||
| f88f8cb325 | |||
| 6f9de07e93 | |||
| 03c832a6af | |||
| 62e005c4fe |
@@ -65,12 +65,6 @@ export default function LandingPage() {
|
|||||||
"Custom professional landing page design", "Fully mobile responsive", "Contact / inquiry form", "Basic speed optimization", "Deployment"
|
"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,
|
id: "addon-cms", badge: "Popular", badgeIcon: Star,
|
||||||
price: "$400", subtitle: "CMS Integration", features: [
|
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: [
|
price: "$600", subtitle: "Advanced SEO Setup", features: [
|
||||||
"Technical SEO optimization", "Keyword research & optimization", "XML sitemap generation", "Meta tags & structured data"
|
"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: [
|
price: "$250", subtitle: "CRM & Integrations", features: [
|
||||||
"Google Suite integration", "HubSpot, Zoho, Mailchimp", "Zapier automation", "Custom API connections"
|
"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,
|
id: "addon-leads", badge: "Optional", badgeIcon: Plus,
|
||||||
price: "$200", subtitle: "Lead Capture System", features: [
|
price: "$200", subtitle: "Lead Capture System", features: [
|
||||||
@@ -111,8 +111,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Request My Quote"
|
buttonText="Get My Proposal"
|
||||||
termsText="By clicking Request My Quote, you agree to our Terms of Service and Privacy Policy. We'll contact you within 24 hours."
|
termsText="By submitting, you agree to our Terms and Privacy Policy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user