2 Commits

Author SHA1 Message Date
3239b4458b Update src/app/page.tsx 2026-04-22 12:12:00 +00:00
53b1fc6fd4 Merge version_2 into main
Merge version_2 into main
2026-04-22 12:09:23 +00:00

View File

@@ -176,20 +176,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ 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"], "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"], "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"], "Custom App Design", "High-Priority Support", "Advanced Analytics"],
}, },
]} ]}
title="Simple Pricing" title="Simple Pricing"
description="Transparent rates for all your design projects." description="Tailored rates for all your design projects."
/> />
</div> </div>
@@ -278,4 +278,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }