Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-25 02:55:09 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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."
},

View File

@@ -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',

View File

@@ -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 (