Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b7f614dd2 | |||
| a6aedd9980 | |||
| 23021d05e9 | |||
| 6bd0a6e023 | |||
| fe29ed0f10 | |||
| 3ff7cbd154 | |||
| a6142fb748 | |||
| 202d841021 | |||
| 92f2fdc70f | |||
| 1ca0a6f724 | |||
| a31e220f43 | |||
| 544cd27853 | |||
| 1ab16552d4 | |||
| 0d720ba1b4 | |||
| d71bcf361e | |||
| 352e198644 | |||
| 5a89f624c6 | |||
| f918d9eef3 | |||
| 6ba51a0e99 | |||
| ffeb266a3b | |||
| 5f7412b9ed | |||
| 0fab1b9985 | |||
| 028d806da0 | |||
| 0baf323e71 | |||
| 6f647fb32d | |||
| c5fcf430c7 |
@@ -193,8 +193,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<PricingCardNine
|
||||||
title="Transparent Pricing"
|
title="Let's Discuss Your Project"
|
||||||
description="Choose the perfect plan for your project. All packages include ongoing support and maintenance."
|
description="Every project is unique. Contact us for a custom quote tailored to your specific needs and requirements."
|
||||||
tag="Pricing"
|
tag="Pricing"
|
||||||
tagIcon={DollarSign}
|
tagIcon={DollarSign}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -203,15 +203,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", title: "Starter", price: "$3,500", period: "One-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-modern-website-homepage-with-clean-nav-1772808626140-2f2948c8.png?_wi=3", imageAlt: "Starter package", button: { text: "Get Started", href: "#contact" },
|
id: "starter", title: "Starter", price: "Contact for Quote", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-modern-website-homepage-with-clean-nav-1772808626140-2f2948c8.png?_wi=3", imageAlt: "Starter package", button: { text: "Request Quote", href: "#contact" },
|
||||||
features: ["5-page website", "Mobile responsive design", "Basic SEO optimization", "3 months free support"]
|
features: ["5-page website", "Mobile responsive design", "Basic SEO optimization", "3 months free support"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "professional", title: "Professional", price: "$8,500", period: "One-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-screenshot-of-a-completed-website-for--1772808625106-91872e5a.png?_wi=4", imageAlt: "Professional package", button: { text: "Choose Plan", href: "#contact" },
|
id: "professional", title: "Professional", price: "Contact for Quote", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-screenshot-of-a-completed-website-for--1772808625106-91872e5a.png?_wi=4", imageAlt: "Professional package", button: { text: "Request Quote", href: "#contact" },
|
||||||
features: ["Up to 15 pages", "Advanced SEO", "CMS Integration", "Ongoing maintenance included", "Analytics setup"]
|
features: ["Up to 15 pages", "Advanced SEO", "CMS Integration", "Ongoing maintenance included", "Analytics setup"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-completed-saas-platform-website-showin-1772808625893-c1835175.png?_wi=3", imageAlt: "Enterprise package", button: { text: "Request Quote", href: "#contact" },
|
id: "enterprise", title: "Enterprise", price: "Contact for Quote", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-completed-saas-platform-website-showin-1772808625893-c1835175.png?_wi=3", imageAlt: "Enterprise package", button: { text: "Request Quote", href: "#contact" },
|
||||||
features: ["Unlimited pages", "Custom functionality", "E-commerce integration", "Dedicated support", "Priority updates"]
|
features: ["Unlimited pages", "Custom functionality", "E-commerce integration", "Dedicated support", "Priority updates"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user