Update src/app/pricing/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Crown, Zap, Star, Rocket } from "lucide-react";
|
||||
import { Sparkles, Crown, Zap, Star, Rocket, DollarSign } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
@@ -52,56 +52,27 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$299",
|
||||
subtitle: "Per month (billed annually)",
|
||||
features: [
|
||||
"Up to 100 orders/month",
|
||||
"5 team members",
|
||||
"Basic inventory tracking",
|
||||
"Email support",
|
||||
"Mobile app access"
|
||||
id: "starter", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$299", subtitle: "Per month (billed annually)", features: [
|
||||
"Up to 100 orders/month", "5 team members", "Basic inventory tracking", "Email support", "Mobile app access"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Crown,
|
||||
price: "$799",
|
||||
subtitle: "Per month (billed annually)",
|
||||
features: [
|
||||
"Up to 500 orders/month",
|
||||
"20 team members",
|
||||
"Advanced inventory management",
|
||||
"Priority phone & email support",
|
||||
"Custom reporting",
|
||||
"API access",
|
||||
"Workflow automation"
|
||||
id: "professional", badge: "Best Value", badgeIcon: Crown,
|
||||
price: "$799", subtitle: "Per month (billed annually)", features: [
|
||||
"Up to 500 orders/month", "20 team members", "Advanced inventory management", "Priority phone & email support", "Custom reporting", "API access", "Workflow automation"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Scale",
|
||||
badgeIcon: Zap,
|
||||
price: "Custom",
|
||||
subtitle: "Contact sales for pricing",
|
||||
features: [
|
||||
"Unlimited orders",
|
||||
"Unlimited team members",
|
||||
"Multi-location support",
|
||||
"Dedicated account manager",
|
||||
"Custom integrations",
|
||||
"White-label options",
|
||||
"Advanced analytics suite"
|
||||
id: "enterprise", badge: "For Scale", badgeIcon: Zap,
|
||||
price: "Custom", subtitle: "Contact sales for pricing", features: [
|
||||
"Unlimited orders", "Unlimited team members", "Multi-location support", "Dedicated account manager", "Custom integrations", "White-label options", "Advanced analytics suite"
|
||||
]
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Free",
|
||||
href: "#"
|
||||
text: "Get Started Free", href: "#"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -120,65 +91,28 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Owner",
|
||||
testimonial: "WindowFlow cut our administrative time in half. We're now handling 3x more orders without hiring additional staff. The scheduling system alone has been a game-changer.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-woman-in-her--1773947897163-7e4ec623.png?_wi=2",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
icon: Star
|
||||
id: "testimonial-1", name: "Sarah Mitchell", role: "Owner", testimonial: "WindowFlow cut our administrative time in half. We're now handling 3x more orders without hiring additional staff. The scheduling system alone has been a game-changer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-woman-in-her--1773947897163-7e4ec623.png?_wi=2", imageAlt: "Sarah Mitchell", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "James Chen",
|
||||
role: "Operations Manager",
|
||||
testimonial: "The inventory management features are exceptional. We eliminated stockouts completely, and our installers spend more time on actual jobs instead of searching for materials.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-an-asian-man-in-1773947900138-3dc5e5ec.png?_wi=2",
|
||||
imageAlt: "James Chen",
|
||||
icon: Star
|
||||
id: "testimonial-2", name: "James Chen", role: "Operations Manager", testimonial: "The inventory management features are exceptional. We eliminated stockouts completely, and our installers spend more time on actual jobs instead of searching for materials.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-an-asian-man-in-1773947900138-3dc5e5ec.png?_wi=2", imageAlt: "James Chen", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Business Owner",
|
||||
testimonial: "Best investment we've made for our business. The analytics dashboard gives us real visibility into our operations. We've increased margins by 15% in just 6 months.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-latina-woman--1773947898316-b3bcf80e.png?_wi=2",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
icon: Star
|
||||
id: "testimonial-3", name: "Maria Rodriguez", role: "Business Owner", testimonial: "Best investment we've made for our business. The analytics dashboard gives us real visibility into our operations. We've increased margins by 15% in just 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-latina-woman--1773947898316-b3bcf80e.png?_wi=2", imageAlt: "Maria Rodriguez", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "David Thompson",
|
||||
role: "Fleet Manager",
|
||||
testimonial: "The mobile app makes fieldwork so much easier. Our installers can access measurements, specs, and customer notes instantly. Customer satisfaction has gone way up.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-man-in-his-50-1773947898485-de5c70dc.png?_wi=2",
|
||||
imageAlt: "David Thompson",
|
||||
icon: Star
|
||||
id: "testimonial-4", name: "David Thompson", role: "Fleet Manager", testimonial: "The mobile app makes fieldwork so much easier. Our installers can access measurements, specs, and customer notes instantly. Customer satisfaction has gone way up.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-man-in-his-50-1773947898485-de5c70dc.png?_wi=2", imageAlt: "David Thompson", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Lisa Park",
|
||||
role: "Owner",
|
||||
testimonial: "Customer support is outstanding. They understand our industry and constantly improve the platform based on feedback. We've become more profitable and efficient.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-woman-in-her--1773947897177-dea0dd9a.png?_wi=2",
|
||||
imageAlt: "Lisa Park",
|
||||
icon: Star
|
||||
id: "testimonial-5", name: "Lisa Park", role: "Owner", testimonial: "Customer support is outstanding. They understand our industry and constantly improve the platform based on feedback. We've become more profitable and efficient.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-woman-in-her--1773947897177-dea0dd9a.png?_wi=2", imageAlt: "Lisa Park", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Robert Sullivan",
|
||||
role: "Sales Director",
|
||||
testimonial: "The CRM integration lets us track the entire customer journey. Follow-ups are automated, and we're closing deals faster. This system pays for itself many times over.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-man-in-his-40-1773947897714-deceab57.png?_wi=2",
|
||||
imageAlt: "Robert Sullivan",
|
||||
icon: Star
|
||||
id: "testimonial-6", name: "Robert Sullivan", role: "Sales Director", testimonial: "The CRM integration lets us track the entire customer journey. Follow-ups are automated, and we're closing deals faster. This system pays for itself many times over.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-man-in-his-40-1773947897714-deceab57.png?_wi=2", imageAlt: "Robert Sullivan", icon: Star
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Stories",
|
||||
href: "#"
|
||||
text: "Read More Stories", href: "#"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -197,12 +131,10 @@ export default function PricingPage() {
|
||||
}}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#"
|
||||
text: "Start Free Trial", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "#"
|
||||
text: "Schedule a Demo", href: "#"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -218,86 +150,66 @@ export default function PricingPage() {
|
||||
copyrightText="© 2025 WindowFlow. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "/features"
|
||||
label: "Features", href: "/features"
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing"
|
||||
label: "Pricing", href: "/pricing"
|
||||
},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#"
|
||||
label: "Security", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Roadmap",
|
||||
href: "#"
|
||||
label: "Roadmap", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about"
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#"
|
||||
label: "Blog", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#"
|
||||
label: "Careers", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact"
|
||||
label: "Contact", href: "/contact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#"
|
||||
label: "Help Center", href: "#"
|
||||
},
|
||||
{
|
||||
label: "API Docs",
|
||||
href: "#"
|
||||
label: "API Docs", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Status Page",
|
||||
href: "#"
|
||||
label: "Status Page", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#"
|
||||
label: "Support", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#"
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#"
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#"
|
||||
label: "Cookie Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#"
|
||||
label: "Compliance", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -306,7 +218,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
// Import icon for pricing badge
|
||||
import { DollarSign } from "lucide-react";
|
||||
}
|
||||
Reference in New Issue
Block a user