From 724680a40bb5d3c7cec5bc8e184a3b6a646b307e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:54:04 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 93 +++++++++------------------------------- 1 file changed, 21 insertions(+), 72 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 56ee9a3..32eba2e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,32 +43,21 @@ export default function ContactPage() { description="Have questions about our distribution services? We'd love to hear from you. Contact our team today to discuss how COKeM can support your business growth." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Business Email", - required: true, + name: "email", type: "email", placeholder: "Business Email", required: true, }, { - name: "company", - type: "text", - placeholder: "Company Name", - required: true, + name: "company", type: "text", placeholder: "Company Name", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your distribution needs...", - rows: 5, + name: "message", placeholder: "Tell us about your distribution needs...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-contact-center-workspace-showin-1773215496161-5de5427a.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-contact-center-workspace-showin-1773215496161-5de5427a.png" imageAlt="Contact COKeM Electronics" mediaAnimation="blur-reveal" mediaPosition="right" @@ -80,41 +69,17 @@ export default function ContactPage() { @@ -159,8 +113,7 @@ export default function ContactPage() { logoText="COKeM" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "E-Commerce Fulfillment", href: "/services" }, { label: "Warehouse & Distribution", href: "/services" }, @@ -168,8 +121,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Partners", href: "/partners" }, { label: "Blog", href: "#" }, @@ -177,8 +129,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support Center", href: "#" }, @@ -186,8 +137,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -195,8 +145,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email Us", href: "#" }, { label: "Call Support", href: "#" }, { label: "Visit Office", href: "#" }, -- 2.49.1 From 5d12aaabb1a2af7c5ed9079e0aa941dd9ca60cd7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:54:04 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 162 ++++++++++++----------------------------------- 1 file changed, 39 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b4656e..aa87726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,17 +15,16 @@ import { Shield, Zap, ArrowRight, Users, Star } from "lucide-react"; export default function HomePage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Partners", id: "partners" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Partners", id: "/partners" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "E-Commerce Fulfillment", href: "/services" }, { label: "Warehouse & Distribution", href: "/services" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/#about" }, { label: "Partners", href: "/#partners" }, { label: "Blog", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support Center", href: "#" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -60,8 +56,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email Us", href: "#" }, { label: "Call Support", href: "#" }, { label: "Visit Office", href: "#" }, @@ -105,25 +100,15 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-minimalist-electronics-complian-1773215495584-d0703367.png", - imageAlt: "Electronics compliance dashboard", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-minimalist-electronics-complian-1773215495584-d0703367.png", imageAlt: "Electronics compliance dashboard"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-sophisticated-distribution-network-vis-1773215495214-8f167e38.png", - imageAlt: "Distribution network visualization", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-sophisticated-distribution-network-vis-1773215495214-8f167e38.png", imageAlt: "Distribution network visualization"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-state-of-the-art-warehouse-operations--1773215495981-657b7f63.png", - imageAlt: "Warehouse operations", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-state-of-the-art-warehouse-operations--1773215495981-657b7f63.png", imageAlt: "Warehouse operations"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-detailed-quality-assurance-and-testing-1773215496562-48dddcee.png", - imageAlt: "Quality assurance process", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-detailed-quality-assurance-and-testing-1773215496562-48dddcee.png", imageAlt: "Quality assurance process"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-video-game-distribution-center--1773215495647-6c379e63.png", - imageAlt: "Video game distribution center", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-video-game-distribution-center--1773215495647-6c379e63.png", imageAlt: "Video game distribution center"}, ]} /> @@ -132,9 +117,7 @@ export default function HomePage() { @@ -222,15 +178,10 @@ export default function HomePage() { tagIcon={Users} textboxLayout="default" useInvertedBackground={false} + names={[ + "Retail Partner 1", "Gaming Distributor", "Logistics Provider", "Software Solutions", "Enterprise Partner", "Global Brand", "Tech Innovator"]} logos={[ - "http://img.b2bpic.net/free-vector/collection-flat-design-c-logos_23-2148901463.jpg", - "http://img.b2bpic.net/free-vector/collection-creative-business-stationery_23-2147570461.jpg", - "http://img.b2bpic.net/free-vector/hands-protect-world_1025-72.jpg", - "http://img.b2bpic.net/free-vector/gradient-electronics-logo-templates_23-2148985013.jpg", - "http://img.b2bpic.net/free-photo/store-consultant-presenting-multiple-shirts-woman-client-chopping-center_482257-103867.jpg", - "http://img.b2bpic.net/free-vector/fun-teamwork-concept_23-2147676077.jpg", - "http://img.b2bpic.net/free-vector/globe-abstract-blue-background_1017-8016.jpg", - ]} + "http://img.b2bpic.net/free-vector/collection-flat-design-c-logos_23-2148901463.jpg", "http://img.b2bpic.net/free-vector/collection-creative-business-stationery_23-2147570461.jpg", "http://img.b2bpic.net/free-vector/hands-protect-world_1025-72.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logo-templates_23-2148985013.jpg", "http://img.b2bpic.net/free-photo/store-consultant-presenting-multiple-shirts-woman-client-chopping-center_482257-103867.jpg", "http://img.b2bpic.net/free-vector/fun-teamwork-concept_23-2147676077.jpg", "http://img.b2bpic.net/free-vector/globe-abstract-blue-background_1017-8016.jpg"]} speed={40} showCard={true} /> @@ -240,41 +191,17 @@ export default function HomePage() { Date: Wed, 11 Mar 2026 07:54:05 +0000 Subject: [PATCH 3/5] Update src/app/partners/page.tsx --- src/app/partners/page.tsx | 71 ++++++++++----------------------------- 1 file changed, 17 insertions(+), 54 deletions(-) diff --git a/src/app/partners/page.tsx b/src/app/partners/page.tsx index 0b4e644..9b4aaa0 100644 --- a/src/app/partners/page.tsx +++ b/src/app/partners/page.tsx @@ -46,15 +46,10 @@ export default function PartnersPage() { tagIcon={Users} textboxLayout="default" useInvertedBackground={false} + names={[ + "Retail Partner 1", "Gaming Distributor", "Logistics Provider", "Software Solutions", "Enterprise Partner", "Global Brand", "Tech Innovator"]} logos={[ - "http://img.b2bpic.net/free-vector/collection-flat-design-c-logos_23-2148901463.jpg", - "http://img.b2bpic.net/free-vector/collection-creative-business-stationery_23-2147570461.jpg", - "http://img.b2bpic.net/free-vector/hands-protect-world_1025-72.jpg", - "http://img.b2bpic.net/free-vector/gradient-electronics-logo-templates_23-2148985013.jpg", - "http://img.b2bpic.net/free-photo/store-consultant-presenting-multiple-shirts-woman-client-chopping-center_482257-103867.jpg", - "http://img.b2bpic.net/free-vector/fun-teamwork-concept_23-2147676077.jpg", - "http://img.b2bpic.net/free-vector/globe-abstract-blue-background_1017-8016.jpg", - ]} + "http://img.b2bpic.net/free-vector/collection-flat-design-c-logos_23-2148901463.jpg", "http://img.b2bpic.net/free-vector/collection-creative-business-stationery_23-2147570461.jpg", "http://img.b2bpic.net/free-vector/hands-protect-world_1025-72.jpg", "http://img.b2bpic.net/free-vector/gradient-electronics-logo-templates_23-2148985013.jpg", "http://img.b2bpic.net/free-photo/store-consultant-presenting-multiple-shirts-woman-client-chopping-center_482257-103867.jpg", "http://img.b2bpic.net/free-vector/fun-teamwork-concept_23-2147676077.jpg", "http://img.b2bpic.net/free-vector/globe-abstract-blue-background_1017-8016.jpg"]} speed={40} showCard={true} /> @@ -66,26 +61,15 @@ export default function PartnersPage() { tag="Industry Leadership" metrics={[ { - id: "1", - value: "500+", - description: "Active partnerships delivering premium distribution solutions globally", - }, + id: "1", value: "500+", description: "Active partnerships delivering premium distribution solutions globally"}, { - id: "2", - value: "99.2%", - description: "Compliance accuracy rating ensuring regulatory excellence", - }, + id: "2", value: "99.2%", description: "Compliance accuracy rating ensuring regulatory excellence"}, { - id: "3", - value: "48hrs", - description: "Average fulfillment time from order to shipment", - }, + id: "3", value: "48hrs", description: "Average fulfillment time from order to shipment"}, { - id: "4", - value: "20+", - description: "Years of industry expertise and trusted partnerships", - }, + id: "4", value: "20+", description: "Years of industry expertise and trusted partnerships"}, ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -98,32 +82,16 @@ export default function PartnersPage() { tagIcon={ArrowRight} features={[ { - title: "Dedicated Account Management", - description: "Personal partnership coordinators ensuring your success and growth.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-sleek-e-commerce-fulfillment-interface-1773215495551-950a0161.png?_wi=3", - imageAlt: "Dedicated account management", - buttonIcon: ArrowRight, + title: "Dedicated Account Management", description: "Personal partnership coordinators ensuring your success and growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-sleek-e-commerce-fulfillment-interface-1773215495551-950a0161.png", imageAlt: "Dedicated account management", buttonIcon: ArrowRight, }, { - title: "Exclusive Partner Portal", - description: "Real-time access to inventory, orders, analytics, and compliance documentation.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-warehouse-and-distributi-1773215496181-5edcfad8.png?_wi=3", - imageAlt: "Partner portal access", - buttonIcon: ArrowRight, + title: "Exclusive Partner Portal", description: "Real-time access to inventory, orders, analytics, and compliance documentation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-warehouse-and-distributi-1773215496181-5edcfad8.png", imageAlt: "Partner portal access", buttonIcon: ArrowRight, }, { - title: "Co-Marketing Opportunities", - description: "Collaborative campaigns and joint promotional initiatives to expand market reach.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-creative-design-and-merchandising-stud-1773215496258-78e16ab1.png?_wi=3", - imageAlt: "Co-marketing campaigns", - buttonIcon: ArrowRight, + title: "Co-Marketing Opportunities", description: "Collaborative campaigns and joint promotional initiatives to expand market reach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-creative-design-and-merchandising-stud-1773215496258-78e16ab1.png", imageAlt: "Co-marketing campaigns", buttonIcon: ArrowRight, }, { - title: "Volume-Based Incentives", - description: "Tiered pricing and rewards program for sustained partnership growth.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-compliance-assurance-con-1773215496101-09732b41.png?_wi=3", - imageAlt: "Volume incentive programs", - buttonIcon: ArrowRight, + title: "Volume-Based Incentives", description: "Tiered pricing and rewards program for sustained partnership growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-compliance-assurance-con-1773215496101-09732b41.png", imageAlt: "Volume incentive programs", buttonIcon: ArrowRight, }, ]} textboxLayout="default" @@ -136,8 +104,7 @@ export default function PartnersPage() { logoText="COKeM" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "E-Commerce Fulfillment", href: "/services" }, { label: "Warehouse & Distribution", href: "/services" }, @@ -145,8 +112,7 @@ export default function PartnersPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Partners", href: "/partners" }, { label: "Blog", href: "#" }, @@ -154,8 +120,7 @@ export default function PartnersPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support Center", href: "#" }, @@ -163,8 +128,7 @@ export default function PartnersPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -172,8 +136,7 @@ export default function PartnersPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email Us", href: "#" }, { label: "Call Support", href: "#" }, { label: "Visit Office", href: "#" }, -- 2.49.1 From 66b9100e08463322ec03f4ed2e10816e1a625250 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:54:05 +0000 Subject: [PATCH 4/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 91 +++++++++++---------------------------- 1 file changed, 24 insertions(+), 67 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 340357f..a223f94 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -11,17 +11,16 @@ import { Zap, ArrowRight } from "lucide-react"; export default function ServicesPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Partners", id: "partners" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Partners", id: "/partners" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "E-Commerce Fulfillment", href: "/services" }, { label: "Warehouse & Distribution", href: "/services" }, @@ -29,8 +28,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/#about" }, { label: "Partners", href: "/#partners" }, { label: "Blog", href: "#" }, @@ -38,8 +36,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support Center", href: "#" }, @@ -47,8 +44,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -56,8 +52,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email Us", href: "#" }, { label: "Call Support", href: "#" }, { label: "Visit Office", href: "#" }, @@ -96,32 +91,16 @@ export default function ServicesPage() { tagIcon={Zap} features={[ { - title: "E-Commerce Fulfillment", - description: "Seamless order processing and fulfillment infrastructure tailored for video game retail. Our automated systems handle inventory, picking, packing, and shipping with precision and speed.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-sleek-e-commerce-fulfillment-interface-1773215495551-950a0161.png?_wi=2", - imageAlt: "E-commerce fulfillment operations", - buttonIcon: ArrowRight, + title: "E-Commerce Fulfillment", description: "Seamless order processing and fulfillment infrastructure tailored for video game retail. Our automated systems handle inventory, picking, packing, and shipping with precision and speed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-sleek-e-commerce-fulfillment-interface-1773215495551-950a0161.png", imageAlt: "E-commerce fulfillment operations", buttonIcon: ArrowRight, }, { - title: "Warehouse & Distribution", - description: "State-of-the-art facilities ensuring rapid delivery and inventory optimization across regions. Multi-location warehouses positioned strategically for maximum efficiency.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-warehouse-and-distributi-1773215496181-5edcfad8.png?_wi=2", - imageAlt: "Warehouse and distribution network", - buttonIcon: ArrowRight, + title: "Warehouse & Distribution", description: "State-of-the-art facilities ensuring rapid delivery and inventory optimization across regions. Multi-location warehouses positioned strategically for maximum efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-warehouse-and-distributi-1773215496181-5edcfad8.png", imageAlt: "Warehouse and distribution network", buttonIcon: ArrowRight, }, { - title: "Design & Merchandising", - description: "Creative product presentation and strategic merchandising solutions to maximize retail impact. Our design team creates compelling product displays that drive consumer engagement.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-creative-design-and-merchandising-stud-1773215496258-78e16ab1.png?_wi=2", - imageAlt: "Design and merchandising showcase", - buttonIcon: ArrowRight, + title: "Design & Merchandising", description: "Creative product presentation and strategic merchandising solutions to maximize retail impact. Our design team creates compelling product displays that drive consumer engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-creative-design-and-merchandising-stud-1773215496258-78e16ab1.png", imageAlt: "Design and merchandising showcase", buttonIcon: ArrowRight, }, { - title: "Compliance Assurance", - description: "Full compliance management for electronics distribution, ensuring regulatory excellence across all markets. We maintain the highest industry standards and certifications.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-compliance-assurance-con-1773215496101-09732b41.png?_wi=2", - imageAlt: "Compliance and quality assurance", - buttonIcon: ArrowRight, + title: "Compliance Assurance", description: "Full compliance management for electronics distribution, ensuring regulatory excellence across all markets. We maintain the highest industry standards and certifications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-comprehensive-compliance-assurance-con-1773215496101-09732b41.png", imageAlt: "Compliance and quality assurance", buttonIcon: ArrowRight, }, ]} textboxLayout="default" @@ -135,26 +114,15 @@ export default function ServicesPage() { tag="Service Performance" metrics={[ { - id: "1", - value: "99.8%", - description: "Order accuracy rate ensuring precise fulfillment every single time", - }, + id: "1", value: "99.8%", description: "Order accuracy rate ensuring precise fulfillment every single time"}, { - id: "2", - value: "24/7", - description: "Round-the-clock monitoring and support for all distribution operations", - }, + id: "2", value: "24/7", description: "Round-the-clock monitoring and support for all distribution operations"}, { - id: "3", - value: "15+", - description: "Regional distribution centers strategically positioned nationwide", - }, + id: "3", value: "15+", description: "Regional distribution centers strategically positioned nationwide"}, { - id: "4", - value: "10M+", - description: "Units processed annually with zero critical compliance incidents", - }, + id: "4", value: "10M+", description: "Units processed annually with zero critical compliance incidents"}, ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -165,32 +133,21 @@ export default function ServicesPage() { description="Let's discuss how our comprehensive services can optimize your supply chain and drive business growth. Our team is ready to create a customized solution for your needs." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Business Email", - required: true, + name: "email", type: "email", placeholder: "Business Email", required: true, }, { - name: "company", - type: "text", - placeholder: "Company Name", - required: true, + name: "company", type: "text", placeholder: "Company Name", required: true, }, ]} textarea={{ - name: "inquiry", - placeholder: "What services are you interested in?", - rows: 5, + name: "inquiry", placeholder: "What services are you interested in?", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-contact-center-workspace-showin-1773215496161-5de5427a.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3An2wbFNfoubJs2VOxsoU6O5vGQ/a-modern-contact-center-workspace-showin-1773215496161-5de5427a.png" imageAlt="Contact our services team" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 6858211fe06c7734863f84158ec51c11d8b6fb78 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:54:06 +0000 Subject: [PATCH 5/5] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 62 ++++++++----------- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..652ae55 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,41 @@ -"use client"; - -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; +import React from "react"; interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; + text: string; className?: string; + textClassName?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + text, + className = "", textClassName = ""}) => { return ( + + + + + + - {logoText} + {text} ); -}); - -SvgTextLogo.displayName = "SvgTextLogo"; +}; export default SvgTextLogo; -- 2.49.1