From 52dbbd85ecf6b85408c5d4ff4e96306b8d7e994e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:19:03 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 120 +++++++++++------------------------------ 1 file changed, 30 insertions(+), 90 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4b62191..44da5d0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,38 +27,22 @@ export default function LandingPage() { @@ -70,19 +54,13 @@ export default function LandingPage() { metrics={[ { icon: History, - label: "Years in Industry", - value: "25+", - }, + label: "Years in Industry", value: "25+"}, { icon: Award, - label: "Commitment to Quality", - value: "100%", - }, + label: "Commitment to Quality", value: "100%"}, { icon: Award, - label: "Satisfied Partners", - value: "500+", - }, + label: "Satisfied Partners", value: "500+"}, ]} metricsAnimation="slide-up" /> @@ -96,19 +74,13 @@ export default function LandingPage() { features={[ { icon: Diamond, - title: "Authentic Craftsmanship", - description: "We source and supply only genuine Greek souvenirs, handcrafted with traditional techniques and meticulous attention to detail.", - }, + title: "Authentic Craftsmanship", description: "We source and supply only genuine Greek souvenirs, handcrafted with traditional techniques and meticulous attention to detail."}, { icon: ShieldCheck, - title: "Rigorous Quality Control", - description: "Every product undergoes stringent quality checks to ensure it meets our high standards and exceeds your expectations.", - }, + title: "Rigorous Quality Control", description: "Every product undergoes stringent quality checks to ensure it meets our high standards and exceeds your expectations."}, { icon: UserCheck, - title: "Unmatched Customer Support", - description: "Our dedicated team provides personalized support, ensuring a smooth and responsive experience for all our wholesale partners.", - }, + title: "Unmatched Customer Support", description: "Our dedicated team provides personalized support, ensuring a smooth and responsive experience for all our wholesale partners."}, ]} title="Our Dedication to Excellence" description="At Kouvidis, we are more than just a supplier; we are your dedicated partner. Our commitment extends to delivering exceptional products and fostering reliable, long-term wholesale relationships." @@ -121,81 +93,49 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Products", - href: "/products", - }, + label: "Products", href: "/products"}, { - label: "Solutions", - href: "/solutions", - }, + label: "Solutions", href: "/solutions"}, { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, ], }, { items: [ { - label: "Why Choose Us", - href: "/why-us", - }, + label: "Why Choose Us", href: "/why-us"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "Request Catalog", - href: "/contact", - }, + label: "Request Catalog", href: "/contact"}, { - label: "Get a Quote", - href: "/contact", - }, + label: "Get a Quote", href: "/contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms & Conditions", - href: "#", - }, + label: "Terms & Conditions", href: "#"}, { - label: "FAQ", - href: "/contact#faq", - }, + label: "FAQ", href: "/contact#faq"}, ], }, { items: [ { - label: "info@kouvidis.gr", - href: "mailto:info@kouvidis.gr", - }, + label: "info@kouvidis.gr", href: "mailto:info@kouvidis.gr"}, { - label: "+30 123 456 7890", - href: "tel:+301234567890", - }, + label: "+30 123 456 7890", href: "tel:+301234567890"}, { - label: "WhatsApp Us", - href: "https://wa.me/301234567890", - }, + label: "WhatsApp Us", href: "https://wa.me/301234567890"}, { - label: "123 Souvenir St, Athens, Greece", - href: "#", - }, + label: "123 Souvenir St, Athens, Greece", href: "#"}, ], }, ]}