Update src/app/about/page.tsx

This commit is contained in:
2026-06-03 14:19:03 +00:00
parent ae0a383f4e
commit 52dbbd85ec

View File

@@ -27,38 +27,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "Solutions",
id: "/solutions",
},
name: "Solutions", id: "/solutions"},
{
name: "Why Choose Us",
id: "/why-us",
},
name: "Why Choose Us", id: "/why-us"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Request a Quote",
href: "/contact",
}}
text: "Request a Quote", href: "/contact"}}
brandName="Kouvidis"
/>
</div>
@@ -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: "#"},
],
},
]}