From 5937c64290c1798d79470721372d195d22dfd629 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:54:21 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6f35c68..de2962a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,4 +1,4 @@ - @@ -44,12 +44,12 @@ export default function AboutPage() { @@ -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" + } ]} /> @@ -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 } ]} /> @@ -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() { ); } -]]> \ No newline at end of file -- 2.49.1 From db8805912b43a75bcc8d03a4e83328b7fa9433fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:54:22 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 427b46c..5daf8ac 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,4 +1,4 @@ - @@ -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" } ]} /> @@ -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." + } ]} /> @@ -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." + } ]} /> @@ -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() { ); } -]]> \ No newline at end of file -- 2.49.1 From 5e46b6a695e42a3c71268612a13b03bca3fe9502 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:54:22 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36111e9..29e259d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ - @@ -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." + } ]} /> @@ -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" } ]} /> @@ -94,7 +98,7 @@ export default function HomePage() { @@ -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" } ]} /> @@ -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" } ]} /> @@ -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() { ); } -]]> \ No newline at end of file -- 2.49.1