Merge version_2 into main #2
@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SmartControl - Remote IoT Device Control & Automation",
|
||||
description: "Control pumps, sensors, lights & motors from anywhere. Real-time monitoring, automation rules & instant alerts for agricultural, industrial & smart home devices.",
|
||||
keywords: "IoT control, device automation, remote monitoring, MQTT, smart home, agricultural sensors, industrial control",
|
||||
metadataBase: new URL("https://smartcontrol.io"),
|
||||
title: "SmartControl - Remote IoT Device Control & Automation", description: "Control pumps, sensors, lights & motors from anywhere. Real-time monitoring, automation rules & instant alerts for agricultural, industrial & smart home devices.", keywords: "IoT control, device automation, remote monitoring, MQTT, smart home, agricultural sensors, industrial control", metadataBase: new URL("https://smartcontrol.io"),
|
||||
alternates: {
|
||||
canonical: "https://smartcontrol.io",
|
||||
},
|
||||
canonical: "https://smartcontrol.io"},
|
||||
openGraph: {
|
||||
title: "SmartControl - Control IoT Devices Instantly",
|
||||
description: "Monitor real-time sensor data and automate connected devices from anywhere",
|
||||
url: "https://smartcontrol.io",
|
||||
siteName: "SmartControl",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "SmartControl - Control IoT Devices Instantly", description: "Monitor real-time sensor data and automate connected devices from anywhere", url: "https://smartcontrol.io", siteName: "SmartControl", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png",
|
||||
alt: "SmartControl IoT Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png", alt: "SmartControl IoT Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "SmartControl - IoT Device Control Platform",
|
||||
description: "Real-time monitoring and automation for connected devices",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png",
|
||||
],
|
||||
card: "summary_large_image", title: "SmartControl - IoT Device Control Platform", description: "Real-time monitoring and automation for connected devices", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1441,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
286
src/app/page.tsx
286
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Zap, Smartphone, Shield, BarChart3, TrendingUp, Twitter, Linkedin, Github } from "lucide-react";
|
||||
import { Zap, Smartphone, Shield, BarChart3, TrendingUp, Twitter, Linkedin, Github, Users } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -61,29 +61,17 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png?_wi=1",
|
||||
imageAlt: "SmartControl dashboard interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png?_wi=1", imageAlt: "SmartControl dashboard interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/visual-representation-of-iot-device-auto-1772701515592-09eca25e.png?_wi=1",
|
||||
imageAlt: "IoT device automation network",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/visual-representation-of-iot-device-auto-1772701515592-09eca25e.png?_wi=1", imageAlt: "IoT device automation network"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/smartcontrol-mobile-app-interface-mockup-1772701519115-e0e2368c.png?_wi=1",
|
||||
imageAlt: "Mobile app control interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/smartcontrol-mobile-app-interface-mockup-1772701519115-e0e2368c.png?_wi=1", imageAlt: "Mobile app control interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/real-time-data-streaming-visualization-s-1772701516273-0a15cdfe.png?_wi=1",
|
||||
imageAlt: "Real-time data streaming",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/real-time-data-streaming-visualization-s-1772701516273-0a15cdfe.png?_wi=1", imageAlt: "Real-time data streaming"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png?_wi=2",
|
||||
imageAlt: "Analytics dashboard view",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png?_wi=2", imageAlt: "Analytics dashboard view"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/smartcontrol-mobile-app-interface-mockup-1772701519115-e0e2368c.png?_wi=2",
|
||||
imageAlt: "Device monitoring interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/smartcontrol-mobile-app-interface-mockup-1772701519115-e0e2368c.png?_wi=2", imageAlt: "Device monitoring interface"},
|
||||
]}
|
||||
ariaLabel="SmartControl IoT Platform Hero Section"
|
||||
/>
|
||||
@@ -100,53 +88,29 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Device Control",
|
||||
description:
|
||||
"Instantly control pumps, sensors, lights, and motors from anywhere. Toggle device states, adjust settings, and manage automation in milliseconds.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/smartcontrol-mobile-app-interface-mockup-1772701519115-e0e2368c.png?_wi=3",
|
||||
imageAlt: "Real-time control interface",
|
||||
},
|
||||
title: "Real-time Device Control", description:
|
||||
"Instantly control pumps, sensors, lights, and motors from anywhere. Toggle device states, adjust settings, and manage automation in milliseconds.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/smartcontrol-mobile-app-interface-mockup-1772701519115-e0e2368c.png?_wi=3", imageAlt: "Real-time control interface"},
|
||||
{
|
||||
title: "Live Sensor Data Dashboard",
|
||||
description:
|
||||
"Monitor soil moisture, temperature, pressure, and custom sensor data with animated visualizations. Historical data tracking and trend analysis included.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png?_wi=3",
|
||||
imageAlt: "Live sensor dashboard",
|
||||
},
|
||||
title: "Live Sensor Data Dashboard", description:
|
||||
"Monitor soil moisture, temperature, pressure, and custom sensor data with animated visualizations. Historical data tracking and trend analysis included.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/a-modern-iot-control-dashboard-displayin-1772701516375-6f20eccb.png?_wi=3", imageAlt: "Live sensor dashboard"},
|
||||
{
|
||||
title: "Automation & Scheduling",
|
||||
description:
|
||||
"Create intelligent automation rules. Schedule device actions, set conditional triggers, and automate entire workflows based on sensor thresholds.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/visual-representation-of-iot-device-auto-1772701515592-09eca25e.png?_wi=2",
|
||||
imageAlt: "Automation workflow builder",
|
||||
},
|
||||
title: "Automation & Scheduling", description:
|
||||
"Create intelligent automation rules. Schedule device actions, set conditional triggers, and automate entire workflows based on sensor thresholds.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/visual-representation-of-iot-device-auto-1772701515592-09eca25e.png?_wi=2", imageAlt: "Automation workflow builder"},
|
||||
{
|
||||
title: "Push Notifications & Alerts",
|
||||
description:
|
||||
"Receive instant mobile alerts for critical events, threshold breaches, and device status changes. Customizable notification rules for every scenario.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/real-time-data-streaming-visualization-s-1772701516273-0a15cdfe.png?_wi=2",
|
||||
imageAlt: "Alert notification system",
|
||||
},
|
||||
title: "Push Notifications & Alerts", description:
|
||||
"Receive instant mobile alerts for critical events, threshold breaches, and device status changes. Customizable notification rules for every scenario.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/real-time-data-streaming-visualization-s-1772701516273-0a15cdfe.png?_wi=2", imageAlt: "Alert notification system"},
|
||||
{
|
||||
title: "Multi-user Access Control",
|
||||
description:
|
||||
"Manage team permissions, role-based access, and device delegation. Enterprise-grade user management for agricultural, industrial, and commercial teams.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/visual-representation-of-iot-device-auto-1772701515592-09eca25e.png?_wi=3",
|
||||
imageAlt: "User access management",
|
||||
},
|
||||
title: "Multi-user Access Control", description:
|
||||
"Manage team permissions, role-based access, and device delegation. Enterprise-grade user management for agricultural, industrial, and commercial teams.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/visual-representation-of-iot-device-auto-1772701515592-09eca25e.png?_wi=3", imageAlt: "User access management"},
|
||||
{
|
||||
title: "MQTT Cloud Integration",
|
||||
description:
|
||||
"Reliable real-time messaging infrastructure with persistent connections, message queuing, and failover support. Enterprise-grade reliability and security.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/real-time-data-streaming-visualization-s-1772701516273-0a15cdfe.png?_wi=3",
|
||||
imageAlt: "Cloud messaging architecture",
|
||||
},
|
||||
title: "MQTT Cloud Integration", description:
|
||||
"Reliable real-time messaging infrastructure with persistent connections, message queuing, and failover support. Enterprise-grade reliability and security.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/real-time-data-streaming-visualization-s-1772701516273-0a15cdfe.png?_wi=3", imageAlt: "Cloud messaging architecture"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -165,25 +129,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/john-deere-company-logo-the-iconic-green-1772701515567-356ff283.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/philips-company-logo-the-iconic-blue-and-1772701514579-7c6e8287.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/siemens-company-logo-the-oval-shape-with-1772701514831-d04e9b0c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/schneider-electric-company-logo-the-icon-1772701515281-f47a07ca.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/honeywell-international-company-logo-the-1772701516186-4c10b914.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/emerson-electric-company-logo-teal-blue--1772701515376-107aac35.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/abb-company-logo-the-distinctive-red-and-1772701515084-f98c495f.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/general-electric-ge-company-logo-the-ico-1772701515359-75ce856d.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/john-deere-company-logo-the-iconic-green-1772701515567-356ff283.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/philips-company-logo-the-iconic-blue-and-1772701514579-7c6e8287.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/siemens-company-logo-the-oval-shape-with-1772701514831-d04e9b0c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/schneider-electric-company-logo-the-icon-1772701515281-f47a07ca.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/honeywell-international-company-logo-the-1772701516186-4c10b914.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/emerson-electric-company-logo-teal-blue--1772701515376-107aac35.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/abb-company-logo-the-distinctive-red-and-1772701515084-f98c495f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/general-electric-ge-company-logo-the-ico-1772701515359-75ce856d.png"]}
|
||||
names={[
|
||||
"John Deere",
|
||||
"Philips",
|
||||
"Siemens",
|
||||
"Schneider Electric",
|
||||
"Honeywell",
|
||||
"Emerson",
|
||||
"ABB",
|
||||
"General Electric",
|
||||
]}
|
||||
"John Deere", "Philips", "Siemens", "Schneider Electric", "Honeywell", "Emerson", "ABB", "General Electric"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -203,65 +151,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Agricultural Manager",
|
||||
company: "Green Valley Farms",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Mitchell", role: "Agricultural Manager", company: "Green Valley Farms", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-portrait-photograph-of-an-a-1772701515395-45fc3514.png",
|
||||
imageAlt: "Sarah Mitchell, Agricultural Manager",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-portrait-photograph-of-an-a-1772701515395-45fc3514.png", imageAlt: "Sarah Mitchell, Agricultural Manager"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "Smart Home Enthusiast",
|
||||
company: "Tech Innovators",
|
||||
rating: 5,
|
||||
id: "2", name: "James Chen", role: "Smart Home Enthusiast", company: "Tech Innovators", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-headshot-of-a-young-tech-sa-1772701515506-fd71e348.png",
|
||||
imageAlt: "James Chen, Tech Professional",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-headshot-of-a-young-tech-sa-1772701515506-fd71e348.png", imageAlt: "James Chen, Tech Professional"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Operations Manager",
|
||||
company: "Industrial Solutions Inc",
|
||||
rating: 5,
|
||||
id: "3", name: "Maria Rodriguez", role: "Operations Manager", company: "Industrial Solutions Inc", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-portrait-of-an-industrial-o-1772701516219-3b96aa54.png",
|
||||
imageAlt: "Maria Rodriguez, Operations Manager",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-portrait-of-an-industrial-o-1772701516219-3b96aa54.png", imageAlt: "Maria Rodriguez, Operations Manager"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
role: "Facility Manager",
|
||||
company: "Smart Buildings Corp",
|
||||
rating: 5,
|
||||
id: "4", name: "David Thompson", role: "Facility Manager", company: "Smart Buildings Corp", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-headshot-of-a-mid-career-fa-1772701515194-674abeab.png",
|
||||
imageAlt: "David Thompson, Facility Manager",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-headshot-of-a-mid-career-fa-1772701515194-674abeab.png", imageAlt: "David Thompson, Facility Manager"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
role: "Systems Engineer",
|
||||
company: "TechFlow Solutions",
|
||||
rating: 5,
|
||||
id: "5", name: "Lisa Wang", role: "Systems Engineer", company: "TechFlow Solutions", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-portrait-of-a-systems-engin-1772701517090-b068d4a7.png",
|
||||
imageAlt: "Lisa Wang, Systems Engineer",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-portrait-of-a-systems-engin-1772701517090-b068d4a7.png", imageAlt: "Lisa Wang, Systems Engineer"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Johnson",
|
||||
role: "Building Automation Specialist",
|
||||
company: "Smart City Services",
|
||||
rating: 5,
|
||||
id: "6", name: "Michael Johnson", role: "Building Automation Specialist", company: "Smart City Services", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-headshot-of-a-property-mana-1772701515614-7f07e2a2.png",
|
||||
imageAlt: "Michael Johnson, Automation Specialist",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWH5QLlaBedZzZIIVOLKfZrTjc/professional-headshot-of-a-property-mana-1772701515614-7f07e2a2.png", imageAlt: "Michael Johnson, Automation Specialist"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,47 +191,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Active Devices",
|
||||
subtitle: "Connected globally",
|
||||
category: "IoT Devices",
|
||||
value: "50,000+",
|
||||
},
|
||||
id: "1", title: "Active Devices", subtitle: "Connected globally", category: "IoT Devices", value: "50,000+"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Daily Data Points",
|
||||
subtitle: "Processed in real-time",
|
||||
category: "Analytics",
|
||||
value: "2.5B+",
|
||||
},
|
||||
id: "2", title: "Daily Data Points", subtitle: "Processed in real-time", category: "Analytics", value: "2.5B+"},
|
||||
{
|
||||
id: "3",
|
||||
title: "System Uptime",
|
||||
subtitle: "Enterprise reliability",
|
||||
category: "Infrastructure",
|
||||
value: "99.99%",
|
||||
},
|
||||
id: "3", title: "System Uptime", subtitle: "Enterprise reliability", category: "Infrastructure", value: "99.99%"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Active Users",
|
||||
subtitle: "Across all regions",
|
||||
category: "Community",
|
||||
value: "15,000+",
|
||||
},
|
||||
id: "4", title: "Active Users", subtitle: "Across all regions", category: "Community", value: "15,000+"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Average Response Time",
|
||||
subtitle: "Device command execution",
|
||||
category: "Performance",
|
||||
value: "< 100ms",
|
||||
},
|
||||
id: "5", title: "Average Response Time", subtitle: "Device command execution", category: "Performance", value: "< 100ms"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Customer Satisfaction",
|
||||
subtitle: "Retention rate",
|
||||
category: "Success",
|
||||
value: "98%",
|
||||
},
|
||||
id: "6", title: "Customer Satisfaction", subtitle: "Retention rate", category: "Success", value: "98%"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,62 +219,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Starter",
|
||||
price: "$99",
|
||||
period: "/month",
|
||||
description:
|
||||
"Perfect for individuals and small teams getting started with IoT automation.",
|
||||
button: { text: "Start Free Trial", href: "/contact" },
|
||||
featuresTitle: "Included:",
|
||||
features: [
|
||||
"Up to 10 connected devices",
|
||||
"Real-time dashboard monitoring",
|
||||
"Basic automation rules",
|
||||
"Mobile app access",
|
||||
"Email support",
|
||||
"30-day data history",
|
||||
],
|
||||
id: "starter", tag: "Starter", price: "$99", period: "/month", description:
|
||||
"Perfect for individuals and small teams getting started with IoT automation.", button: { text: "Start Free Trial", href: "/contact" },
|
||||
featuresTitle: "Included:", features: [
|
||||
"Up to 10 connected devices", "Real-time dashboard monitoring", "Basic automation rules", "Mobile app access", "Email support", "30-day data history"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional",
|
||||
price: "$499",
|
||||
period: "/month",
|
||||
description:
|
||||
"Ideal for growing businesses requiring advanced control and multi-user access.",
|
||||
button: { text: "Get Started", href: "/contact" },
|
||||
featuresTitle: "Everything in Starter plus:",
|
||||
features: [
|
||||
"Up to 100 connected devices",
|
||||
"Advanced automation engine",
|
||||
"Multi-user team management",
|
||||
"Role-based access control",
|
||||
"Priority email & chat support",
|
||||
"1-year data history",
|
||||
"Custom alert thresholds",
|
||||
"API access",
|
||||
],
|
||||
id: "professional", tag: "Professional", price: "$499", period: "/month", description:
|
||||
"Ideal for growing businesses requiring advanced control and multi-user access.", button: { text: "Get Started", href: "/contact" },
|
||||
featuresTitle: "Everything in Starter plus:", features: [
|
||||
"Up to 100 connected devices", "Advanced automation engine", "Multi-user team management", "Role-based access control", "Priority email & chat support", "1-year data history", "Custom alert thresholds", "API access"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise",
|
||||
price: "Custom",
|
||||
period: "quote",
|
||||
description:
|
||||
"Unlimited scale for large operations with dedicated support and custom integrations.",
|
||||
button: { text: "Contact Sales", href: "/contact" },
|
||||
featuresTitle: "Everything in Professional plus:",
|
||||
features: [
|
||||
"Unlimited devices",
|
||||
"Dedicated account manager",
|
||||
"24/7 phone & email support",
|
||||
"Custom integrations",
|
||||
"SLA guarantee (99.99% uptime)",
|
||||
"Advanced security options",
|
||||
"On-premise deployment available",
|
||||
"White-label solutions",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise", price: "Custom", period: "quote", description:
|
||||
"Unlimited scale for large operations with dedicated support and custom integrations.", button: { text: "Contact Sales", href: "/contact" },
|
||||
featuresTitle: "Everything in Professional plus:", features: [
|
||||
"Unlimited devices", "Dedicated account manager", "24/7 phone & email support", "Custom integrations", "SLA guarantee (99.99% uptime)", "Advanced security options", "On-premise deployment available", "White-label solutions"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -422,24 +264,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/smartcontrol",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/smartcontrol", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/smartcontrol",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/smartcontrol", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Github,
|
||||
href: "https://github.com/smartcontrol",
|
||||
ariaLabel: "GitHub",
|
||||
},
|
||||
href: "https://github.com/smartcontrol", ariaLabel: "GitHub"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
import { Users } from "lucide-react";
|
||||
Reference in New Issue
Block a user