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