From 2d898a4f93eec8e46b0ad49033185b1beeb436b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:29:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 +++++++---------------------------------------- 1 file changed, 33 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a73530f..9760c07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,64 +32,26 @@ export default function LandingPage() {
@@ -129,38 +79,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "User Authentication", - author: "Access Control", - description: "Secure, fast user authentication with robust permission management.", - tags: [ - "Security", - "Fast", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-guard-man-protecting-client_23-2148404019.jpg", - }, + id: "f1", title: "User Authentication", author: "Access Control", description: "Secure, fast user authentication with robust permission management.", tags: ["Security", "Fast"], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-guard-man-protecting-client_23-2148404019.jpg"}, { - id: "f2", - title: "Article Management", - author: "Content Engine", - description: "Streamlined article creation, versioning, and archiving tools.", - tags: [ - "CMS", - "Articles", - ], - imageSrc: "http://img.b2bpic.net/free-vector/system-admin-icon-set_1284-71964.jpg", - }, + id: "f2", title: "Article Management", author: "Content Engine", description: "Streamlined article creation, versioning, and archiving tools.", tags: ["CMS", "Articles"], + imageSrc: "http://img.b2bpic.net/free-vector/system-admin-icon-set_1284-71964.jpg"}, { - id: "f3", - title: "Newsletter Analytics", - author: "Marketing Module", - description: "Powerful email templates and performance dashboard built-in.", - tags: [ - "Email", - "Stats", - ], - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg", - }, + id: "f3", title: "Newsletter Analytics", author: "Marketing Module", description: "Powerful email templates and performance dashboard built-in.", tags: ["Email", "Stats"], + imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg"}, ]} title="System Features" description="Comprehensive tools for your organization content infrastructure." @@ -174,21 +100,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "99.9%", - description: "Uptime Reliability", - }, - { - id: "m2", - value: "24/7", - description: "Support Availability", - }, - { - id: "m3", - value: "<50ms", - description: "Average API Latency", - }, + { id: "m1", value: "99.9%", description: "Uptime Reliability" }, + { id: "m2", value: "24/7", description: "Support Availability" }, + { id: "m3", value: "<50ms", description: "Average API Latency" }, ]} title="Technical Performance" description="Real-time metrics for system efficiency." @@ -202,60 +116,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Support", - name: "Tri-annual Maintenance", - price: "Included", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines_1048-14148.jpg", - }, - { - id: "p2", - brand: "DevOps", - name: "Perpetual Updates", - price: "7%", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg", - }, - { - id: "p3", - brand: "Hosting", - name: "Domain & Management", - price: "Yearly", - rating: 5, - reviewCount: "30+", - imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg", - }, - { - id: "p4", - brand: "Extras", - name: "Email Auto-Forwarding", - price: "Complimentary", - rating: 5, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-vector/cartoon-server-data-icon-flat-isolated-white-big-data-computer-rack-cloud-workstation-vector_90220-2661.jpg", - }, - { - id: "p5", - brand: "Technical", - name: "On-Call Bug Fixes", - price: "Support", - rating: 5, - reviewCount: "20+", - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038912.jpg", - }, - { - id: "p6", - brand: "General", - name: "Documentation", - price: "Standard", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-uses-intercom_1398-1601.jpg", - }, + { id: "p1", brand: "Support", name: "Tri-annual Maintenance", price: "Included", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-lines_1048-14148.jpg" }, + { id: "p2", brand: "DevOps", name: "Perpetual Updates", price: "7%", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg" }, + { id: "p3", brand: "Hosting", name: "Domain & Management", price: "Yearly", rating: 5, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg" }, ]} title="Maintenance & Support Roadmap" description="We ensure your system stays optimized and bug-free with perpetual updates." @@ -266,15 +129,7 @@ export default function LandingPage() { @@ -284,22 +139,12 @@ export default function LandingPage() { @@ -308,9 +153,7 @@ export default function LandingPage() {
-- 2.49.1