Update src/app/page.tsx

This commit is contained in:
2026-03-09 19:47:47 +00:00
parent 8dbf614388
commit 07bf625456

View File

@@ -54,10 +54,10 @@ export default function LandingPage() {
{ text: "View Dashboard", href: "https://techvault.io/admin" }
]}
buttonAnimation="blur-reveal"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
dashboard={{
title: "Real-Time Commerce Hub", logoIcon: Hexagon,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiptcO4QrzBpwIQbUIl2kal97h/a-sleek-dark-tech-dashboard-interface-sh-1773085533392-c7e92339.png?_wi=1", searchPlaceholder: "Search products...", buttons: [
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiptcO4QrzBpwIQbUIl2kal97h/a-sleek-dark-tech-dashboard-interface-sh-1773085533392-c7e92339.png", searchPlaceholder: "Search products...", buttons: [
{ text: "Dashboard", href: "https://techvault.io/admin" },
{ text: "Export Reports", href: "#" }
],
@@ -145,7 +145,7 @@ export default function LandingPage() {
]
},
{
title: "Admin Tasks", description: "Comprehensive sales and customer behavior insights", bentoComponent: "3d-task-list", title: "Daily Tasks", items: [
title: "Admin Tasks", description: "Comprehensive sales and customer behavior insights", bentoComponent: "3d-task-list", items: [
{ icon: ShoppingCart, label: "Process Orders", time: "2 min" },
{ icon: Package, label: "Update Stock", time: "5 min" },
{ icon: TrendingUp, label: "Review Analytics", time: "10 min" }
@@ -276,7 +276,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiptcO4QrzBpwIQbUIl2kal97h/a-sleek-dark-tech-dashboard-interface-sh-1773085533392-c7e92339.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiptcO4QrzBpwIQbUIl2kal97h/a-sleek-dark-tech-dashboard-interface-sh-1773085533392-c7e92339.png"
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="your@email.com"