Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 16:49:15 +00:00
parent c6783f1bf5
commit 5bcbf03430

View File

@@ -34,9 +34,9 @@ export default function PricingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Webuild"
brandName="smartbiz"
bottomLeftText="Digital Innovation"
bottomRightText="hello@webuild.dev"
bottomRightText="hello@smartbiz.dev"
/>
</div>
@@ -50,54 +50,19 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
title: "Starter",
price: "$2,999",
period: "one-time",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/designer-working-on-responsive-website-m-1772556087273-060ae977.png?_wi=2",
imageAlt: "Starter plan",
button: { text: "Get Started", href: "/contact" },
id: "starter", title: "Starter", price: "$2,999", period: "one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/designer-working-on-responsive-website-m-1772556087273-060ae977.png?_wi=2", imageAlt: "Starter plan", button: { text: "Get Started", href: "/contact" },
features: [
"5-page website",
"Responsive design",
"Basic SEO optimization",
"Contact form",
"3 months support",
],
"5-page website", "Responsive design", "Basic SEO optimization", "Contact form", "3 months support"],
},
{
id: "professional",
title: "Professional",
price: "$7,999",
period: "one-time",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/developer-coding-modern-web-applications-1772556086863-87ad7072.png?_wi=2",
imageAlt: "Professional plan",
button: { text: "Get Started", href: "/contact" },
id: "professional", title: "Professional", price: "$7,999", period: "one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/developer-coding-modern-web-applications-1772556086863-87ad7072.png?_wi=2", imageAlt: "Professional plan", button: { text: "Get Started", href: "/contact" },
features: [
"Unlimited pages",
"Custom design",
"Advanced SEO",
"E-commerce integration",
"Automation setup",
"12 months support",
],
"Unlimited pages", "Custom design", "Advanced SEO", "E-commerce integration", "Automation setup", "12 months support"],
},
{
id: "enterprise",
title: "Enterprise",
price: "Custom",
period: "quote",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/abstract-visualization-of-website-automa-1772556087854-f79afd8a.png?_wi=2",
imageAlt: "Enterprise plan",
button: { text: "Contact Us", href: "/contact" },
id: "enterprise", title: "Enterprise", price: "Custom", period: "quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/abstract-visualization-of-website-automa-1772556087854-f79afd8a.png?_wi=2", imageAlt: "Enterprise plan", button: { text: "Contact Us", href: "/contact" },
features: [
"Fully custom solution",
"Complex integrations",
"API development",
"Advanced automation",
"Dedicated support team",
"Ongoing optimization",
],
"Fully custom solution", "Complex integrations", "API development", "Advanced automation", "Dedicated support team", "Ongoing optimization"],
},
]}
/>
@@ -110,41 +75,23 @@ export default function PricingPage() {
tag="FAQ"
faqs={[
{
id: "1",
title: "What payment methods do you accept?",
content:
"We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and PayPal. We can also set up custom payment plans for enterprise projects.",
},
id: "1", title: "What payment methods do you accept?", content:
"We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and PayPal. We can also set up custom payment plans for enterprise projects."},
{
id: "2",
title: "Can you customize a plan for my specific needs?",
content:
"Absolutely! Our pricing plans are starting points. We can customize any plan to include additional features, integrations, or services. Contact us for a personalized quote.",
},
id: "2", title: "Can you customize a plan for my specific needs?", content:
"Absolutely! Our pricing plans are starting points. We can customize any plan to include additional features, integrations, or services. Contact us for a personalized quote."},
{
id: "3",
title: "What happens after the initial project is complete?",
content:
"All our plans include ongoing support. For the Starter plan, you get 3 months of support. Professional includes 12 months. After that, we offer maintenance packages starting at $299/month.",
},
id: "3", title: "What happens after the initial project is complete?", content:
"All our plans include ongoing support. For the Starter plan, you get 3 months of support. Professional includes 12 months. After that, we offer maintenance packages starting at $299/month."},
{
id: "4",
title: "Are there any hidden fees?",
content:
"No hidden fees. What we quote is what you pay. The price includes all services mentioned in the plan. Any additional requests beyond the scope will be discussed and quoted separately.",
},
id: "4", title: "Are there any hidden fees?", content:
"No hidden fees. What we quote is what you pay. The price includes all services mentioned in the plan. Any additional requests beyond the scope will be discussed and quoted separately."},
{
id: "5",
title: "Do you offer discounts for long-term partnerships?",
content:
"Yes! For clients interested in ongoing partnerships and multiple projects, we offer volume discounts and preferential pricing. Let's discuss your long-term goals.",
},
id: "5", title: "Do you offer discounts for long-term partnerships?", content:
"Yes! For clients interested in ongoing partnerships and multiple projects, we offer volume discounts and preferential pricing. Let's discuss your long-term goals."},
{
id: "6",
title: "What's included in the support period?",
content:
"Support includes bug fixes, security updates, performance monitoring, minor feature enhancements, and technical assistance. Major feature additions may be quoted separately.",
},
id: "6", title: "What's included in the support period?", content:
"Support includes bug fixes, security updates, performance monitoring, minor feature enhancements, and technical assistance. Major feature additions may be quoted separately."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -173,15 +120,15 @@ export default function PricingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Webuild"
copyrightText="© 2025 Webuild. All rights reserved. Crafting the future of web development."
logoText="smartbiz"
copyrightText="© 2025 smartbiz. All rights reserved. Crafting the future of web development."
socialLinks={[
{ icon: Github, href: "https://github.com/webuild", ariaLabel: "GitHub" },
{ icon: Linkedin, href: "https://linkedin.com/company/webuild", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/webuilddev", ariaLabel: "Twitter" },
{ icon: Github, href: "https://github.com/smartbiz", ariaLabel: "GitHub" },
{ icon: Linkedin, href: "https://linkedin.com/company/smartbiz", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/smartbizdev", ariaLabel: "Twitter" },
]}
/>
</div>
</ThemeProvider>
);
}
}