Compare commits
2 Commits
version_17
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 921c6d213f | |||
| 041f94744a |
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user