Bob AI: remove the contact_form section
This commit is contained in:
@@ -9,7 +9,6 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
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";
|
||||
@@ -136,29 +135,6 @@ export default function TechAcademyPage() {
|
||||
/>
|
||||
</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-contact.jpg"
|
||||
imageAlt="Contact us for enrollment"
|
||||
mediaPosition="right"
|
||||
buttonText="Enroll Now"
|
||||
className="animate-fade-in"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven className="p-8"
|
||||
title="Our Development Team"
|
||||
|
||||
Reference in New Issue
Block a user