diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f0fd6e7..d711573 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,37 +26,21 @@ export default function LandingPage() { @@ -66,14 +50,12 @@ export default function LandingPage() { console.log('Form submitted!') + } ]} /> @@ -83,12 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Office & Contact Details" description={[ - "K&K Solution Inc.", - "**Address:** 1-1-1 Marunouchi, Chiyoda-ku, Tokyo, Japan", - "**Phone:** +81 (0)3-1234-5678", - "**Email:** info@kksolution.inc", - "**Business Hours:** Monday - Friday, 9:00 AM - 6:00 PM JST", - ]} + "K&K Solution Inc.", "**Address:** 1-1-1 Marunouchi, Chiyoda-ku, Tokyo, Japan", "**Phone:** +81 (0)3-1234-5678", "**Email:** info@kksolution.inc", "**Business Hours:** Monday - Friday, 9:00 AM - 6:00 PM JST"]} /> @@ -100,81 +77,51 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "/company", - }, + label: "About Us", href: "/company"}, { - label: "Our Approach", - href: "/approach", - }, + label: "Our Approach", href: "/approach"}, { - label: "Careers", - href: "/careers", - }, + label: "Careers", href: "/careers"}, ], }, { items: [ { - label: "IT Strategy & DX", - href: "/services#it-strategy", - }, + label: "IT Strategy & DX", href: "/services#it-strategy"}, { - label: "SAP Support", - href: "/services#sap-support", - }, + label: "SAP Support", href: "/services#sap-support"}, { - label: "PMO & Program Mgmt", - href: "/services#pmo-support", - }, + label: "PMO & Program Mgmt", href: "/services#pmo-support"}, ], }, { items: [ { - label: "IT Due Diligence", - href: "/services#it-due-diligence", - }, + label: "IT Due Diligence", href: "/services#it-due-diligence"}, { - label: "Talent Development", - href: "/services#talent-development", - }, + label: "Talent Development", href: "/services#talent-development"}, { - label: "BPR", - href: "/services#bpr", - }, + label: "BPR", href: "/services#bpr"}, ], }, { items: [ { - label: "Cases", - href: "/cases", - }, + label: "Cases", href: "/cases"}, { - label: "Insights", - href: "/insights", - }, + label: "Insights", href: "/insights"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#privacy", - }, + label: "Privacy Policy", href: "#privacy"}, { - label: "Terms of Service", - href: "#terms", - }, + label: "Terms of Service", href: "#terms"}, { - label: "© 2026 K&K Solution Inc.", - href: "#", - }, + label: "© 2026 K&K Solution Inc.", href: "#"}, ], }, ]}