Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fd5fc8987 | |||
| 304fee813b | |||
| d8ccd3277c | |||
| 37475205b1 | |||
| bbb7bf61ea | |||
| 8084b02b4f | |||
| 5aee542814 | |||
| e2bd403ddc | |||
| cd2818baab | |||
| 2ce1c4040e | |||
| f6c97c1009 | |||
| 93531974b0 | |||
| 2286b63c1b | |||
| 4be6125091 | |||
| ffb8cbc980 | |||
| cdde6cbfc9 | |||
| 67ea5a47d7 | |||
| 31a252f665 | |||
| 89c490602b | |||
| 2c7992f3d4 | |||
| bf35557180 | |||
| 2126f32b41 | |||
| f106f095d9 |
@@ -9,37 +9,34 @@ import FooterBase from "@/components/sections/footer/FooterBase";
|
|||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "How It Works", id: "product" },
|
{ name: "How It Works", id: "product" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
{ label: "Features", href: "/features" },
|
||||||
{ label: "Features", href: "features" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Pricing", href: "pricing" },
|
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
{ label: "Integrations", href: "#" },
|
{ label: "Integrations", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "#" },
|
{ label: "Documentation", href: "#" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Support", href: "contact" },
|
{ label: "Support", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#" },
|
{ label: "About Us", href: "#" },
|
||||||
{ label: "Contact", href: "contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
],
|
],
|
||||||
@@ -48,14 +45,14 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="circleGradient"
|
background="aurora"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
@@ -63,7 +60,7 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Report Desk"
|
brandName="Report Desk"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Start Your Free Pilot", href: "#contact" }}
|
button={{ text: "Start Your Free Pilot", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,35 +70,17 @@ export default function ContactPage() {
|
|||||||
sideDescription="Everything you need to know about Report Desk implementation and operation."
|
sideDescription="Everything you need to know about Report Desk implementation and operation."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "Do field staff need to download an app?", content: "No. Report Desk is web-based and mobile-responsive. Field operators simply scan a QR code with any smartphone browser. No installation, no onboarding friction."},
|
||||||
title: "Do field staff need to download an app?",
|
|
||||||
content: "No. Report Desk is web-based and mobile-responsive. Field operators simply scan a QR code with any smartphone browser. No installation, no onboarding friction.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "What machines does Report Desk support?", content: "Report Desk works with any equipment: coin-operated washers/dryers, vending machines, ATMs, or custom machinery. You control the data fields and workflows."},
|
||||||
title: "What machines does Report Desk support?",
|
|
||||||
content: "Report Desk works with any equipment: coin-operated washers/dryers, vending machines, ATMs, or custom machinery. You control the data fields and workflows.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "How long does implementation take?", content: "Typical deployment: 2–4 weeks. We handle QR code generation, integration setup, and team training. Your technicians can start reporting in days."},
|
||||||
title: "How long does implementation take?",
|
|
||||||
content: "Typical deployment: 2–4 weeks. We handle QR code generation, integration setup, and team training. Your technicians can start reporting in days.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Does Report Desk integrate with our existing tools?", content: "Yes. We support Zapier, API connections, and CSV exports. Connect to Connecteam, Slack, email, or custom systems. Your data flows where it needs to go."},
|
||||||
title: "Does Report Desk integrate with our existing tools?",
|
|
||||||
content: "Yes. We support Zapier, API connections, and CSV exports. Connect to Connecteam, Slack, email, or custom systems. Your data flows where it needs to go.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "What if connectivity is poor in the field?", content: "Report Desk works offline. Reports are cached locally and synced automatically when connectivity returns. No data is lost."},
|
||||||
title: "What if connectivity is poor in the field?",
|
|
||||||
content: "Report Desk works offline. Reports are cached locally and synced automatically when connectivity returns. No data is lost.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "How secure is maintenance data?", content: "Industry-standard encryption (TLS 1.3). SOC 2 Type II compliant. Role-based access control. Your data never leaves secure servers."},
|
||||||
title: "How secure is maintenance data?",
|
|
||||||
content: "Industry-standard encryption (TLS 1.3). SOC 2 Type II compliant. Role-based access control. Your data never leaves secure servers.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -115,7 +94,7 @@ export default function ContactPage() {
|
|||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Start Your Free Pilot Today"
|
title="Start Your Free Pilot Today"
|
||||||
description="No credit card required. See Report Desk transform your operations in 2 weeks. Schedule a brief demo with our team."
|
description="No credit card required. See Report Desk transform your operations in 2 weeks. Schedule a brief demo with our team."
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your work email"
|
inputPlaceholder="Enter your work email"
|
||||||
buttonText="Start Free Pilot"
|
buttonText="Start Free Pilot"
|
||||||
@@ -132,4 +111,4 @@ export default function ContactPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,37 +10,34 @@ import { Shield, Workflow, TrendingUp, Zap } from "lucide-react";
|
|||||||
|
|
||||||
export default function FeaturesPage() {
|
export default function FeaturesPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "How It Works", id: "product" },
|
{ name: "How It Works", id: "product" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
{ label: "Features", href: "/features" },
|
||||||
{ label: "Features", href: "features" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Pricing", href: "pricing" },
|
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
{ label: "Integrations", href: "#" },
|
{ label: "Integrations", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "#" },
|
{ label: "Documentation", href: "#" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Support", href: "contact" },
|
{ label: "Support", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#" },
|
{ label: "About Us", href: "#" },
|
||||||
{ label: "Contact", href: "contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
],
|
],
|
||||||
@@ -49,14 +46,14 @@ export default function FeaturesPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="circleGradient"
|
background="aurora"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
@@ -64,7 +61,7 @@ export default function FeaturesPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Report Desk"
|
brandName="Report Desk"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Start Your Free Pilot", href: "#contact" }}
|
button={{ text: "Start Your Free Pilot", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -75,29 +72,11 @@ export default function FeaturesPage() {
|
|||||||
tag="Full Feature Set"
|
tag="Full Feature Set"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "qr-scanning",
|
id: "qr-scanning", title: "Instant QR Code Reporting", description: "Operators scan machine QR codes with any smartphone. No app installation required. Problems are logged in seconds with automatic timestamp and location capture.", tag: "Zero Friction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-mobile-phone-screen-showing-a-qr-code--1772557690524-09929a11.png?_wi=3", imageAlt: "QR Code Scanning Interface"},
|
||||||
title: "Instant QR Code Reporting",
|
|
||||||
description: "Operators scan machine QR codes with any smartphone. No app installation required. Problems are logged in seconds with automatic timestamp and location capture.",
|
|
||||||
tag: "Zero Friction",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-mobile-phone-screen-showing-a-qr-code--1772557690524-09929a11.png?_wi=3",
|
|
||||||
imageAlt: "QR Code Scanning Interface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "real-time-tracking",
|
id: "real-time-tracking", title: "Real-Time Equipment Status", description: "Operations managers see live updates on every machine across all locations. Intelligent alert prioritization. Customizable status dashboards. Multi-location visibility.", tag: "Live Visibility", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-comprehensive-real-time-dashboard-show-1772557692130-29c8454c.png?_wi=3", imageAlt: "Real-Time Dashboard"},
|
||||||
title: "Real-Time Equipment Status",
|
|
||||||
description: "Operations managers see live updates on every machine across all locations. Intelligent alert prioritization. Customizable status dashboards. Multi-location visibility.",
|
|
||||||
tag: "Live Visibility",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-comprehensive-real-time-dashboard-show-1772557692130-29c8454c.png?_wi=3",
|
|
||||||
imageAlt: "Real-Time Dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "maintenance-history",
|
id: "maintenance-history", title: "Complete Maintenance History", description: "Every repair, part replacement, and technician note is automatically attached to the machine profile. Fast diagnostics enabled by historical context. Predictive insights.", tag: "Full Context", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-detailed-maintenance-history-timeline--1772557690909-7c7cf474.png?_wi=2", imageAlt: "Maintenance History Timeline"},
|
||||||
title: "Complete Maintenance History",
|
|
||||||
description: "Every repair, part replacement, and technician note is automatically attached to the machine profile. Fast diagnostics enabled by historical context. Predictive insights.",
|
|
||||||
tag: "Full Context",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-detailed-maintenance-history-timeline--1772557690909-7c7cf474.png?_wi=2",
|
|
||||||
imageAlt: "Maintenance History Timeline",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -115,24 +94,16 @@ export default function FeaturesPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Reduces Downtime",
|
title: "Reduces Downtime", description: "Faster problem reporting and technician dispatch means equipment is back online quicker, protecting revenue.", icon: TrendingUp,
|
||||||
description: "Faster problem reporting and technician dispatch means equipment is back online quicker, protecting revenue.",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Improves Coordination",
|
title: "Improves Coordination", description: "Central visibility gives all team members—field staff, managers, and technicians—exactly the information they need.", icon: Workflow,
|
||||||
description: "Central visibility gives all team members—field staff, managers, and technicians—exactly the information they need.",
|
|
||||||
icon: Workflow,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Enterprise Security",
|
title: "Enterprise Security", description: "Built for mission-critical operations with 99.9% uptime, offline capability, and industry-standard encryption.", icon: Shield,
|
||||||
description: "Built for mission-critical operations with 99.9% uptime, offline capability, and industry-standard encryption.",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Zero Adoption Friction",
|
title: "Zero Adoption Friction", description: "No app downloads. No training required. Field teams start using Report Desk immediately because it matches how they already work.", icon: Zap,
|
||||||
description: "No app downloads. No training required. Field teams start using Report Desk immediately because it matches how they already work.",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-team-collaboration-interface-showing-o-1772557690395-797f70b5.png?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-team-collaboration-interface-showing-o-1772557690395-797f70b5.png?_wi=2"
|
||||||
@@ -151,4 +122,4 @@ export default function FeaturesPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,42 +1,31 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Public_Sans } from "next/font/google";
|
import { DM_Sans } from "next/font/google";
|
||||||
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const publicSans = Public_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-public-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
});
|
||||||
|
|
||||||
|
const inter = Inter({
|
||||||
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Report Desk - Machine Issue Tracking & Maintenance Management Platform",
|
title: "Report Desk - Machine Issue Tracking & Maintenance Management Platform", description: "Report Desk is a B2B SaaS platform for equipment operators and maintenance teams. Scan a QR code, track issues, manage inventory—no app installation required. Fast ROI for car washes, laundromats, and vending networks.", keywords: "machine maintenance tracking, equipment management software, QR code reporting, maintenance management platform, field service software, inventory management, laundromat software, vending machine tracking", metadataBase: new URL("https://reportdesk.io"),
|
||||||
description: "Report Desk is a B2B SaaS platform for equipment operators and maintenance teams. Scan a QR code, track issues, manage inventory—no app installation required. Fast ROI for car washes, laundromats, and vending networks.",
|
|
||||||
keywords: "machine maintenance tracking, equipment management software, QR code reporting, maintenance management platform, field service software, inventory management, laundromat software, vending machine tracking",
|
|
||||||
metadataBase: new URL("https://reportdesk.io"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://reportdesk.io",
|
canonical: "https://reportdesk.io"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Report Desk - Centralized Machine Issue Tracking",
|
title: "Report Desk - Centralized Machine Issue Tracking", description: "Turn silent equipment failures into instant action. Scan QR codes, track maintenance history, manage parts—all from one platform.", url: "https://reportdesk.io", siteName: "Report Desk", type: "website", images: [
|
||||||
description: "Turn silent equipment failures into instant action. Scan QR codes, track maintenance history, manage parts—all from one platform.",
|
|
||||||
url: "https://reportdesk.io",
|
|
||||||
siteName: "Report Desk",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-modern-clean-saas-dashboard-interface--1772557690233-9b9ea617.png",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-modern-clean-saas-dashboard-interface--1772557690233-9b9ea617.png", alt: "Report Desk Dashboard"},
|
||||||
alt: "Report Desk Dashboard",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Report Desk - Machine Issue Tracking & Maintenance", description: "Centralized platform for equipment maintenance reporting. QR code scanning. No app required.", images: [
|
||||||
title: "Report Desk - Machine Issue Tracking & Maintenance",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-modern-clean-saas-dashboard-interface--1772557690233-9b9ea617.png"],
|
||||||
description: "Centralized platform for equipment maintenance reporting. QR code scanning. No app required.",
|
|
||||||
images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-modern-clean-saas-dashboard-interface--1772557690233-9b9ea617.png",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -52,7 +41,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${publicSans.variable} antialiased`}>
|
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
@@ -1426,4 +1415,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
166
src/app/page.tsx
166
src/app/page.tsx
@@ -15,37 +15,34 @@ import { Zap, Shield, Workflow, TrendingUp } from "lucide-react";
|
|||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "How It Works", id: "product" },
|
{ name: "How It Works", id: "product" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
{ label: "Features", href: "/features" },
|
||||||
{ label: "Features", href: "features" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Pricing", href: "pricing" },
|
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
{ label: "Integrations", href: "#" },
|
{ label: "Integrations", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "#" },
|
{ label: "Documentation", href: "#" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Support", href: "contact" },
|
{ label: "Support", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#" },
|
{ label: "About Us", href: "#" },
|
||||||
{ label: "Contact", href: "contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
],
|
],
|
||||||
@@ -54,14 +51,14 @@ export default function HomePage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="circleGradient"
|
background="aurora"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
@@ -69,7 +66,7 @@ export default function HomePage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Report Desk"
|
brandName="Report Desk"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Start Your Free Pilot", href: "#contact" }}
|
button={{ text: "Start Your Free Pilot", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -79,13 +76,13 @@ export default function HomePage() {
|
|||||||
description="Report Desk turns silent equipment failures into instant action. Scan a QR code, log a problem, and connect your entire operation—from field staff to maintenance history to parts inventory—in one centralized platform."
|
description="Report Desk turns silent equipment failures into instant action. Scan a QR code, log a problem, and connect your entire operation—from field staff to maintenance history to parts inventory—in one centralized platform."
|
||||||
tag="No App Required"
|
tag="No App Required"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-modern-clean-saas-dashboard-interface--1772557690233-9b9ea617.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-modern-clean-saas-dashboard-interface--1772557690233-9b9ea617.png"
|
||||||
imageAlt="Report Desk Dashboard Interface"
|
imageAlt="Report Desk Dashboard Interface"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Free Pilot", href: "#contact" },
|
{ text: "Start Your Free Pilot", href: "/contact" },
|
||||||
{ text: "Watch Demo", href: "#" },
|
{ text: "Watch Demo", href: "#" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -99,37 +96,13 @@ export default function HomePage() {
|
|||||||
tag="Core Features"
|
tag="Core Features"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "qr-scanning",
|
id: "qr-scanning", title: "Instant QR Code Reporting", description: "Operators scan machine QR codes with any smartphone. No app installation. Problem logged in seconds.", tag: "Zero Friction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-mobile-phone-screen-showing-a-qr-code--1772557690524-09929a11.png?_wi=1", imageAlt: "QR Code Scanning Interface"},
|
||||||
title: "Instant QR Code Reporting",
|
|
||||||
description: "Operators scan machine QR codes with any smartphone. No app installation. Problem logged in seconds.",
|
|
||||||
tag: "Zero Friction",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-mobile-phone-screen-showing-a-qr-code--1772557690524-09929a11.png?_wi=1",
|
|
||||||
imageAlt: "QR Code Scanning Interface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "real-time-tracking",
|
id: "real-time-tracking", title: "Real-Time Equipment Status", description: "Operations managers see live updates on every machine. Alert prioritization. Status dashboards by location.", tag: "Live Visibility", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-comprehensive-real-time-dashboard-show-1772557692130-29c8454c.png?_wi=1", imageAlt: "Real-Time Dashboard"},
|
||||||
title: "Real-Time Equipment Status",
|
|
||||||
description: "Operations managers see live updates on every machine. Alert prioritization. Status dashboards by location.",
|
|
||||||
tag: "Live Visibility",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-comprehensive-real-time-dashboard-show-1772557692130-29c8454c.png?_wi=1",
|
|
||||||
imageAlt: "Real-Time Dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "maintenance-history",
|
id: "maintenance-history", title: "Complete Maintenance History", description: "Every repair, part replacement, and technician note attached to the machine. Fast diagnostics. Predictive insights.", tag: "Full Context", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-detailed-maintenance-history-timeline--1772557690909-7c7cf474.png?_wi=1", imageAlt: "Maintenance History Timeline"},
|
||||||
title: "Complete Maintenance History",
|
|
||||||
description: "Every repair, part replacement, and technician note attached to the machine. Fast diagnostics. Predictive insights.",
|
|
||||||
tag: "Full Context",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-detailed-maintenance-history-timeline--1772557690909-7c7cf474.png?_wi=1",
|
|
||||||
imageAlt: "Maintenance History Timeline",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "parts-inventory",
|
id: "parts-inventory", title: "Integrated Parts & Inventory", description: "Track spare parts across locations. Auto-reorder alerts. Reduce downtime. Optimize budget spending.", tag: "Smart Inventory", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/an-intelligent-inventory-management-syst-1772557691046-5b2f560f.png", imageAlt: "Parts Inventory Management"},
|
||||||
title: "Integrated Parts & Inventory",
|
|
||||||
description: "Track spare parts across locations. Auto-reorder alerts. Reduce downtime. Optimize budget spending.",
|
|
||||||
tag: "Smart Inventory",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/an-intelligent-inventory-management-syst-1772557691046-5b2f560f.png",
|
|
||||||
imageAlt: "Parts Inventory Management",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -147,24 +120,16 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Designed for Zero Friction",
|
title: "Designed for Zero Friction", description: "No app downloads. No training required. Field staff adopt instantly because it works like they already think.", icon: Zap,
|
||||||
description: "No app downloads. No training required. Field staff adopt instantly because it works like they already think.",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Enterprise-Grade Reliability",
|
title: "Enterprise-Grade Reliability", description: "Built for mission-critical operations. 99.9% uptime. Works offline. Syncs automatically when connected.", icon: Shield,
|
||||||
description: "Built for mission-critical operations. 99.9% uptime. Works offline. Syncs automatically when connected.",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Integration Ready",
|
title: "Integration Ready", description: "Connect to Zapier, Connecteam, and your existing tools. Your data flows where it needs to go.", icon: Workflow,
|
||||||
description: "Connect to Zapier, Connecteam, and your existing tools. Your data flows where it needs to go.",
|
|
||||||
icon: Workflow,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "ROI in Weeks",
|
title: "ROI in Weeks", description: "Reduce mean time to repair (MTTR). Minimize silent failures. Protect revenue. See payback fast.", icon: TrendingUp,
|
||||||
description: "Reduce mean time to repair (MTTR). Minimize silent failures. Protect revenue. See payback fast.",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-team-collaboration-interface-showing-o-1772557690395-797f70b5.png?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-team-collaboration-interface-showing-o-1772557690395-797f70b5.png?_wi=1"
|
||||||
@@ -182,39 +147,8 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
logos={[
|
logos={[
|
||||||
{
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-large-eq-1772557688616-0148851e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-technolo-1772557688817-0b9ef049.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-innovat-1772557689587-cb86315e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-cloud-op-1772557688873-d070161a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-field-se-1772557688762-3d46bc2b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-maintena-1772557689785-4d979a48.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-asset-t-1772557688555-775d15fd.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-workflow-1772557688889-2aa4bc65.png"]}
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-large-eq-1772557688616-0148851e.png",
|
names={[]}
|
||||||
alt: "Acme Equipment Group",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-technolo-1772557688817-0b9ef049.png",
|
|
||||||
alt: "TechFlow Operations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-innovat-1772557689587-cb86315e.png",
|
|
||||||
alt: "Innovate Fleet Services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-cloud-op-1772557688873-d070161a.png",
|
|
||||||
alt: "CloudOps Solutions",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-field-se-1772557688762-3d46bc2b.png",
|
|
||||||
alt: "FieldPro Mobile",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-maintena-1772557689785-4d979a48.png",
|
|
||||||
alt: "MaintIQ Intelligence",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-asset-t-1772557688555-775d15fd.png",
|
|
||||||
alt: "AssetTrack",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-workflow-1772557688889-2aa4bc65.png",
|
|
||||||
alt: "Workflows Automation",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
@@ -231,33 +165,13 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "step-1",
|
id: "step-1", name: "1. Scan & Report", price: "Field Staff", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-mobile-phone-screen-showing-a-qr-code--1772557690524-09929a11.png?_wi=2", imageAlt: "QR Code Scanning"},
|
||||||
name: "1. Scan & Report",
|
|
||||||
price: "Field Staff",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-mobile-phone-screen-showing-a-qr-code--1772557690524-09929a11.png?_wi=2",
|
|
||||||
imageAlt: "QR Code Scanning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "step-2",
|
id: "step-2", name: "2. Instant Notification", price: "Ops Managers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-comprehensive-real-time-dashboard-show-1772557692130-29c8454c.png?_wi=2", imageAlt: "Real-Time Alerts"},
|
||||||
name: "2. Instant Notification",
|
|
||||||
price: "Ops Managers",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-comprehensive-real-time-dashboard-show-1772557692130-29c8454c.png?_wi=2",
|
|
||||||
imageAlt: "Real-Time Alerts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "step-3",
|
id: "step-3", name: "3. Dispatch & Track", price: "Technicians", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-field-maintenance-technician-using-a-m-1772557689967-7f7819ba.png", imageAlt: "Field Dispatch"},
|
||||||
name: "3. Dispatch & Track",
|
|
||||||
price: "Technicians",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-field-maintenance-technician-using-a-m-1772557689967-7f7819ba.png",
|
|
||||||
imageAlt: "Field Dispatch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "step-4",
|
id: "step-4", name: "4. Log & Optimize", price: "All Users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-detailed-parts-inventory-management-in-1772557691291-3d075487.png", imageAlt: "Historical Analysis"},
|
||||||
name: "4. Log & Optimize",
|
|
||||||
price: "All Users",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/a-detailed-parts-inventory-management-in-1772557691291-3d075487.png",
|
|
||||||
imageAlt: "Historical Analysis",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -269,21 +183,13 @@ export default function HomePage() {
|
|||||||
author="Sarah Mitchell, Operations Director at LaundroChain"
|
author="Sarah Mitchell, Operations Director at LaundroChain"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-an-operations-m-1772557688837-93ca015e.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-an-operations-m-1772557688837-93ca015e.png", alt: "Sarah Mitchell"},
|
||||||
alt: "Sarah Mitchell",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-a-maintenance-t-1772557689510-56e43c1d.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-a-maintenance-t-1772557689510-56e43c1d.png", alt: "Team Member 2"},
|
||||||
alt: "Team Member 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-a-business-owne-1772557690072-f310a14a.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-a-business-owne-1772557690072-f310a14a.png", alt: "Team Member 3"},
|
||||||
alt: "Team Member 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-a-fleet-supervi-1772557689241-e298a522.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-headshot-of-a-fleet-supervi-1772557689241-e298a522.png", alt: "Team Member 4"},
|
||||||
alt: "Team Member 4",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -296,7 +202,7 @@ export default function HomePage() {
|
|||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Start Your Free Pilot Today"
|
title="Start Your Free Pilot Today"
|
||||||
description="No credit card required. See Report Desk transform your operations in 2 weeks. Schedule a brief demo with our team."
|
description="No credit card required. See Report Desk transform your operations in 2 weeks. Schedule a brief demo with our team."
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your work email"
|
inputPlaceholder="Enter your work email"
|
||||||
buttonText="Start Free Pilot"
|
buttonText="Start Free Pilot"
|
||||||
@@ -313,4 +219,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,37 +10,34 @@ import { Rocket, Sparkles, Crown } from "lucide-react";
|
|||||||
|
|
||||||
export default function PricingPage() {
|
export default function PricingPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "How It Works", id: "product" },
|
{ name: "How It Works", id: "product" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
{ label: "Features", href: "/features" },
|
||||||
{ label: "Features", href: "features" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Pricing", href: "pricing" },
|
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
{ label: "Integrations", href: "#" },
|
{ label: "Integrations", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "#" },
|
{ label: "Documentation", href: "#" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Support", href: "contact" },
|
{ label: "Support", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#" },
|
{ label: "About Us", href: "#" },
|
||||||
{ label: "Contact", href: "contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
],
|
],
|
||||||
@@ -49,14 +46,14 @@ export default function PricingPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="circleGradient"
|
background="aurora"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
@@ -64,7 +61,7 @@ export default function PricingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Report Desk"
|
brandName="Report Desk"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Start Your Free Pilot", href: "#contact" }}
|
button={{ text: "Start Your Free Pilot", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,48 +75,19 @@ export default function PricingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", badge: "Quick Start", badgeIcon: Rocket,
|
||||||
badge: "Quick Start",
|
price: "$500/mo", subtitle: "For teams managing 10–50 machines", features: [
|
||||||
badgeIcon: Rocket,
|
"Up to 50 machines tracked", "Unlimited QR code reports", "Basic maintenance history", "Single location support", "Email support"],
|
||||||
price: "$500/mo",
|
|
||||||
subtitle: "For teams managing 10–50 machines",
|
|
||||||
features: [
|
|
||||||
"Up to 50 machines tracked",
|
|
||||||
"Unlimited QR code reports",
|
|
||||||
"Basic maintenance history",
|
|
||||||
"Single location support",
|
|
||||||
"Email support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "growth",
|
id: "growth", badge: "Most Popular", badgeIcon: Sparkles,
|
||||||
badge: "Most Popular",
|
price: "$2,500/mo", subtitle: "For growing multi-location operations", features: [
|
||||||
badgeIcon: Sparkles,
|
"Up to 500 machines tracked", "Real-time dashboards", "Parts inventory management", "Multi-location coordination", "Zapier & API integration", "Priority support"],
|
||||||
price: "$2,500/mo",
|
|
||||||
subtitle: "For growing multi-location operations",
|
|
||||||
features: [
|
|
||||||
"Up to 500 machines tracked",
|
|
||||||
"Real-time dashboards",
|
|
||||||
"Parts inventory management",
|
|
||||||
"Multi-location coordination",
|
|
||||||
"Zapier & API integration",
|
|
||||||
"Priority support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise",
|
id: "enterprise", badge: "Maximum Scale", badgeIcon: Crown,
|
||||||
badge: "Maximum Scale",
|
price: "Custom", subtitle: "For large enterprise networks", features: [
|
||||||
badgeIcon: Crown,
|
"Unlimited machines", "Advanced analytics & reporting", "Custom integrations", "Dedicated account manager", "SLA & compliance options", "24/7 support"],
|
||||||
price: "Custom",
|
|
||||||
subtitle: "For large enterprise networks",
|
|
||||||
features: [
|
|
||||||
"Unlimited machines",
|
|
||||||
"Advanced analytics & reporting",
|
|
||||||
"Custom integrations",
|
|
||||||
"Dedicated account manager",
|
|
||||||
"SLA & compliance options",
|
|
||||||
"24/7 support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -133,23 +101,8 @@ export default function PricingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
logos={[
|
logos={[
|
||||||
{
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-large-eq-1772557688616-0148851e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-technolo-1772557688817-0b9ef049.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-innovat-1772557689587-cb86315e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-cloud-op-1772557688873-d070161a.png"]}
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-large-eq-1772557688616-0148851e.png",
|
names={[]}
|
||||||
alt: "Acme Equipment Group",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-technolo-1772557688817-0b9ef049.png",
|
|
||||||
alt: "TechFlow Operations",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-innovat-1772557689587-cb86315e.png",
|
|
||||||
alt: "Innovate Fleet Services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-cloud-op-1772557688873-d070161a.png",
|
|
||||||
alt: "CloudOps Solutions",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
@@ -164,4 +117,4 @@ export default function PricingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-public-sans), sans-serif;
|
font-family: var(--font-dm-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-public-sans), sans-serif;
|
font-family: var(--font-dm-sans), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,20 +5,20 @@
|
|||||||
/* --background: #f5f5f5;;
|
/* --background: #f5f5f5;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #1c1c1c;;
|
||||||
--primary-cta: #1c1c1c;;
|
--primary-cta: #1f7cff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #e63946;;
|
--accent: #ff6207;;
|
||||||
--background-accent: #e8bea8;; */
|
--background-accent: #e8a8b6;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #f5f5f5;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #1c1c1c;;
|
||||||
--primary-cta: #1c1c1c;;
|
--primary-cta: #1f7cff;;
|
||||||
--primary-cta-text: #f5f5f5;;
|
--primary-cta-text: #f5f5f5;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--secondary-cta-text: #1c1c1c;;
|
--secondary-cta-text: #1c1c1c;;
|
||||||
--accent: #e63946;;
|
--accent: #ff6207;;
|
||||||
--background-accent: #e8bea8;;
|
--background-accent: #e8a8b6;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user