Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0785682cb1 | |||
| 3239b4458b | |||
| 53b1fc6fd4 |
@@ -176,20 +176,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Entry", price: "$1,500", subtitle: "Perfect for landing pages.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
|
||||
id: "basic", badge: "Entry", price: "-", subtitle: "Start a conversation with us.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
|
||||
"Responsive Layout", "Basic SEO", "Mobile Optimized"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Popular", price: "$3,500", subtitle: "Best for growing startups.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
|
||||
id: "pro", badge: "Popular", price: "-", subtitle: "Let's discuss your goals.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
|
||||
"Complete Website", "CMS Integration", "Brand Guidelines"],
|
||||
},
|
||||
{
|
||||
id: "expert", badge: "Enterprise", price: "$6,000+", subtitle: "Full digital strategy.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
|
||||
id: "expert", badge: "Enterprise", price: "-", subtitle: "Full digital strategy.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
|
||||
"Custom App Design", "High-Priority Support", "Advanced Analytics"],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Transparent rates for all your design projects."
|
||||
description="Tailored rates for all your design projects."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -278,4 +278,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user