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: "#"},
],
},
]}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4445bf2..f6cf39c 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,38 +26,22 @@ export default function LandingPage() {
@@ -69,42 +53,25 @@ export default function LandingPage() {
description="We're here to assist with your wholesale inquiries, catalog requests, and custom orders. Reach out to our team today."
inputs={[
{
- name: "companyName",
- type: "text",
- placeholder: "Company Name",
- required: true,
+ name: "companyName", type: "text", placeholder: "Company Name", required: true,
},
{
- name: "contactPerson",
- type: "text",
- placeholder: "Contact Person",
- required: true,
+ name: "contactPerson", type: "text", placeholder: "Contact Person", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Business Email",
- required: true,
+ name: "email", type: "email", placeholder: "Business Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number"},
{
- name: "businessType",
- type: "text",
- placeholder: "Business Type (e.g., Tourist Shop, Hotel, Museum)",
- },
+ name: "businessType", type: "text", placeholder: "Business Type (e.g., Tourist Shop, Hotel, Museum)"},
]}
textarea={{
- name: "message",
- placeholder: "How can we assist you?",
- rows: 4,
+ name: "message", placeholder: "How can we assist you?", rows: 4,
required: true,
}}
- imageSrc="http://img.b2bpic.net/free-photo/blank-notebook-with-straw-hat-laptop_23-2148100647.jpg"
- imageAlt="Modern office setting with deep blue and gold accents"
+ imageSrc="https://images.unsplash.com/photo-1622350616900-333e144a1e94?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
+ imageAlt="Tranquil Cretan olive grove setting"
mediaAnimation="none"
mediaPosition="right"
buttonText="Send Message"
@@ -116,25 +83,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "What is the minimum order quantity for wholesale?",
- content: "Our minimum order quantities vary by product category. Please request a catalog or contact us for specific details tailored to your needs.",
- },
+ id: "faq1", title: "What is the minimum order quantity for wholesale?", content: "Our minimum order quantities vary by product category. Please request a catalog or contact us for specific details tailored to your needs."},
{
- id: "faq2",
- title: "Do you offer custom branding or private label services?",
- content: "Yes, we specialize in custom branding and private label solutions. Share your requirements with our team for a personalized proposal.",
- },
+ id: "faq2", title: "Do you offer custom branding or private label services?", content: "Yes, we specialize in custom branding and private label solutions. Share your requirements with our team for a personalized proposal."},
{
- id: "faq3",
- title: "What are your shipping options and delivery times?",
- content: "We offer fast and reliable nationwide delivery across Greece. Standard delivery times are typically 3-5 business days, with expedited options available.",
- },
+ id: "faq3", title: "What are your shipping options and delivery times?", content: "We offer fast and reliable nationwide delivery across Greece. Standard delivery times are typically 3-5 business days, with expedited options available."},
{
- id: "faq4",
- title: "How can I request a wholesale catalog?",
- content: "You can request our digital wholesale catalog by filling out the contact form on this page or sending us an email directly.",
- },
+ id: "faq4", title: "How can I request a wholesale catalog?", content: "You can request our digital wholesale catalog by filling out the contact form on this page or sending us an email directly."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our wholesale process, products, and partnership terms."
@@ -149,81 +104,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: "#"},
],
},
]}