From fc63e50b7dc07c122281621580841d3b6c3a0707 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 09:57:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e6562e..f2e01a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { LayoutGrid, Server, ShieldCheck, Zap } from "lucide-react"; +import { LayoutGrid } from "lucide-react"; export default function LandingPage() { return ( @@ -47,7 +47,11 @@ export default function LandingPage() { description="Minimalist high-impact web design for modern brands." buttons={[{ text: "View Work" }, { text: "Hire Me" }]} dashboard={{ - title: "Project Metrics", stats: [{ title: "Conversion", description: "Per visit", values: [85, 92, 98] }], + title: "Project Metrics", stats: [ + { title: "Conversion", description: "Per visit", values: [85, 92, 98] }, + { title: "Efficiency", description: "Per process", values: [70, 75, 80] }, + { title: "Performance", description: "Per load", values: [90, 95, 99] } + ], logoIcon: LayoutGrid, sidebarItems: [{ icon: LayoutGrid, active: true }], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg" @@ -73,6 +77,7 @@ export default function LandingPage() { { id: "s3", title: "Performance", content: "Lightning-fast load speeds for optimal user experience." }, { id: "s4", title: "Security", content: "Robust backend protection and scalable infrastructure security." } ]} + imageSrc="http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" useInvertedBackground={false} /> @@ -84,8 +89,11 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} products={[ - { id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" } + { id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" }, + { id: "p2", name: "Retro Asset Pack", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" }, + { id: "p3", name: "Interactive Logic", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" } ]} /> @@ -108,10 +116,12 @@ export default function LandingPage() { -- 2.49.1