From 8ba6e4f190b2d5748a593b38a12d65500997f5ab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:55:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81112d8..4df2c44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,15 +47,15 @@ export default function LandingPage() { description="AI-powered real-time analytics across unlimited camera feeds. Transform surveillance into actionable insights with YOLOv8 computer vision. One platform for Workplace Safety, Traffic Analytics, Manufacturing QA, and Restaurant Operations." tag="AI Surveillance Revolution" tagIcon={Zap} - background={{ variant: "noise" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/a-modern-ai-powered-surveillance-dashboa-1772477572857-f81e1ae7.png?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/a-modern-ai-powered-surveillance-dashboa-1772477572857-f81e1ae7.png" imageAlt="VisionSync AI surveillance dashboard with multi-camera feeds and real-time analytics" buttons={[ { text: "Get Early Access", href: "#contact" }, { text: "View Demo", href: "#features" } ]} mediaAnimation="slide-up" - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -110,13 +110,13 @@ export default function LandingPage() { id: "workplace", name: "Workplace Safety", price: "PPE Compliance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/a-live-demo-showing-visionsync-detecting-1772477572828-a28bf781.png", imageAlt: "Workplace safety PPE detection interface", initialQuantity: 1 }, { - id: "traffic", name: "Traffic Analytics", price: "Vehicle Counting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/traffic-analytics-dashboard-displaying-v-1772477572527-e78472d2.png?_wi=1", imageAlt: "Traffic analytics and vehicle detection dashboard", initialQuantity: 1 + id: "traffic", name: "Traffic Analytics", price: "Vehicle Counting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/traffic-analytics-dashboard-displaying-v-1772477572527-e78472d2.png", imageAlt: "Traffic analytics and vehicle detection dashboard", initialQuantity: 1 }, { - id: "manufacturing", name: "Manufacturing QA", price: "Defect Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/manufacturing-quality-control-screen-usi-1772477572965-8dd9f16a.png?_wi=1", imageAlt: "Manufacturing quality control defect detection", initialQuantity: 1 + id: "manufacturing", name: "Manufacturing QA", price: "Defect Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/manufacturing-quality-control-screen-usi-1772477572965-8dd9f16a.png", imageAlt: "Manufacturing quality control defect detection", initialQuantity: 1 }, { - id: "restaurant", name: "Restaurant Ops", price: "Occupancy Monitor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/restaurant-operations-dashboard-monitori-1772477573813-8fce1c44.png?_wi=1", imageAlt: "Restaurant occupancy and table management", initialQuantity: 1 + id: "restaurant", name: "Restaurant Ops", price: "Occupancy Monitor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwG6UBG1VgAzptAMsnXE4YBZC/restaurant-operations-dashboard-monitori-1772477573813-8fce1c44.png", imageAlt: "Restaurant occupancy and table management", initialQuantity: 1 } ]} gridVariant="four-items-2x2-equal-grid" @@ -134,7 +134,7 @@ export default function LandingPage() {