From f572adcd6ac01b11cea06df951ee4247354d2715 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:20:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34b37fb..4fc62a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,62 +48,39 @@ export default function LandingPage() {
@@ -124,25 +93,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "3,500+", - title: "Happy Clients", - description: "Global restaurants and enterprises trust our solutions.", - icon: Users, + id: "m1", value: "3,500+", title: "Happy Clients", description: "Global restaurants and enterprises trust our solutions.", icon: Users, }, { - id: "m2", - value: "80M+", - title: "Payments Processed", - description: "Reliable transactional infrastructure for high volumes.", - icon: CreditCard, + id: "m2", value: "80M+", title: "Payments Processed", description: "Reliable transactional infrastructure for high volumes.", icon: CreditCard, }, { - id: "m3", - value: "24/7", - title: "Expert Support", - description: "Always-on service to keep your operations running.", - icon: Headphones, + id: "m3", value: "24/7", title: "Expert Support", description: "Always-on service to keep your operations running.", icon: Headphones, }, ]} title="Impact at Scale" @@ -157,34 +114,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - label: "Payments", - title: "Integrated Payments", - items: [ - "Real-time transaction tracking", - "Unified payment gateway", - "Automatic settlement tools", - ], + id: "f1", label: "Payments", title: "Integrated Payments", items: [ + "Real-time transaction tracking", "Unified payment gateway", "Automatic settlement tools"], }, { - id: "f2", - label: "Management", - title: "Smart Operations", - items: [ - "Staff resource allocation", - "Inventory management", - "Operational analytics", - ], + id: "f2", label: "Management", title: "Smart Operations", items: [ + "Staff resource allocation", "Inventory management", "Operational analytics"], }, { - id: "f3", - label: "Growth", - title: "Customer Loyalty", - items: [ - "Review generation engine", - "Repeat visit incentives", - "Loyalty program automation", - ], + id: "f3", label: "Growth", title: "Customer Loyalty", items: [ + "Review generation engine", "Repeat visit incentives", "Loyalty program automation"], }, ]} title="Every check now drives value" @@ -197,20 +136,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "This isn't a trend. It's your shift.", - }, + type: "text", content: "This isn't a trend. It's your shift."}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", - alt: "Jaskinfotech office", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", alt: "Jaskinfotech office"}, ]} buttons={[ { - text: "Our Mission", - href: "#", - }, + text: "Our Mission", href: "#"}, ]} /> @@ -219,47 +151,23 @@ export default function LandingPage() { @@ -291,20 +192,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Is your system secure?", - content: "We use bank-grade encryption for all transactions.", - }, + id: "q1", title: "Is your system secure?", content: "We use bank-grade encryption for all transactions."}, { - id: "q2", - title: "How long for onboarding?", - content: "Our team ensures a smooth setup in under 48 hours.", - }, + id: "q2", title: "How long for onboarding?", content: "Our team ensures a smooth setup in under 48 hours."}, { - id: "q3", - title: "Can I integrate existing APIs?", - content: "Absolutely, our architecture is built for extensibility.", - }, + id: "q3", title: "Can I integrate existing APIs?", content: "Absolutely, our architecture is built for extensibility."}, ]} imageSrc="http://img.b2bpic.net/free-photo/businessman-analyzing-performance-metrics-his-computer-workplace_482257-122613.jpg" mediaAnimation="slide-up" @@ -321,22 +213,14 @@ export default function LandingPage() { description="Contact us today for a demo and customized solution tailored to your business." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your project description...", - rows: 4, + name: "message", placeholder: "Your project description...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg" @@ -347,37 +231,23 @@ export default function LandingPage() {