diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e0b673..8ad151d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,136 +29,46 @@ export default function LandingPage() {
@@ -170,24 +80,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Linux Terminal", - description: "Native shell integration for complete system command control.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-programmer-working-cloud-computing-with-algorithm_482257-120315.jpg?_wi=1", - }, - { - id: "f2", - title: "3D Orbital UI", - description: "Interact with your device in a full 360-degree environment.", - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160585.jpg?_wi=1", - }, - { - id: "f3", - title: "Coher Logo Auth", - description: "Exclusive branding sequence upon system boot-up.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg?_wi=1", - }, + { id: "f1", title: "Linux Terminal", description: "Native shell integration for complete system command control.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-programmer-working-cloud-computing-with-algorithm_482257-120315.jpg" }, + { id: "f2", title: "3D Orbital UI", description: "Interact with your device in a full 360-degree environment.", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160585.jpg" }, + { id: "f3", title: "Coher Logo Auth", description: "Exclusive branding sequence upon system boot-up.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg" }, ]} title="Linux Kernel Integration" description="Powerful terminal interactions directly from your hardware interface." @@ -200,148 +95,23 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99.99%", - title: "Uptime", - description: "Constant system availability for your critical shell scripts.", - imageSrc: "asset://metric-img-1", - }, - { - id: "m2", - value: "1.2ms", - title: "Command Latency", - description: "Ultra-fast response for every terminal command executed.", - imageSrc: "asset://metric-img-2", - }, - { - id: "m3", - value: "24/7", - title: "Support", - description: "Continuous access to your development workspace.", - imageSrc: "asset://metric-img-3", - }, + { id: "m1", value: "99.99%", title: "Uptime", description: "Constant system availability for your critical shell scripts.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_52683-25998.jpg" }, + { id: "m2", value: "1.2ms", title: "Command Latency", description: "Ultra-fast response for every terminal command executed.", imageSrc: "http://img.b2bpic.net/free-vector/dark-modern-technology-background_1035-9560.jpg" }, + { id: "m3", value: "24/7", title: "Support", description: "Continuous access to your development workspace.", imageSrc: "http://img.b2bpic.net/free-photo/satellite_181624-463.jpg" }, ]} title="System Performance" description="High-fidelity hardware analytics for your development needs." /> -
- -
- -
- -
-