From 2116ed564ec447275279d5fc7bb1bd7185ca41f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:23:01 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 105 ++++++++++------------------------------- 1 file changed, 25 insertions(+), 80 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 045a32d..a40efe0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; -import { Shield, Zap, Users, Truck, Award, TrendingUp, Package, Globe } from "lucide-react"; +import { Shield, Zap, Users, Truck, Award, TrendingUp, Package, Globe, MessageSquare } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -25,7 +25,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -45,39 +45,27 @@ export default function AboutPage() { features={[ { icon: Shield, - title: "Premium Quality Assurance", - description: "Every component undergoes rigorous testing and certification to meet international industrial standards", - }, + title: "Premium Quality Assurance", description: "Every component undergoes rigorous testing and certification to meet international industrial standards"}, { icon: Zap, - title: "Advanced Technology", - description: "Engineered with precision using state-of-the-art manufacturing processes and materials", - }, + title: "Advanced Technology", description: "Engineered with precision using state-of-the-art manufacturing processes and materials"}, { icon: Users, - title: "Expert Technical Support", - description: "Dedicated team of engineers available 24/7 for installation, troubleshooting, and optimization", - }, + title: "Expert Technical Support", description: "Dedicated team of engineers available 24/7 for installation, troubleshooting, and optimization"}, { icon: Truck, - title: "Global Distribution", - description: "Fast and reliable worldwide shipping with real-time tracking and comprehensive logistics support", - }, + title: "Global Distribution", description: "Fast and reliable worldwide shipping with real-time tracking and comprehensive logistics support"}, { icon: Award, - title: "Industry Certified", - description: "ISO certified manufacturing facilities with proven track record serving Fortune 500 companies", - }, + title: "Industry Certified", description: "ISO certified manufacturing facilities with proven track record serving Fortune 500 companies"}, { icon: TrendingUp, - title: "Continuous Innovation", - description: "Committed to R&D investments ensuring products stay at the forefront of industrial technology", - }, + title: "Continuous Innovation", description: "Committed to R&D investments ensuring products stay at the forefront of industrial technology"}, ]} title="Why Choose Fatisoft Global" description="We deliver industrial excellence through cutting-edge technology, rigorous quality control, and dedicated customer support" tag="Core Strengths" - tagIcon={Star} + tagIcon={Shield} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -89,29 +77,17 @@ export default function AboutPage() {