Merge version_1 into main #2
@@ -1,4 +1,4 @@
|
||||
<![CDATA["use client";
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Navbar } from "@/components/Navbar";
|
||||
@@ -13,7 +13,7 @@ export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ href: "/", label: "Home" },
|
||||
{ href: "/about", label: "About" },
|
||||
{ href: "/contact", label: "Contact" },
|
||||
{ href: "/contact", label: "Contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -35,7 +35,7 @@ export default function AboutPage() {
|
||||
logoAlt="Hababi Tech Logo"
|
||||
navItems={navItems}
|
||||
ctaButtons={[
|
||||
{ href: "/contact", label: "Get Started" },
|
||||
{ href: "/contact", label: "Get Started" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,12 +44,12 @@ 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?_wi=2"
|
||||
imageSrc="https://img.freepik.com/free-photo/human-ai-connection-hand-touching-glowing-brain_23-2151046777.jpg"
|
||||
imageAlt="Symbolic image of human brain connecting with AI neural network"
|
||||
bullets={[
|
||||
{ icon: Brain, text: "Ethical AI Development" },
|
||||
{ icon: Sparkles, text: "Continuous Innovation" },
|
||||
{ icon: Handshake, text: "Client-Centric Partnerships" },
|
||||
{ icon: Handshake, text: "Client-Centric Partnerships" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,11 +60,14 @@ export default function AboutPage() {
|
||||
description="Our diverse team of AI specialists, robotic engineers, and industry pioneers are united by a passion for innovation and a commitment to excellence."
|
||||
members={[
|
||||
{
|
||||
imageSrc: "https://img.freepik.com/free-photo/happy-young-male-engineer-with-glasses-helmet_23-2150652150.jpg", name: "Dr. Alex Chen", role: "CEO & Lead AI Architect"},
|
||||
imageSrc: "https://img.freepik.com/free-photo/happy-young-male-engineer-with-glasses-helmet_23-2150652150.jpg", name: "Dr. Alex Chen", role: "CEO & Lead AI Architect"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.freepik.com/free-photo/young-engineer-working-futuristic-lab_23-2150652194.jpg", name: "Sarah Kante", role: "Head of Robotics Engineering"},
|
||||
imageSrc: "https://img.freepik.com/free-photo/young-engineer-working-futuristic-lab_23-2150652194.jpg", name: "Sarah Kante", role: "Head of Robotics Engineering"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.freepik.com/free-photo/young-indian-engineer-smiling-confidently-construction-site_1262-17180.jpg", name: "David Lee", role: "Chief Operations Officer"},
|
||||
imageSrc: "https://img.freepik.com/free-photo/young-indian-engineer-smiling-confidently-construction-site_1262-17180.jpg", name: "David Lee", role: "Chief Operations Officer"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,7 +79,7 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{ value: "150+", label: "Clients Served", icon: Handshake },
|
||||
{ value: "5 Years", label: "In Business", icon: Sparkles },
|
||||
{ value: "98%", label: "Client Retention", icon: TrendingUp },
|
||||
{ value: "98%", label: "Client Retention", icon: TrendingUp }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,7 +93,7 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{ href: "#", icon: Brain },
|
||||
{ href: "#", icon: Sparkles },
|
||||
{ href: "#", icon: Handshake },
|
||||
{ href: "#", icon: Handshake }
|
||||
]}
|
||||
copyright="© 2024 Hababi Tech. All rights reserved."
|
||||
/>
|
||||
@@ -98,4 +101,3 @@ export default function AboutPage() {
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
]]>
|
||||
@@ -1,4 +1,4 @@
|
||||
<![CDATA["use client";
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Navbar } from "@/components/Navbar";
|
||||
@@ -13,7 +13,7 @@ export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ href: "/", label: "Home" },
|
||||
{ href: "/about", label: "About" },
|
||||
{ href: "/contact", label: "Contact" },
|
||||
{ href: "/contact", label: "Contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -35,7 +35,7 @@ export default function ContactPage() {
|
||||
logoAlt="Hababi Tech Logo"
|
||||
navItems={navItems}
|
||||
ctaButtons={[
|
||||
{ href: "/contact", label: "Get Started" },
|
||||
{ href: "/contact", label: "Get Started" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,12 +47,12 @@ export default function ContactPage() {
|
||||
formFields={[
|
||||
{ name: "name", label: "Your Name", type: "text", placeholder: "John Doe" },
|
||||
{ name: "email", label: "Your Email", type: "email", placeholder: "john.doe@example.com" },
|
||||
{ name: "message", label: "Your Message", type: "textarea", placeholder: "How can we help you?" },
|
||||
{ name: "message", label: "Your Message", type: "textarea", placeholder: "How can we help you?" }
|
||||
]}
|
||||
contactInfo={[
|
||||
{ icon: Mail, text: "info@hababitech.com", href: "mailto:info@hababitech.com" },
|
||||
{ icon: Phone, text: "+1 (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ icon: MapPin, text: "123 AI Boulevard, Future City, TX 78701", href: "https://maps.google.com/?q=123+AI+Boulevard,+Future+City,+TX+78701" },
|
||||
{ icon: MapPin, text: "123 AI Boulevard, Future City, TX 78701", href: "https://maps.google.com/?q=123+AI+Boulevard,+Future+City,+TX+78701" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -63,11 +63,14 @@ export default function ContactPage() {
|
||||
description="Find answers to common questions about Hababi Tech's AI and robotics solutions."
|
||||
items={[
|
||||
{
|
||||
question: "What industries do you serve?", answer: "We serve a wide range of industries including manufacturing, logistics, healthcare, and finance, tailoring our AI and robotics solutions to specific sector needs."},
|
||||
question: "What industries do you serve?", answer: "We serve a wide range of industries including manufacturing, logistics, healthcare, and finance, tailoring our AI and robotics solutions to specific sector needs."
|
||||
},
|
||||
{
|
||||
question: "How do you ensure data security with your AI systems?", answer: "Data security is paramount. We implement advanced encryption, robust access controls, and adhere to global compliance standards to protect all client data."},
|
||||
question: "How do you ensure data security with your AI systems?", answer: "Data security is paramount. We implement advanced encryption, robust access controls, and adhere to global compliance standards to protect all client data."
|
||||
},
|
||||
{
|
||||
question: "Can your solutions integrate with existing infrastructure?", answer: "Yes, our AI interfaces and robotic systems are designed for flexible integration, compatible with most existing IT infrastructures and operational setups."},
|
||||
question: "Can your solutions integrate with existing infrastructure?", answer: "Yes, our AI interfaces and robotic systems are designed for flexible integration, compatible with most existing IT infrastructures and operational setups."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,13 +82,16 @@ export default function ContactPage() {
|
||||
items={[
|
||||
{
|
||||
icon: Headset,
|
||||
title: "Dedicated Support", description: "Our team provides comprehensive support from consultation to post-implementation, ensuring your success."},
|
||||
title: "Dedicated Support", description: "Our team provides comprehensive support from consultation to post-implementation, ensuring your success."
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Rapid Response", description: "We pride ourselves on quick turnaround times for inquiries and support requests."},
|
||||
title: "Rapid Response", description: "We pride ourselves on quick turnaround times for inquiries and support requests."
|
||||
},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
title: "Tailored Solutions", description: "Receive customized advice and solutions that perfectly align with your business objectives."},
|
||||
title: "Tailored Solutions", description: "Receive customized advice and solutions that perfectly align with your business objectives."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,7 +105,7 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{ href: "#", icon: Mail },
|
||||
{ href: "#", icon: Phone },
|
||||
{ href: "#", icon: MapPin },
|
||||
{ href: "#", icon: MapPin }
|
||||
]}
|
||||
copyright="© 2024 Hababi Tech. All rights reserved."
|
||||
/>
|
||||
@@ -107,4 +113,3 @@ export default function ContactPage() {
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
]]>
|
||||
@@ -1,4 +1,4 @@
|
||||
<![CDATA["use client";
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Navbar } from "@/components/Navbar";
|
||||
@@ -39,7 +39,7 @@ export default function HomePage() {
|
||||
logoAlt="Hababi Tech Logo"
|
||||
navItems={navItems}
|
||||
ctaButtons={[
|
||||
{ href: "/contact", label: "Get Started" },
|
||||
{ href: "/contact", label: "Get Started" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
description="Hababi Tech designs cutting-edge AI interfaces and intelligent workforce robots, empowering businesses to achieve unparalleled efficiency and innovation in a rapidly evolving world."
|
||||
buttons={[
|
||||
{ label: "Explore Solutions", href: "/services" },
|
||||
{ label: "Request a Demo", href: "/contact" },
|
||||
{ label: "Request a Demo", href: "/contact" }
|
||||
]}
|
||||
imageSrc="https://img.freepik.com/free-photo/futuristic-robot-hand-touching-glowing-sphere-dark-background-ai-generated_188544-30119.jpg"
|
||||
imageAlt="Futuristic robot hand interacting with a glowing data sphere"
|
||||
@@ -64,16 +64,20 @@ export default function HomePage() {
|
||||
items={[
|
||||
{
|
||||
icon: Robot,
|
||||
title: "Intelligent Automation", description: "Streamline repetitive tasks with AI-driven robots, freeing your human talent for strategic initiatives."},
|
||||
title: "Intelligent Automation", description: "Streamline repetitive tasks with AI-driven robots, freeing your human talent for strategic initiatives."
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Enhanced Security", description: "Leverage AI to predict and mitigate threats, ensuring robust data protection and operational integrity."},
|
||||
title: "Enhanced Security", description: "Leverage AI to predict and mitigate threats, ensuring robust data protection and operational integrity."
|
||||
},
|
||||
{
|
||||
icon: Gem,
|
||||
title: "Predictive Analytics", description: "Gain actionable insights from your data with advanced AI algorithms, driving smarter business decisions."},
|
||||
title: "Predictive Analytics", description: "Gain actionable insights from your data with advanced AI algorithms, driving smarter business decisions."
|
||||
},
|
||||
{
|
||||
icon: Sprout,
|
||||
title: "Scalable Integration", description: "Our solutions grow with your business, offering flexible and scalable integration with existing systems."},
|
||||
title: "Scalable Integration", description: "Our solutions grow with your business, offering flexible and scalable integration with existing systems."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,7 +89,7 @@ export default function HomePage() {
|
||||
{ src: "https://img.freepik.com/free-vector/abstract-tech-logo-design_1035-21287.jpg", alt: "Tech Company Logo 1" },
|
||||
{ src: "https://img.freepik.com/free-vector/modern-abstract-logo-template_1057-29364.jpg", alt: "Tech Company Logo 2" },
|
||||
{ src: "https://img.freepik.com/free-vector/geometric-company-logo-template_23-2148810237.jpg", alt: "Tech Company Logo 3" },
|
||||
{ src: "https://img.freepik.com/free-vector/abstract-logo-gradient-style_23-2148704278.jpg", alt: "Tech Company Logo 4" },
|
||||
{ src: "https://img.freepik.com/free-vector/abstract-logo-gradient-style_23-2148704278.jpg", alt: "Tech Company Logo 4" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,7 +98,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?_wi=1"
|
||||
imageSrc="https://img.freepik.com/free-photo/human-ai-connection-hand-touching-glowing-brain_23-2151046777.jpg"
|
||||
imageAlt="Abstract depiction of human and AI connection"
|
||||
/>
|
||||
</div>
|
||||
@@ -104,9 +108,11 @@ export default function HomePage() {
|
||||
title="What Our Partners Say"
|
||||
testimonials={[
|
||||
{
|
||||
quote: "Hababi Tech's AI solutions have revolutionized our operational efficiency. Their robots are intuitive and robust, truly a game-changer for our manufacturing line.", author: "Dr. Elena Petrova", title: "COO, Global Robotics Inc.", avatarSrc: "https://img.freepik.com/free-photo/portrait-successful-mid-adult-engineer-wearing-safety-helmet-holding-tablet-modern-factory_1262-17181.jpg"},
|
||||
quote: "Hababi Tech's AI solutions have revolutionized our operational efficiency. Their robots are intuitive and robust, truly a game-changer for our manufacturing line.", author: "Dr. Elena Petrova", title: "COO, Global Robotics Inc.", avatarSrc: "https://img.freepik.com/free-photo/portrait-successful-mid-adult-engineer-wearing-safety-helmet-holding-tablet-modern-factory_1262-17181.jpg"
|
||||
},
|
||||
{
|
||||
quote: "The seamless integration of Hababi's AI interfaces transformed our data analysis. We now make faster, more informed decisions with unprecedented accuracy.", author: "Mark Jensen", title: "CTO, Quantum Innovations", avatarSrc: "https://img.freepik.com/free-photo/young-man-wearing-helmet-hard-hat-glasses-safety-vest-standing-looking-camera-with-arms-crossed_1262-17417.jpg"},
|
||||
quote: "The seamless integration of Hababi's AI interfaces transformed our data analysis. We now make faster, more informed decisions with unprecedented accuracy.", author: "Mark Jensen", title: "CTO, Quantum Innovations", avatarSrc: "https://img.freepik.com/free-photo/young-man-wearing-helmet-hard-hat-glasses-safety-vest-standing-looking-camera-with-arms-crossed_1262-17417.jpg"
|
||||
}
|
||||
]}
|
||||
backgroundImage="https://img.freepik.com/free-photo/abstract-futuristic-background-with-robot-head-ai-concept_23-2150901592.jpg"
|
||||
backgroundAlt="Abstract background with futuristic AI head"
|
||||
@@ -120,7 +126,7 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{ value: "99.9%", label: "Uptime Reliability" },
|
||||
{ value: "40%", label: "Efficiency Gain" },
|
||||
{ value: "50+", label: "Robotic Deployments" },
|
||||
{ value: "50+", label: "Robotic Deployments" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,7 +137,7 @@ export default function HomePage() {
|
||||
description="Partner with Hababi Tech to embrace the future of AI and robotics. Let's build intelligent solutions tailored to your unique needs."
|
||||
buttons={[
|
||||
{ label: "Contact Our Experts", href: "/contact" },
|
||||
{ label: "Learn More", href: "/about" },
|
||||
{ label: "Learn More", href: "/about" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,7 +151,7 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{ href: "#", icon: Robot },
|
||||
{ href: "#", icon: ShieldCheck },
|
||||
{ href: "#", icon: Gem },
|
||||
{ href: "#", icon: Gem }
|
||||
]}
|
||||
copyright="© 2024 Hababi Tech. All rights reserved."
|
||||
/>
|
||||
@@ -153,4 +159,3 @@ export default function HomePage() {
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
]]>
|
||||
Reference in New Issue
Block a user