Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
353
src/app/page.tsx
353
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Building, Flag, Quote, Search, Shield, User, Users, XCircle } from "lucide-react";
|
||||
import { Activity, BarChart, Building, DollarSign, Flag, GitPullRequest, Quote, Search, Shield, User, Users, XCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,30 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Framework",
|
||||
id: "#framework",
|
||||
},
|
||||
name: "Framework", id: "#framework"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Demo",
|
||||
id: "#demo",
|
||||
},
|
||||
name: "Demo", id: "#demo"},
|
||||
]}
|
||||
button={{
|
||||
text: "Try the Demo",
|
||||
href: "#demo",
|
||||
}}
|
||||
text: "Try the Demo", href: "#demo"}}
|
||||
brandName="PAF Model Tool"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,79 +53,44 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Unlock Construction Quality Excellence with PAF"
|
||||
description="Leverage the BS 6143-2 framework to identify, analyze, and optimize quality costs across your projects. Data-driven insights for smarter construction management."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "@SJohnson_CM",
|
||||
testimonial: "The PAF Model Tool has revolutionized how we track and manage quality costs. A game-changer for project profitability and compliance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg",
|
||||
},
|
||||
name: "Sarah Johnson", handle: "@SJohnson_CM", testimonial: "The PAF Model Tool has revolutionized how we track and manage quality costs. A game-changer for project profitability and compliance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg"},
|
||||
{
|
||||
name: "Dr. Mark Chen",
|
||||
handle: "@DrChen_CE",
|
||||
testimonial: "As an academic, I appreciate the robust implementation of BS 6143-2. This tool is invaluable for both research and practical application.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
},
|
||||
name: "Dr. Mark Chen", handle: "@DrChen_CE", testimonial: "As an academic, I appreciate the robust implementation of BS 6143-2. This tool is invaluable for both research and practical application.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg"},
|
||||
{
|
||||
name: "Emily Davis",
|
||||
handle: "@EmilyD_QC",
|
||||
testimonial: "Pinpointing areas of waste due to poor quality has never been easier. The insights are actionable and have significantly improved our processes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
},
|
||||
name: "Emily Davis", handle: "@EmilyD_QC", testimonial: "Pinpointing areas of waste due to poor quality has never been easier. The insights are actionable and have significantly improved our processes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@DavidK_Const",
|
||||
testimonial: "The interactive Pareto analysis is incredibly powerful. We quickly identify and address the most critical cost drivers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-office_23-2148242969.jpg",
|
||||
},
|
||||
name: "David Kim", handle: "@DavidK_Const", testimonial: "The interactive Pareto analysis is incredibly powerful. We quickly identify and address the most critical cost drivers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-office_23-2148242969.jpg"},
|
||||
{
|
||||
name: "Jessica Lee",
|
||||
handle: "@JessicaLee_PM",
|
||||
testimonial: "Our team's efficiency in quality cost reporting has improved dramatically. This tool is essential for any modern construction firm.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg",
|
||||
},
|
||||
name: "Jessica Lee", handle: "@JessicaLee_PM", testimonial: "Our team's efficiency in quality cost reporting has improved dramatically. This tool is essential for any modern construction firm.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Started", href: "#pricing"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#framework",
|
||||
},
|
||||
text: "Learn More", href: "#framework"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-showing-approval_23-2148269353.jpg",
|
||||
alt: "Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-showing-approval_23-2148269353.jpg", alt: "Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
|
||||
alt: "Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", alt: "Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-making-hand-gesture-with-laptop-desk-restaurant_23-2147956345.jpg",
|
||||
alt: "Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-making-hand-gesture-with-laptop-desk-restaurant_23-2147956345.jpg", alt: "Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/work-company-male-brick-wall-eye-glasses_1134-1249.jpg",
|
||||
alt: "Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/work-company-male-brick-wall-eye-glasses_1134-1249.jpg", alt: "Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg",
|
||||
alt: "Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg", alt: "Avatar 5"},
|
||||
]}
|
||||
avatarText="Join 1,000+ satisfied users"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103554.jpg"
|
||||
@@ -145,30 +98,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-entrepreneur-using-computer-tablet-checking-statistic-datas-business-start-up-office_482257-2400.jpg",
|
||||
alt: "Sales assistant planning business charts on digital laptop",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-entrepreneur-using-computer-tablet-checking-statistic-datas-business-start-up-office_482257-2400.jpg", alt: "Sales assistant planning business charts on digital laptop"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/empty-business-entrepreneur-office-setup-home-with-personal-computer_482257-91126.jpg",
|
||||
alt: "Desktop PC with infographics and client reach data",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/empty-business-entrepreneur-office-setup-home-with-personal-computer_482257-91126.jpg", alt: "Desktop PC with infographics and client reach data"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/office-worker-using-finance-graphs_23-2150408704.jpg",
|
||||
alt: "Focused woman working with an AI chatbot",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/office-worker-using-finance-graphs_23-2150408704.jpg", alt: "Focused woman working with an AI chatbot"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/startup-entrepreneur-looking-into-project-details-timetables-laptop_482257-91149.jpg",
|
||||
alt: "Empty high-end workspace with advanced tech tools",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/startup-entrepreneur-looking-into-project-details-timetables-laptop_482257-91149.jpg", alt: "Empty high-end workspace with advanced tech tools"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/adult-person-working-home-late-night_23-2150064920.jpg",
|
||||
alt: "Person reading data on a tablet",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/adult-person-working-home-late-night_23-2150064920.jpg", alt: "Person reading data on a tablet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -180,24 +118,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Prevention Costs",
|
||||
value: "Proactive investment to prevent defects.",
|
||||
},
|
||||
label: "Prevention Costs", value: "Proactive investment to prevent defects."},
|
||||
{
|
||||
icon: Search,
|
||||
label: "Appraisal Costs",
|
||||
value: "Expenditures for evaluating quality.",
|
||||
},
|
||||
label: "Appraisal Costs", value: "Expenditures for evaluating quality."},
|
||||
{
|
||||
icon: XCircle,
|
||||
label: "Internal Failures",
|
||||
value: "Costs from defects before delivery.",
|
||||
},
|
||||
label: "Internal Failures", value: "Costs from defects before delivery."},
|
||||
{
|
||||
icon: Flag,
|
||||
label: "External Failures",
|
||||
value: "Costs from defects after delivery.",
|
||||
},
|
||||
label: "External Failures", value: "Costs from defects after delivery."},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -209,32 +139,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interactive Pareto Analysis",
|
||||
description: "Quickly identify and prioritize the vital few cost drivers impacting your projects with dynamic Pareto charts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg",
|
||||
imageAlt: "Interactive Pareto Analysis chart",
|
||||
buttonIcon: "BarChart",
|
||||
title: "Interactive Pareto Analysis", description: "Quickly identify and prioritize the vital few cost drivers impacting your projects with dynamic Pareto charts.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg", imageAlt: "Interactive Pareto Analysis chart", buttonIcon: BarChart,
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Cost Breakdown",
|
||||
description: "Gain granular insights into Prevention, Appraisal, and Failure costs with detailed, customizable breakdown modals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-report-desk-laptop-showing-marketing-statistics-office_482257-84805.jpg",
|
||||
imageAlt: "Cost breakdown modal window",
|
||||
buttonIcon: "DollarSign",
|
||||
title: "Comprehensive Cost Breakdown", description: "Gain granular insights into Prevention, Appraisal, and Failure costs with detailed, customizable breakdown modals.", imageSrc: "http://img.b2bpic.net/free-photo/financial-report-desk-laptop-showing-marketing-statistics-office_482257-84805.jpg", imageAlt: "Cost breakdown modal window", buttonIcon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Trend & Predictive Analysis",
|
||||
description: "Monitor quality cost trends over time and forecast future impacts to make proactive decisions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg",
|
||||
imageAlt: "Cost trend analysis graph",
|
||||
buttonIcon: "Activity",
|
||||
title: "Trend & Predictive Analysis", description: "Monitor quality cost trends over time and forecast future impacts to make proactive decisions.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg", imageAlt: "Cost trend analysis graph", buttonIcon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Root Cause Identification",
|
||||
description: "Leverage built-in tools to dig deeper into the origins of quality failures and implement lasting solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/product-design-drawing-website-graphic_53876-120423.jpg",
|
||||
imageAlt: "Root cause analysis diagram",
|
||||
buttonIcon: "GitPullRequest",
|
||||
title: "Root Cause Identification", description: "Leverage built-in tools to dig deeper into the origins of quality failures and implement lasting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/product-design-drawing-website-graphic_53876-120423.jpg", imageAlt: "Root cause analysis diagram", buttonIcon: GitPullRequest,
|
||||
},
|
||||
]}
|
||||
title="Powerful Features for Precision Management"
|
||||
@@ -249,20 +163,11 @@ export default function LandingPage() {
|
||||
tag="Proven Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20%+",
|
||||
description: "Average Cost Savings on Quality",
|
||||
},
|
||||
id: "m1", value: "20%+", description: "Average Cost Savings on Quality"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
description: "Improvement in Project Compliance Rate",
|
||||
},
|
||||
id: "m2", value: "95%", description: "Improvement in Project Compliance Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3x Faster",
|
||||
description: "Quality Report Generation",
|
||||
},
|
||||
id: "m3", value: "3x Faster", description: "Quality Report Generation"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -276,49 +181,19 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1",
|
||||
name: "Alex P.",
|
||||
role: "Lead Construction Manager, Architron Group",
|
||||
testimonial: "The PAF Model Tool transformed our approach to quality. We now make data-backed decisions that save significant costs and reduce rework.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124313.jpg",
|
||||
imageAlt: "Alex P. - Lead Construction Manager",
|
||||
icon: Quote,
|
||||
id: "test1", name: "Alex P.", role: "Lead Construction Manager, Architron Group", testimonial: "The PAF Model Tool transformed our approach to quality. We now make data-backed decisions that save significant costs and reduce rework.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124313.jpg", imageAlt: "Alex P. - Lead Construction Manager", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "test2",
|
||||
name: "Dr. Brenda K.",
|
||||
role: "Professor of Civil Engineering, State University",
|
||||
testimonial: "An indispensable resource for teaching and applying quality cost management principles. The tool aligns perfectly with BS 6143-2 standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-squinting-eyes-skeptic-smile-sitting-school-desk-front-blackboard-classroom_141793-131502.jpg",
|
||||
imageAlt: "Dr. Brenda K. - Professor of Civil Engineering",
|
||||
icon: Quote,
|
||||
id: "test2", name: "Dr. Brenda K.", role: "Professor of Civil Engineering, State University", testimonial: "An indispensable resource for teaching and applying quality cost management principles. The tool aligns perfectly with BS 6143-2 standards.", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-squinting-eyes-skeptic-smile-sitting-school-desk-front-blackboard-classroom_141793-131502.jpg", imageAlt: "Dr. Brenda K. - Professor of Civil Engineering", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "test3",
|
||||
name: "Carlos R.",
|
||||
role: "Quality Assurance Director, Global Builds Inc.",
|
||||
testimonial: "Our quality assurance process is now more transparent and efficient. We identify potential issues much earlier, thanks to the PAF Model Tool.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-industry-expert-checks-performance-data-solar-panel-factory-showcasing-dedication_482257-132205.jpg",
|
||||
imageAlt: "Carlos R. - Quality Assurance Director",
|
||||
icon: Quote,
|
||||
id: "test3", name: "Carlos R.", role: "Quality Assurance Director, Global Builds Inc.", testimonial: "Our quality assurance process is now more transparent and efficient. We identify potential issues much earlier, thanks to the PAF Model Tool.", imageSrc: "http://img.b2bpic.net/free-photo/male-industry-expert-checks-performance-data-solar-panel-factory-showcasing-dedication_482257-132205.jpg", imageAlt: "Carlos R. - Quality Assurance Director", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "test4",
|
||||
name: "Diana S.",
|
||||
role: "Project Engineer, InfraTech Solutions",
|
||||
testimonial: "The interactive dashboards are a game-changer. I can quickly deep dive into cost data without complex spreadsheets. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-smiling-safety-equipment_23-2148242954.jpg",
|
||||
imageAlt: "Diana S. - Project Engineer",
|
||||
icon: Quote,
|
||||
id: "test4", name: "Diana S.", role: "Project Engineer, InfraTech Solutions", testimonial: "The interactive dashboards are a game-changer. I can quickly deep dive into cost data without complex spreadsheets. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/architect-smiling-safety-equipment_23-2148242954.jpg", imageAlt: "Diana S. - Project Engineer", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "test5",
|
||||
name: "Ethan L.",
|
||||
role: "Operations Manager, ConStruct Holdings",
|
||||
testimonial: "This tool provides the visibility we needed to truly understand our quality costs. It's a key part of our continuous improvement strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
||||
imageAlt: "Ethan L. - Operations Manager",
|
||||
icon: Quote,
|
||||
id: "test5", name: "Ethan L.", role: "Operations Manager, ConStruct Holdings", testimonial: "This tool provides the visibility we needed to truly understand our quality costs. It's a key part of our continuous improvement strategy.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", imageAlt: "Ethan L. - Operations Manager", icon: Quote,
|
||||
},
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
@@ -333,43 +208,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Individual",
|
||||
badgeIcon: User,
|
||||
price: "$99/month",
|
||||
subtitle: "For personal projects or small teams.",
|
||||
features: [
|
||||
"Single User Access",
|
||||
"Unlimited Projects",
|
||||
"Standard Reporting",
|
||||
"Email Support",
|
||||
],
|
||||
id: "basic", badge: "Individual", badgeIcon: User,
|
||||
price: "$99/month", subtitle: "For personal projects or small teams.", features: [
|
||||
"Single User Access", "Unlimited Projects", "Standard Reporting", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Team",
|
||||
badgeIcon: Users,
|
||||
price: "$299/month",
|
||||
subtitle: "Ideal for growing teams and multiple projects.",
|
||||
features: [
|
||||
"Up to 5 Users",
|
||||
"Advanced Analytics",
|
||||
"Customizable Dashboards",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", badge: "Team", badgeIcon: Users,
|
||||
price: "$299/month", subtitle: "Ideal for growing teams and multiple projects.", features: [
|
||||
"Up to 5 Users", "Advanced Analytics", "Customizable Dashboards", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Building,
|
||||
price: "Contact Us",
|
||||
subtitle: "Tailored solutions for large organizations.",
|
||||
features: [
|
||||
"Unlimited Users",
|
||||
"Dedicated Account Manager",
|
||||
"API Integrations",
|
||||
"On-site Training & Support",
|
||||
],
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Building,
|
||||
price: "Contact Us", subtitle: "Tailored solutions for large organizations.", features: [
|
||||
"Unlimited Users", "Dedicated Account Manager", "API Integrations", "On-site Training & Support"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Team"
|
||||
@@ -383,35 +234,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What is the PAF Model?",
|
||||
content: "The PAF (Prevention, Appraisal, Failure) Model is a framework for categorizing and quantifying the costs associated with achieving and maintaining quality in an organization. It helps identify where quality costs are incurred.",
|
||||
},
|
||||
id: "faq1", title: "What is the PAF Model?", content: "The PAF (Prevention, Appraisal, Failure) Model is a framework for categorizing and quantifying the costs associated with achieving and maintaining quality in an organization. It helps identify where quality costs are incurred."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does the tool align with BS 6143-2?",
|
||||
content: "Our tool is specifically designed to implement the principles outlined in BS 6143-2, providing structured data input, analysis, and reporting consistent with the standard's guidelines for quality cost measurement and control.",
|
||||
},
|
||||
id: "faq2", title: "How does the tool align with BS 6143-2?", content: "Our tool is specifically designed to implement the principles outlined in BS 6143-2, providing structured data input, analysis, and reporting consistent with the standard's guidelines for quality cost measurement and control."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is the tool suitable for small and large projects?",
|
||||
content: "Yes, the tool is scalable for projects of all sizes. Our flexible pricing plans offer options ranging from individual users working on small projects to enterprise solutions for large-scale, multi-project environments.",
|
||||
},
|
||||
id: "faq3", title: "Is the tool suitable for small and large projects?", content: "Yes, the tool is scalable for projects of all sizes. Our flexible pricing plans offer options ranging from individual users working on small projects to enterprise solutions for large-scale, multi-project environments."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I integrate it with existing project management software?",
|
||||
content: "We offer API integration capabilities for our Enterprise plan, allowing seamless data exchange with popular project management and accounting systems. Contact us for specific integration requirements.",
|
||||
},
|
||||
id: "faq4", title: "Can I integrate it with existing project management software?", content: "We offer API integration capabilities for our Enterprise plan, allowing seamless data exchange with popular project management and accounting systems. Contact us for specific integration requirements."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What kind of support is available?",
|
||||
content: "We offer tiered support based on your plan, including email support, priority support, and dedicated account management for enterprise clients, ensuring you always have assistance when needed.",
|
||||
},
|
||||
id: "faq5", title: "What kind of support is available?", content: "We offer tiered support based on your plan, including email support, priority support, and dedicated account management for enterprise clients, ensuring you always have assistance when needed."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "How can I try a demo?",
|
||||
content: "You can request a personalized demo directly from our website. Our team will contact you to schedule a session and showcase how the PAF Model Tool can benefit your specific needs.",
|
||||
},
|
||||
id: "faq6", title: "How can I try a demo?", content: "You can request a personalized demo directly from our website. Our team will contact you to schedule a session and showcase how the PAF Model Tool can benefit your specific needs."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about the PAF Model, our tool, and construction quality cost management."
|
||||
@@ -426,28 +259,17 @@ export default function LandingPage() {
|
||||
description="Request a personalized demo of the PAF Model Management Tool and see it in action. Discover how to enhance quality, reduce waste, and boost profitability on your construction projects."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Work Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Work Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company Name",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Company Name", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "project_details",
|
||||
placeholder: "Briefly describe your project or specific needs (optional)",
|
||||
rows: 4,
|
||||
name: "project_details", placeholder: "Briefly describe your project or specific needs (optional)", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-with-blank-screen-digital-tablet-laptop-wooden-desk-office_1150-1473.jpg"
|
||||
imageAlt="Person using PAF Model Management Tool on a tablet"
|
||||
@@ -461,54 +283,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Demo",
|
||||
href: "#demo",
|
||||
},
|
||||
label: "Demo", href: "#demo"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#framework",
|
||||
},
|
||||
label: "About Us", href: "#framework"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#demo",
|
||||
},
|
||||
label: "Contact", href: "#demo"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user