Bob AI: remove the contact_form section
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||
@@ -79,28 +78,6 @@ export default function TechAcademyPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="We would love to hear from you"
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Your full name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "your.email@example.com", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false },
|
||||
{ name: "courseInterest", type: "text", placeholder: "Which course interests you?", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your learning goals and experience level...", rows: 5,
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://example.com/new-hero.jpg"
|
||||
imageAlt="Contact us for enrollment"
|
||||
mediaPosition="right"
|
||||
buttonText="Enroll Now"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact_form" data-section="contact_form">
|
||||
<ContactForm
|
||||
useInvertedBackground="noInvert"
|
||||
|
||||
Reference in New Issue
Block a user