diff --git a/src/app/page.tsx b/src/app/page.tsx index 27bfc2e..246aff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,43 +31,24 @@ export default function LandingPage() {
@@ -95,21 +72,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Advanced Insights", - description: "Real-time data processing for actionable insights.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg", - }, - { - title: "Secure Infrastructure", - description: "Military-grade encryption for all your data.", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-male-worker-analyzing-performance-data-laptop-optimizing-efficiency_482257-135442.jpg", - }, - { - title: "Global Scaling", - description: "Deploy to thousands of servers with one click.", - imageSrc: "http://img.b2bpic.net/free-photo/out-focus-bokeh-city_1353-311.jpg", - }, + { title: "Advanced Insights", description: "Real-time data processing for actionable insights.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg" }, + { title: "Secure Infrastructure", description: "Military-grade encryption for all your data.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-male-worker-analyzing-performance-data-laptop-optimizing-efficiency_482257-135442.jpg" }, + { title: "Global Scaling", description: "Deploy to thousands of servers with one click.", imageSrc: "http://img.b2bpic.net/free-photo/out-focus-bokeh-city_1353-311.jpg" }, ]} title="Powerful Core Features" description="Enterprise-ready tools developed for modern digital ecosystems." @@ -122,37 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "99.9%", - title: "Uptime", - items: [ - "Robust infrastructure", - "Global failover", - "Auto recovery", - ], - }, - { - id: "m2", - value: "100k+", - title: "Processed daily", - items: [ - "High throughput", - "Low latency", - "Scalable nodes", - ], - }, - { - id: "m3", - value: "50+", - title: "Integrations", - description: "Seamlessly connect with your tools.", - items: [ - "Open API", - "REST hooks", - "Native SDKs", - ], - }, + { id: "m1", value: "99.9%", title: "Uptime", items: ["Robust infrastructure", "Global failover", "Auto recovery"] }, + { id: "m2", value: "100k+", title: "Processed daily", items: ["High throughput", "Low latency", "Scalable nodes"] }, + { id: "m3", value: "50+", title: "Integrations", items: ["Open API", "REST hooks", "Native SDKs"] }, ]} title="Proven Performance" description="Our numbers speak for the efficiency we bring to your business." @@ -166,42 +103,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Basic SaaS", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg", - }, - { - id: "p2", - name: "Advanced Pro", - price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/worker-checking-greenscreen-display_482257-86784.jpg", - }, - { - id: "p3", - name: "Enterprise Plus", - price: "$899", - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg", - }, - { - id: "p4", - name: "Global Scale", - price: "$1299", - imageSrc: "http://img.b2bpic.net/free-photo/computer-monitors-office-desk-showing-data-analytics-dashboards_482257-126705.jpg", - }, - { - id: "p5", - name: "Security Suite", - price: "$499", - imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg", - }, - { - id: "p6", - name: "Analytics Pro", - price: "$699", - imageSrc: "http://img.b2bpic.net/free-photo/glowing-finger-controls-modern-nightlife-technology-table-generated-by-ai_188544-27026.jpg", - }, + { id: "p1", name: "Basic SaaS", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-analytics-dashboard_23-2151957122.jpg" }, + { id: "p2", name: "Advanced Pro", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/worker-checking-greenscreen-display_482257-86784.jpg" }, + { id: "p3", name: "Enterprise Plus", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg" }, ]} title="Comprehensive Software Suite" description="Choose the product tier that fits your growth ambitions." @@ -214,48 +118,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "basic", - price: "$99", - name: "Starter", - buttons: [ - { - text: "Select", - }, - ], - features: [ - "Limited API access", - "Community support", - ], - }, - { - id: "pro", - price: "$299", - name: "Professional", - buttons: [ - { - text: "Select", - }, - ], - features: [ - "Full API access", - "24/7 Priority support", - ], - }, - { - id: "ent", - price: "$899", - name: "Enterprise", - buttons: [ - { - text: "Select", - }, - ], - features: [ - "Dedicated manager", - "Custom infra setup", - ], - }, + { id: "basic", price: "$99", name: "Starter", buttons: [{ text: "Select" }], features: ["Limited API access", "Community support"] }, + { id: "pro", price: "$299", name: "Professional", buttons: [{ text: "Select" }], features: ["Full API access", "24/7 Priority support"] }, + { id: "ent", price: "$899", name: "Enterprise", buttons: [{ text: "Select" }], features: ["Dedicated manager", "Custom infra setup"] }, ]} title="Simple Pricing Plans" description="Transparent billing for transparent growth." @@ -266,61 +131,16 @@ export default function LandingPage() {