Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,28 +26,28 @@ const dashboardMetrics = [
|
||||
|
||||
const criticalAlerts = [
|
||||
{
|
||||
id: "alert-1", category: "Error", title: "RX-204 Motor Overheating", excerpt: "Motor temperature has exceeded safe operating threshold. Immediate inspection recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png?_wi=1", imageAlt: "Critical alert notification", authorName: "System Alert", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/alert-warning-icon-for-mobile-app-notifi-1772795057007-fb97772c.png", date: "2 min ago"},
|
||||
id: "alert-1", category: "Error", title: "RX-204 Motor Overheating", excerpt: "Motor temperature has exceeded safe operating threshold. Immediate inspection recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png", imageAlt: "Critical alert notification", authorName: "System Alert", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/alert-warning-icon-for-mobile-app-notifi-1772795057007-fb97772c.png", date: "2 min ago"},
|
||||
{
|
||||
id: "alert-2", category: "Maintenance", title: "TX-112 Maintenance Due", excerpt: "Routine maintenance schedule requires immediate attention for optimal performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png?_wi=2", imageAlt: "Maintenance alert", authorName: "Maintenance System", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/maintenance-wrench-icon-for-mobile-app-w-1772795057539-7e9c1ae7.png", date: "15 min ago"},
|
||||
id: "alert-2", category: "Maintenance", title: "TX-112 Maintenance Due", excerpt: "Routine maintenance schedule requires immediate attention for optimal performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png", imageAlt: "Maintenance alert", authorName: "Maintenance System", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/maintenance-wrench-icon-for-mobile-app-w-1772795057539-7e9c1ae7.png", date: "15 min ago"},
|
||||
{
|
||||
id: "alert-3", category: "Warning", title: "AR-089 Battery Low", excerpt: "Battery level critically low. Robot requires charging before next task assignment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png?_wi=3", imageAlt: "Battery warning alert", authorName: "Power System", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/robot-battery-percentage-progress-bar-fo-1772795056908-5fd67ffb.png", date: "8 min ago"},
|
||||
id: "alert-3", category: "Warning", title: "AR-089 Battery Low", excerpt: "Battery level critically low. Robot requires charging before next task assignment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png", imageAlt: "Battery warning alert", authorName: "Power System", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/robot-battery-percentage-progress-bar-fo-1772795056908-5fd67ffb.png", date: "8 min ago"},
|
||||
{
|
||||
id: "alert-4", category: "Error", title: "RZ-456 Sensor Fault", excerpt: "Proximity sensor malfunction detected. Robot performance may be compromised.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png?_wi=4", imageAlt: "Sensor fault alert", authorName: "Diagnostic System", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/alert-warning-icon-for-mobile-app-notifi-1772795057007-fb97772c.png", date: "25 min ago"},
|
||||
id: "alert-4", category: "Error", title: "RZ-456 Sensor Fault", excerpt: "Proximity sensor malfunction detected. Robot performance may be compromised.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-critical-alerts-section-with--1772795058273-57bd442d.png", imageAlt: "Sensor fault alert", authorName: "Diagnostic System", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/alert-warning-icon-for-mobile-app-notifi-1772795057007-fb97772c.png", date: "25 min ago"},
|
||||
];
|
||||
|
||||
const activeTasks = [
|
||||
{
|
||||
id: "task-1", title: "Inspect Component Assembly - RX-204", tags: ["High Priority", "Due Today"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png?_wi=1", imageAlt: "Task 1 preview"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png", imageAlt: "Task 1 preview"},
|
||||
{
|
||||
id: "task-2", title: "Calibrate Sensors - TX-112", tags: ["Medium Priority", "Due Tomorrow"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png?_wi=2", imageAlt: "Task 2 preview"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png", imageAlt: "Task 2 preview"},
|
||||
{
|
||||
id: "task-3", title: "Update Firmware - AR-089", tags: ["Low Priority", "Due in 2 days"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png?_wi=3", imageAlt: "Task 3 preview"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png", imageAlt: "Task 3 preview"},
|
||||
{
|
||||
id: "task-4", title: "Clean Optical Elements - RZ-456", tags: ["Medium Priority", "Due Today"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png?_wi=4", imageAlt: "Task 4 preview"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-app-active-tasks-section-showing--1772795058035-f4798515.png", imageAlt: "Task 4 preview"},
|
||||
];
|
||||
|
||||
const socialLinks = [
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#features" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKoRUCwHSOGPJ8jbO0GG1urun/mobile-ios-dashboard-interface-for-a-rob-1772795057599-e27fe3c7.png"
|
||||
imageAlt="RoboLab Manager mobile dashboard interface"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
description="Real-time status of your robotics laboratory and operational metrics"
|
||||
tag="Status Summary"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="entrance-slide"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="opacity"
|
||||
@@ -174,4 +174,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user