2 Commits

Author SHA1 Message Date
921c6d213f Bob AI: remove Reach Out to Us section 2026-02-02 15:32:23 +02:00
041f94744a Bob AI: add contact form with image 2026-02-02 14:28:20 +02:00

View File

@@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Users, TrendingUp, Award, Star } from "lucide-react";
import Link from "next/link";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
export default function HomePage() {
return (
@@ -174,13 +174,15 @@ export default function HomePage() {
useInvertedBackground="noInvert"
/>
</div>
<div id="contact_center" data-section="contact_center">
<ContactCenter
tag="Label"
title="Reach Out to Us"
description="Have questions? Our dedicated team is here to assist you."
<div id="contact_split_form" data-section="contact_split_form">
<ContactSplitForm
title="Get in Touch"
description="We're here to answer any questions you have about our courses and how we can help you achieve your tech career goals."
inputs={[{ name: "name", type: "text", placeholder: "Your Full Name", required: true }, { name: "email", type: "email", placeholder: "Your Email Address", required: true }, { name: "message", type: "textarea", placeholder: "Your Message to TechAcademy", required: false }]}
textarea={{ name: "", placeholder: "" }}
useInvertedBackground="noInvert"
imageSrc="https://placehold.co/600x400"
mediaPosition="left"
/>
</div>
<div id="footer" data-section="footer">