Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -75,25 +75,9 @@ export default function AboutPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={[
|
||||
"Premium Blinds & Shades Co.",
|
||||
"Elite Window Solutions",
|
||||
"Custom Window Treatments LLC",
|
||||
"Thompson Home Furnishings",
|
||||
"Window Dreams Inc.",
|
||||
"Advanced Window Systems",
|
||||
"Luxury Blinds Studio",
|
||||
"Professional Window Coverings",
|
||||
]}
|
||||
"Premium Blinds & Shades Co.", "Elite Window Solutions", "Custom Window Treatments LLC", "Thompson Home Furnishings", "Window Dreams Inc.", "Advanced Window Systems", "Luxury Blinds Studio", "Professional Window Coverings"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-a-window-blinds-co-1773947897200-388b86b9.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-elite-window-solut-1773947896946-c70f4d07.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-custom-window-trea-1773947898564-e7e9b5ce.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-thompson-home-furn-1773947897320-591faf51.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-window-dreams-inc--1773947896715-b0a1aa60.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-advanced-window-sy-1773947898186-a2ca7629.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-luxury-blinds-stud-1773947897636-c01996fc.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-professional-windo-1773947896630-a61d28f7.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-a-window-blinds-co-1773947897200-388b86b9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-elite-window-solut-1773947896946-c70f4d07.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-custom-window-trea-1773947898564-e7e9b5ce.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-thompson-home-furn-1773947897320-591faf51.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-window-dreams-inc--1773947896715-b0a1aa60.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-advanced-window-sy-1773947898186-a2ca7629.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-luxury-blinds-stud-1773947897636-c01996fc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-logo-for-professional-windo-1773947896630-a61d28f7.png"]}
|
||||
title="Trusted by Leading Window Furnishing Businesses"
|
||||
description="WindowFlow partners with hundreds of window treatment companies across North America."
|
||||
textboxLayout="default"
|
||||
@@ -111,8 +95,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 WindowFlow. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Pricing", href: "/#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -120,8 +103,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -129,8 +111,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "API Docs", href: "#" },
|
||||
{ label: "Status Page", href: "#" },
|
||||
@@ -138,8 +119,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
@@ -45,34 +45,22 @@ export default function ContactPage() {
|
||||
sideDescription="Find answers to frequently asked questions about our platform, features, and pricing. Can't find what you're looking for? Our support team is happy to help."
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How long does it take to set up WindowFlow?",
|
||||
content: "Most businesses are up and running within 24 hours. Our onboarding team guides you through data migration and team setup. We provide comprehensive training videos and one-on-one support during the first week."
|
||||
id: "faq-1", title: "How long does it take to set up WindowFlow?", content: "Most businesses are up and running within 24 hours. Our onboarding team guides you through data migration and team setup. We provide comprehensive training videos and one-on-one support during the first week."
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I import my existing customer and order data?",
|
||||
content: "Yes, absolutely. We handle data migration from most industry platforms at no extra charge. Our technical team ensures a smooth transition with zero downtime."
|
||||
id: "faq-2", title: "Can I import my existing customer and order data?", content: "Yes, absolutely. We handle data migration from most industry platforms at no extra charge. Our technical team ensures a smooth transition with zero downtime."
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Does WindowFlow work on mobile?",
|
||||
content: "Yes. Our native mobile app is available on iOS and Android. Installers can access measurements, customer notes, and update job status in real-time from the field."
|
||||
id: "faq-3", title: "Does WindowFlow work on mobile?", content: "Yes. Our native mobile app is available on iOS and Android. Installers can access measurements, customer notes, and update job status in real-time from the field."
|
||||
},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What kind of support do you offer?",
|
||||
content: "All plans include email support. Professional and Enterprise plans include priority phone support, live chat, and a dedicated account manager. We're available Monday-Friday, 8am-6pm EST."
|
||||
id: "faq-4", title: "What kind of support do you offer?", content: "All plans include email support. Professional and Enterprise plans include priority phone support, live chat, and a dedicated account manager. We're available Monday-Friday, 8am-6pm EST."
|
||||
},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Is my data secure?",
|
||||
content: "We use enterprise-grade encryption and comply with GDPR, SOC 2, and industry standards. Regular security audits, automated backups, and 99.9% uptime guarantee keep your business running safely."
|
||||
id: "faq-5", title: "Is my data secure?", content: "We use enterprise-grade encryption and comply with GDPR, SOC 2, and industry standards. Regular security audits, automated backups, and 99.9% uptime guarantee keep your business running safely."
|
||||
},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Can I integrate WindowFlow with my other tools?",
|
||||
content: "Yes. We integrate with QuickBooks, Xero, Mailchimp, Zapier, and 100+ other business apps. Enterprise customers get custom API access for unlimited integration possibilities."
|
||||
id: "faq-6", title: "Can I integrate WindowFlow with my other tools?", content: "Yes. We integrate with QuickBooks, Xero, Mailchimp, Zapier, and 100+ other business apps. Enterprise customers get custom API access for unlimited integration possibilities."
|
||||
}
|
||||
]}
|
||||
textPosition="left"
|
||||
@@ -82,8 +70,7 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#"
|
||||
text: "Contact Support", href: "#"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -102,12 +89,10 @@ export default function ContactPage() {
|
||||
}}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#"
|
||||
text: "Start Free Trial", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "#"
|
||||
text: "Schedule a Demo", href: "#"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -123,86 +108,66 @@ export default function ContactPage() {
|
||||
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: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
185
src/app/page.tsx
185
src/app/page.tsx
@@ -49,21 +49,13 @@ export default function HomePage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-smiling-woman-1773947896814-ff54b997.png",
|
||||
alt: "Professional headshot of a smiling woman in her 40s wearing business casual clothing, clean white ba",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-smiling-woman-1773947896814-ff54b997.png", alt: "Professional headshot of a smiling woman in her 40s wearing business casual clothing, clean white ba"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-businessman-i-1773947896753-cdbbe36b.png",
|
||||
alt: "Professional headshot of a businessman in his 50s wearing business suit, clean white background, hig",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-businessman-i-1773947896753-cdbbe36b.png", alt: "Professional headshot of a businessman in his 50s wearing business suit, clean white background, hig"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-young-man-in--1773947896933-cb30fce6.png",
|
||||
alt: "Professional headshot of a young man in his 30s wearing casual business attire, clean white backgrou",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-young-man-in--1773947896933-cb30fce6.png", alt: "Professional headshot of a young man in his 30s wearing casual business attire, clean white backgrou"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-woman-in-her--1773947896966-138a36e0.png",
|
||||
alt: "Professional headshot of a woman in her 30s wearing work uniform or business casual, clean white bac",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/professional-headshot-of-a-woman-in-her--1773947896966-138a36e0.png", alt: "Professional headshot of a woman in her 30s wearing work uniform or business casual, clean white bac"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ window furnishing businesses"
|
||||
buttons={[
|
||||
@@ -94,65 +86,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "order-mgmt",
|
||||
title: "Intelligent Order Management",
|
||||
descriptions: [
|
||||
"Centralized order dashboard with real-time status tracking",
|
||||
"Automated workflow routing from quote to installation",
|
||||
"Customizable order templates for different product types",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/modern-software-dashboard-showing-order--1773947898631-5265040a.png",
|
||||
},
|
||||
id: "order-mgmt", title: "Intelligent Order Management", descriptions: [
|
||||
"Centralized order dashboard with real-time status tracking", "Automated workflow routing from quote to installation", "Customizable order templates for different product types"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/modern-software-dashboard-showing-order--1773947898631-5265040a.png"},
|
||||
{
|
||||
id: "inventory",
|
||||
title: "Real-Time Inventory Tracking",
|
||||
descriptions: [
|
||||
"Live stock level monitoring across multiple locations",
|
||||
"Automated reorder alerts when inventory runs low",
|
||||
"Barcode scanning for quick inventory updates",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/inventory-management-dashboard-showing-r-1773947898443-d7b9a951.png",
|
||||
},
|
||||
id: "inventory", title: "Real-Time Inventory Tracking", descriptions: [
|
||||
"Live stock level monitoring across multiple locations", "Automated reorder alerts when inventory runs low", "Barcode scanning for quick inventory updates"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/inventory-management-dashboard-showing-r-1773947898443-d7b9a951.png"},
|
||||
{
|
||||
id: "scheduling",
|
||||
title: "Smart Scheduling System",
|
||||
descriptions: [
|
||||
"Calendar-based appointment scheduling with automatic conflicts detection",
|
||||
"Route optimization for installer efficiency",
|
||||
"Customer reminders and rescheduling automation",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/calendar-scheduling-interface-showing-ap-1773947897432-7bba30ba.png",
|
||||
},
|
||||
id: "scheduling", title: "Smart Scheduling System", descriptions: [
|
||||
"Calendar-based appointment scheduling with automatic conflicts detection", "Route optimization for installer efficiency", "Customer reminders and rescheduling automation"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/calendar-scheduling-interface-showing-ap-1773947897432-7bba30ba.png"},
|
||||
{
|
||||
id: "measurement",
|
||||
title: "Digital Measurement Tools",
|
||||
descriptions: [
|
||||
"Photo-based measurement documentation",
|
||||
"Mobile app for on-site data collection",
|
||||
"Historical measurement library for reference",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/mobile-app-showing-window-measurement-to-1773947898271-946b41be.png",
|
||||
},
|
||||
id: "measurement", title: "Digital Measurement Tools", descriptions: [
|
||||
"Photo-based measurement documentation", "Mobile app for on-site data collection", "Historical measurement library for reference"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/mobile-app-showing-window-measurement-to-1773947898271-946b41be.png"},
|
||||
{
|
||||
id: "reporting",
|
||||
title: "Advanced Analytics Dashboard",
|
||||
descriptions: [
|
||||
"Real-time business metrics and KPI tracking",
|
||||
"Revenue forecasting and sales pipeline visibility",
|
||||
"Custom report generation and data export",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/advanced-analytics-dashboard-showing-bus-1773947897342-42df142a.png",
|
||||
},
|
||||
id: "reporting", title: "Advanced Analytics Dashboard", descriptions: [
|
||||
"Real-time business metrics and KPI tracking", "Revenue forecasting and sales pipeline visibility", "Custom report generation and data export"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/advanced-analytics-dashboard-showing-bus-1773947897342-42df142a.png"},
|
||||
{
|
||||
id: "integration",
|
||||
title: "Seamless Integrations",
|
||||
descriptions: [
|
||||
"Connect with popular accounting software",
|
||||
"CRM and email marketing platform sync",
|
||||
"Payment processor integration for instant billing",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/integration-hub-showing-multiple-connect-1773947898032-42120837.png",
|
||||
},
|
||||
id: "integration", title: "Seamless Integrations", descriptions: [
|
||||
"Connect with popular accounting software", "CRM and email marketing platform sync", "Payment processor integration for instant billing"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1l1c7xNTHi2gGoCUeRPx9S5j/integration-hub-showing-multiple-connect-1773947898032-42120837.png"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -189,58 +145,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Owner, Premium Blinds & Shades Co.",
|
||||
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=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
icon: Star,
|
||||
id: "testimonial-1", name: "Sarah Mitchell", role: "Owner, Premium Blinds & Shades Co.", 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=1", imageAlt: "Sarah Mitchell", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "James Chen",
|
||||
role: "Operations Manager, Elite Window Solutions",
|
||||
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=1",
|
||||
imageAlt: "James Chen",
|
||||
icon: Star,
|
||||
id: "testimonial-2", name: "James Chen", role: "Operations Manager, Elite Window Solutions", 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=1", imageAlt: "James Chen", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Business Owner, Custom Window Treatments LLC",
|
||||
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=1",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
icon: Star,
|
||||
id: "testimonial-3", name: "Maria Rodriguez", role: "Business Owner, Custom Window Treatments LLC", 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=1", imageAlt: "Maria Rodriguez", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "David Thompson",
|
||||
role: "Fleet Manager, Thompson Home Furnishings",
|
||||
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=1",
|
||||
imageAlt: "David Thompson",
|
||||
icon: Star,
|
||||
id: "testimonial-4", name: "David Thompson", role: "Fleet Manager, Thompson Home Furnishings", 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=1", imageAlt: "David Thompson", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Lisa Park",
|
||||
role: "Owner, Window Dreams Inc.",
|
||||
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=1",
|
||||
imageAlt: "Lisa Park",
|
||||
icon: Star,
|
||||
id: "testimonial-5", name: "Lisa Park", role: "Owner, Window Dreams Inc.", 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=1", imageAlt: "Lisa Park", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Robert Sullivan",
|
||||
role: "Sales Director, Advanced Window Systems",
|
||||
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=1",
|
||||
imageAlt: "Robert Sullivan",
|
||||
icon: Star,
|
||||
id: "testimonial-6", name: "Robert Sullivan", role: "Sales Director, Advanced Window Systems", 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=1", imageAlt: "Robert Sullivan", icon: Star,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -261,50 +181,19 @@ export default function HomePage() {
|
||||
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: "#" }]}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--background: #fbfaff;
|
||||
--card: #f7f5ff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user