From 01db7c39452294f4befc223f99d36d6ada111423 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:22:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 169 +++++++++-------------------------------------- 1 file changed, 31 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6906615..8bd62eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() { @@ -54,34 +43,14 @@ export default function LandingPage() { @@ -92,9 +61,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Modern Classic" description={[ - "Our platform brings back the beloved Windows 7 aesthetic, blending nostalgia with cutting-edge web technology.", - "Enjoy high performance, intuitive navigation, and the iconic 'Aero' look you know and love.", - ]} + "Our platform brings back the beloved Windows 7 aesthetic, blending nostalgia with cutting-edge web technology.", "Enjoy high performance, intuitive navigation, and the iconic 'Aero' look you know and love."]} /> @@ -104,26 +71,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Speed", - title: "Rapid Performance", - subtitle: "High Efficiency", - description: "Optimized to run seamlessly on modern hardware, just like the classic.", - imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg", - }, + tag: "Speed", title: "Rapid Performance", subtitle: "High Efficiency", description: "Optimized to run seamlessly on modern hardware, just like the classic.", imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg"}, { - tag: "Custom", - title: "Deep Personalization", - subtitle: "Your Desktop", - description: "Customize your workflow with flexible, user-friendly settings.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-operating-gear_1156-569.jpg", - }, + tag: "Custom", title: "Deep Personalization", subtitle: "Your Desktop", description: "Customize your workflow with flexible, user-friendly settings.", imageSrc: "http://img.b2bpic.net/free-photo/worker-operating-gear_1156-569.jpg"}, { - tag: "Secure", - title: "Reliable Protection", - subtitle: "Modern Safety", - description: "Built with modern security protocols while keeping the classic look.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-with-modern-touch-screen_1112-497.jpg", - }, + tag: "Secure", title: "Reliable Protection", subtitle: "Modern Safety", description: "Built with modern security protocols while keeping the classic look.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-with-modern-touch-screen_1112-497.jpg"}, ]} title="Key Features" description="Powerful capabilities wrapped in a familiar, intuitive design." @@ -137,31 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "10M+", - title: "Downloads", - items: [ - "Desktop users", - "System builders", - ], + id: "1", value: "10M+", title: "Downloads", items: ["Desktop users", "System builders"], }, { - id: "2", - value: "99.9%", - title: "Uptime", - items: [ - "Global coverage", - "Reliable access", - ], + id: "2", value: "99.9%", title: "Uptime", items: ["Global coverage", "Reliable access"], }, { - id: "3", - value: "24/7", - title: "Support", - items: [ - "Dedicated team", - "Community help", - ], + id: "3", value: "24/7", title: "Support", items: ["Dedicated team", "Community help"], }, ]} title="Impact by the Numbers" @@ -173,31 +107,11 @@ export default function LandingPage() { @@ -226,29 +133,15 @@ export default function LandingPage() { logoText="Windows Legacy" columns={[ { - title: "Products", - items: [ - { - label: "Windows OS", - href: "#", - }, - { - label: "Office Suite", - href: "#", - }, + title: "Products", items: [ + { label: "Windows OS", href: "#" }, + { label: "Office Suite", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#", - }, - { - label: "Support", - href: "#", - }, + title: "Company", items: [ + { label: "About Us", href: "#" }, + { label: "Support", href: "#" }, ], }, ]} -- 2.49.1