Merge version_1 into main #1
@@ -44,7 +44,7 @@ export default function AboutPage() {
|
||||
<About
|
||||
title="Our Vision: Shaping Tomorrow's Intelligent World"
|
||||
description="At Hababi Tech, we envision a future where advanced AI and robotics seamlessly integrate into daily operations, enhancing human potential and solving complex challenges. Founded on principles of innovation, ethics, and relentless pursuit of excellence, we are committed to building transformative technologies that drive progress and create a more efficient, secure, and intelligent world."
|
||||
imageSrc="https://img.freepik.com/free-photo/human-ai-connection-hand-touching-glowing-brain_23-2151046777.jpg"
|
||||
imageSrc="https://img.freepik.com/free-photo/human-ai-connection-hand-touching-glowing-brain_23-2151046777.jpg?_wi=2"
|
||||
imageAlt="Symbolic image of human brain connecting with AI neural network"
|
||||
bullets={[
|
||||
{ icon: Brain, text: "Ethical AI Development" },
|
||||
|
||||
@@ -1,25 +1,44 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
<![CDATA[import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
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"],
|
||||
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',
|
||||
locale: 'en_US',
|
||||
type: 'website',
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
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."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
googleBot: {
|
||||
index: true,
|
||||
follow: true,
|
||||
'max-video-preview': -1,
|
||||
'max-image-preview': 'large',
|
||||
'max-snippet': -1,
|
||||
},
|
||||
},
|
||||
alternates: {
|
||||
canonical: 'https://hababitech.com',
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +47,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<body
|
||||
className={`${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +61,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}]]>
|
||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
||||
<About
|
||||
title="Pioneering the Future of AI & Robotics"
|
||||
description="Hababi Tech is at the forefront of innovation, dedicated to developing intelligent systems that redefine efficiency, security, and human-machine interaction. Our commitment to excellence drives us to create solutions that not only meet today's demands but anticipate tomorrow's challenges."
|
||||
imageSrc="https://img.freepik.com/free-photo/human-ai-connection-hand-touching-glowing-brain_23-2151046777.jpg"
|
||||
imageSrc="https://img.freepik.com/free-photo/human-ai-connection-hand-touching-glowing-brain_23-2151046777.jpg?_wi=1"
|
||||
imageAlt="Abstract depiction of human and AI connection"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user