diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 13ea33a..7560ccb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,9 +19,7 @@ export default function AboutPage() { ]; const navButton = { - text: "Explore Our Collection", - href: "/products", - }; + text: "Explore Our Collection", href: "/products"}; const aboutHeading = [ { type: "text" as const, content: "Three decades of" }, @@ -37,26 +35,10 @@ export default function AboutPage() { ]; const socialProofLogos = [ - "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", - "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", - "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", - "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", - "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", - "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", - "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", - "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", - ]; + "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg"]; const socialProofNames = [ - "Global Trade Partners", - "International Logistics", - "Continental Distribution", - "Enterprise Supply Chain", - "Pacific Procurement", - "European Export Alliance", - "Middle East Commerce", - "Asia Distribution Network", - ]; + "Global Trade Partners", "International Logistics", "Continental Distribution", "Enterprise Supply Chain", "Pacific Procurement", "European Export Alliance", "Middle East Commerce", "Asia Distribution Network"]; return (