From 14474081edfba22ddc91e8dd149c50d4e812f482 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:45:03 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 68 +++++++++++++----------------------------- 1 file changed, 21 insertions(+), 47 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a23ffd7..4652ed8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,8 +26,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, @@ -35,8 +34,7 @@ export default function AboutPage() { ], }, { - title: "Products", - items: [ + title: "Products", items: [ { label: "Multi-Layer PCB", href: "/services" }, { label: "Single-Sided PCB", href: "/services" }, { label: "Double-Sided PCB", href: "/services" }, @@ -44,8 +42,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "+91-93418 77661", href: "tel:+919341877661" }, { label: "+91-80-41222516", href: "tel:+918041222516" }, { label: "sales@vishalint.com", href: "mailto:sales@vishalint.com" }, @@ -53,8 +50,7 @@ export default function AboutPage() { ], }, { - title: "Global Reach", - items: [ + title: "Global Reach", items: [ { label: "Bangalore, India", href: "#" }, { label: "USA & Canada", href: "#" }, { label: "Israel", href: "#" }, @@ -70,7 +66,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -94,7 +90,7 @@ export default function AboutPage() { description="Vishal International is a leading manufacturer and supplier of multi-layer, single-sided, and double-sided printed circuit boards serving industries across Bangalore, India, USA, Canada, Israel, and worldwide." subdescription="With decades of expertise, cutting-edge manufacturing technology, and a commitment to quality, we deliver reliable PCB solutions tailored to your specific requirements. Our state-of-the-art facilities and skilled engineering team ensure every board meets the highest international standards." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/woman-assistant-shows-exclusive-gold-necklace-luxury-jewelry-store_613910-20412.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-assistant-shows-exclusive-gold-necklace-luxury-jewelry-store_613910-20412.jpg" imageAlt="Vishal International manufacturing team and facility" mediaAnimation="slide-up" useInvertedBackground={true} @@ -116,22 +112,16 @@ export default function AboutPage() { features={[ { icon: Award, - title: "Quality Excellence", - description: - "We never compromise on quality. Every PCB undergoes rigorous testing to meet international standards and exceed customer expectations.", - }, + title: "Quality Excellence", description: + "We never compromise on quality. Every PCB undergoes rigorous testing to meet international standards and exceed customer expectations."}, { icon: Zap, - title: "Innovation & Technology", - description: - "Continuous investment in cutting-edge manufacturing technology ensures we stay at the forefront of PCB innovation and capability.", - }, + title: "Innovation & Technology", description: + "Continuous investment in cutting-edge manufacturing technology ensures we stay at the forefront of PCB innovation and capability."}, { icon: Globe, - title: "Global Partnership", - description: - "We treat every customer as a strategic partner, providing personalized service and support regardless of location or project size.", - }, + title: "Global Partnership", description: + "We treat every customer as a strategic partner, providing personalized service and support regardless of location or project size."}, ]} animationType="blur-reveal" textboxLayout="default" @@ -155,33 +145,17 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "since", - value: "20+", - title: "Years of Excellence", - description: - "Serving the industry with consistency and reliability since our founding", - }, + id: "since", value: "20+", title: "Years of Excellence", description: + "Serving the industry with consistency and reliability since our founding"}, { - id: "clients", - value: "500+", - title: "Satisfied Clients", - description: - "Building long-term partnerships with businesses across the globe", - }, + id: "clients", value: "500+", title: "Satisfied Clients", description: + "Building long-term partnerships with businesses across the globe"}, { - id: "boards", - value: "1M+", - title: "Boards Manufactured", - description: - "Successfully delivered millions of quality PCBs worldwide", - }, + id: "boards", value: "1M+", title: "Boards Manufactured", description: + "Successfully delivered millions of quality PCBs worldwide"}, { - id: "countries", - value: "45+", - title: "Countries Served", - description: - "Shipping to markets across North America, Europe, Asia, and beyond", - }, + id: "countries", value: "45+", title: "Countries Served", description: + "Shipping to markets across North America, Europe, Asia, and beyond"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -197,7 +171,7 @@ export default function AboutPage() { @@ -46,30 +44,22 @@ export default function ServicesPage() {