diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5daf8ac..bca5509 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -80,7 +80,7 @@ export default function ContactPage() { title="Why Contact Hababi Tech?" description="We're here to help you navigate the complexities of AI and robotics, ensuring you get the most out of your investment." items={[ - { + { icon: Headset, title: "Dedicated Support", description: "Our team provides comprehensive support from consultation to post-implementation, ensuring your success." }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bac5e0c..ea17113 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ const interTight = Inter_Tight({ export const metadata: Metadata = { metadataBase: new URL('https://hababitech.com'), - title: "Hababi Tech - Advanced AI & Workforce Robotics Solutions", description: "Discover Hababi Tech's cutting-edge AI interfaces and innovative workforce robots. Modern, futuristic, and efficient solutions for a smarter future.", keywords: ["Hababi Tech", "AI", "Artificial Intelligence", "Robotics", "Workforce Robots", "Automation", "Future Tech", "AI Solutions", "Modern Technology"], + title: 'Hababi Tech - AI & Robotics Solutions', description: "Discover Hababi Tech's cutting-edge AI interfaces and innovative workforce robots. Modern, futuristic, and efficient solutions for a smarter future.", keywords: ["Hababi Tech", "AI", "Artificial Intelligence", "Robotics", "Workforce Robots", "Automation", "Future Tech", "AI Solutions", "Modern Technology"], openGraph: { title: "Hababi Tech - Advanced AI & Workforce Robotics Solutions", description: "Discover Hababi Tech's cutting-edge AI interfaces and innovative workforce robots. Modern, futuristic, and efficient solutions for a smarter future.", url: 'https://hababitech.com', siteName: 'Hababi Tech', diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e259d..a84bbe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function HomePage() { const navItems = [ { href: "/", label: "Home" }, { href: "/about", label: "About" }, - { href: "/contact", label: "Contact" }, + { href: "/contact", label: "Contact" } ]; return (