Update src/app/about/page.tsx
This commit is contained in:
@@ -23,32 +23,32 @@ export default function AboutPage() {
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Products", href: "/" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Product Categories", href: "/" },
|
||||
{ label: "Distribution Network", href: "/" },
|
||||
{ label: "Quality Assurance", href: "/" },
|
||||
{ label: "Compliance", href: "/" },
|
||||
{ label: "Product Categories", href: "/products" },
|
||||
{ label: "Distribution Network", href: "/products" },
|
||||
{ label: "Quality Assurance", href: "/products" },
|
||||
{ label: "Compliance", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Partnership Inquiries", href: "/contact" },
|
||||
{ label: "Support", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Careers", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Addis Ababa Office", href: "/" },
|
||||
{ label: "Addis Ababa Office", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email: info@pylontrading.et", href: "/" },
|
||||
{ label: "Phone: +251 11 XXX XXXX", href: "/" },
|
||||
{ label: "Email: info@pylontrading.et", href: "/contact" },
|
||||
{ label: "Phone: +251 11 XXX XXXX", href: "/contact" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -71,9 +71,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="Pylon Trading"
|
||||
button={{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,24 +81,16 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Pill,
|
||||
label: "Product Categories",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Product Categories", value: "500+"},
|
||||
{
|
||||
icon: Truck,
|
||||
label: "Distribution Points",
|
||||
value: "30+",
|
||||
},
|
||||
label: "Distribution Points", value: "30+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Healthcare Partners",
|
||||
value: "250+",
|
||||
},
|
||||
label: "Healthcare Partners", value: "250+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Regulatory Compliance",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Regulatory Compliance", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -116,20 +106,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "on-time",
|
||||
value: "99.2%",
|
||||
description: "On-Time Delivery Rate",
|
||||
},
|
||||
id: "on-time", value: "99.2%", description: "On-Time Delivery Rate"},
|
||||
{
|
||||
id: "stock-accuracy",
|
||||
value: "99.8%",
|
||||
description: "Inventory Accuracy",
|
||||
},
|
||||
id: "stock-accuracy", value: "99.8%", description: "Inventory Accuracy"},
|
||||
{
|
||||
id: "customer-satisfaction",
|
||||
value: "4.9/5",
|
||||
description: "Average Partner Rating",
|
||||
},
|
||||
id: "customer-satisfaction", value: "4.9/5", description: "Average Partner Rating"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -147,67 +128,31 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Abebe Getnet",
|
||||
role: "Procurement Director",
|
||||
company: "St. Paul Hospital, Addis Ababa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Dr. Abebe Getnet", role: "Procurement Director", company: "St. Paul Hospital, Addis Ababa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Almaz Tadesse",
|
||||
role: "Pharmacy Manager",
|
||||
company: "City Clinic Network",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-doctor-with-stethoscope-writing-receipt-book_114579-14165.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Almaz Tadesse", role: "Pharmacy Manager", company: "City Clinic Network", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-doctor-with-stethoscope-writing-receipt-book_114579-14165.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Yared Kebede",
|
||||
role: "Supply Chain Manager",
|
||||
company: "Regional Medical Center",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886812.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Yared Kebede", role: "Supply Chain Manager", company: "Regional Medical Center", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886812.jpg?_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Marta Habtamu",
|
||||
role: "Hospital Administrator",
|
||||
company: "Mercy Health Facilities",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desk-looking-camera_23-2148285720.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Dr. Marta Habtamu", role: "Hospital Administrator", company: "Mercy Health Facilities", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desk-looking-camera_23-2148285720.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tekle Worku",
|
||||
role: "Operations Manager",
|
||||
company: "Addis Pharmacy Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Tekle Worku", role: "Operations Manager", company: "Addis Pharmacy Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dr. Hirut Lemma",
|
||||
role: "Clinical Director",
|
||||
company: "Ethiopian Health Foundation",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg?_wi=2",
|
||||
},
|
||||
id: "6", name: "Dr. Hirut Lemma", role: "Clinical Director", company: "Ethiopian Health Foundation", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "15+ Years",
|
||||
label: "Industry Experience",
|
||||
},
|
||||
value: "15+ Years", label: "Industry Experience"},
|
||||
{
|
||||
value: "250+",
|
||||
label: "Healthcare Partners",
|
||||
},
|
||||
value: "250+", label: "Healthcare Partners"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Customer Retention",
|
||||
},
|
||||
value: "98%", label: "Customer Retention"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user