From c0c1c78c63910a985ac7fdc21e71b40f37ff9179 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:59:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 +++++++++++------------------------------------ 1 file changed, 64 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dbfd8d..7e418db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,98 +48,55 @@ export default function LandingPage() {
@@ -158,9 +107,7 @@ export default function LandingPage() { title="Built for the Future of Enterprise" buttons={[ { - text: "Our Mission", - href: "#", - }, + text: "Our Mission", href: "#"}, ]} /> @@ -172,20 +119,11 @@ export default function LandingPage() { description="Everything you need to manage your business effectively." accordionItems={[ { - id: "1", - title: "High Performance", - content: "Lightning fast load times for every operation.", - }, + id: "1", title: "High Performance", content: "Lightning fast load times for every operation."}, { - id: "2", - title: "Secure Infrastructure", - content: "Enterprise-grade security for your peace of mind.", - }, + id: "2", title: "Secure Infrastructure", content: "Enterprise-grade security for your peace of mind."}, { - id: "3", - title: "Automated Scaling", - content: "Effortlessly grows with your customer base.", - }, + id: "3", title: "Automated Scaling", content: "Effortlessly grows with your customer base."}, ]} imageSrc="http://img.b2bpic.net/free-photo/finger-pressing-circle_1112-656.jpg" mediaAnimation="slide-up" @@ -200,41 +138,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Pro Suite", - price: "$49", - imageSrc: "http://img.b2bpic.net/free-photo/programmers-data-center-using-mockup-tablet-observing-equipment-analytics_482257-125853.jpg", - }, + id: "p1", name: "Pro Suite", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/programmers-data-center-using-mockup-tablet-observing-equipment-analytics_482257-125853.jpg"}, { - id: "p2", - name: "Cloud Hub", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", - }, + id: "p2", name: "Cloud Hub", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"}, { - id: "p3", - name: "Analytics AI", - price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", - }, + id: "p3", name: "Analytics AI", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"}, { - id: "p4", - name: "Dev Kit", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-works-modern-workspace-using-green-screen-dual-monitors-setup-high-tech_482257-135461.jpg", - }, + id: "p4", name: "Dev Kit", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-works-modern-workspace-using-green-screen-dual-monitors-setup-high-tech_482257-135461.jpg"}, { - id: "p5", - name: "Team Sync", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-124677.jpg", - }, + id: "p5", name: "Team Sync", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-124677.jpg"}, { - id: "p6", - name: "Security Pro", - price: "$79", - imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg", - }, + id: "p6", name: "Security Pro", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg"}, ]} title="Our Products" description="Professional tools for your workflow." @@ -243,30 +157,19 @@ export default function LandingPage() {
@@ -395,29 +250,19 @@ export default function LandingPage() { logoText="NEXUS" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Team", - href: "#", - }, + label: "Team", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1