12 Commits

Author SHA1 Message Date
78c817b941 Merge version_8 into main
Merge version_8 into main
2025-12-26 08:20:15 +00:00
d889579153 Merge version_8 into main
Merge version_8 into main
2025-12-26 08:18:18 +00:00
32d53c6dd4 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:11:18 +00:00
9bc4c3aeca Merge version_7 into main
Merge version_7 into main
2025-12-25 16:07:24 +00:00
d36d888ba2 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:05:14 +00:00
ffe6db7d59 Merge version_6 into main
Merge version_6 into main
2025-12-25 15:56:52 +00:00
e6cdb83190 Merge version_5 into main
Merge version_5 into main
2025-12-25 15:30:03 +00:00
a389e241bf Merge version_5 into main
Merge version_5 into main
2025-12-25 15:27:48 +00:00
8792e188f1 Merge version_4 into main
Merge version_4 into main
2025-12-25 15:17:19 +00:00
809d6d5f56 Merge version_4 into main
Merge version_4 into main
2025-12-25 15:15:09 +00:00
debdf888ee Merge version_2 into main
Merge version_2 into main
2025-12-25 14:39:55 +00:00
ee7670312f Merge version_2 into main
Merge version_2 into main
2025-12-25 14:37:24 +00:00
2 changed files with 233 additions and 367 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a; --background: #000000;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #e6e6e6; --primary-cta: #ff0000;
--secondary-cta: #1a1a1a; --secondary-cta: #1a1a1a;
--accent: #737373; --accent: #ff3333;
--background-accent: #737373; --background-accent: #ff0000;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,17 +1,6 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import TeamCardFour from "@/components/sections/team/TeamCardFour";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactInline from "@/components/sections/contact/ContactInline";
import FooterSocial from "@/components/sections/footer/FooterSocial";
import { Quote, Users } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -28,376 +17,253 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <div className="min-h-screen bg-gradient-to-br from-blue-50 to-indigo-100 p-8 flex items-center justify-center">
links={[ <div className="text-center">
{ label: "Home", href: "nav" }, <h1 className="text-6xl font-bold text-gray-900 mb-4">Go Work</h1>
{ label: "Courses", href: "features" }, <p className="text-xl text-gray-700 mb-8">IT Training & Career Development Bootcamp</p>
{ label: "About", href: "about" }, <button className="bg-blue-600 text-white px-8 py-3 rounded-lg text-lg font-semibold hover:bg-blue-700 transition-colors">
{ label: "Team", href: "team" }, Enroll Now
{ label: "FAQ", href: "faq" } </button>
]} </div>
brandName="Go Work" </div>
button={{
text: "Enroll Now",
href: "contact"
}}
/>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <div className="min-h-screen bg-white p-8 flex items-center justify-center">
title="Master IT Skills with Industry-Leading Training" <div className="text-center max-w-4xl">
description="Join thousands of students who've transformed their careers through our comprehensive bootcamp programs with 92% job placement rate." <h2 className="text-5xl font-bold text-gray-900 mb-6">Master IT Skills</h2>
tag="IT Training Academy" <p className="text-xl text-gray-600 mb-8">Industry-leading courses with expert instructors and hands-on projects</p>
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png" <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png" alt="Coding and programming workspace" className="mx-auto rounded-lg shadow-lg" />
imageAlt="Coding and programming workspace" </div>
textPosition="center" </div>
showBlur={true}
showDimOverlay={false}
buttons={[
{ text: "Start Learning", href: "contact" },
{ text: "Explore Courses", href: "features" }
]}
/>
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center">
tag="Our Impact" <div className="text-center max-w-6xl">
title="Transforming careers and building the next generation of IT professionals." <h2 className="text-4xl font-bold text-gray-900 mb-8">Transforming IT Education</h2>
description="2,500+ Active Students" <div className="grid grid-cols-1 md:grid-cols-4 gap-8">
subdescription="45+ Expert Instructors" <div className="bg-white p-6 rounded-lg shadow">
icon={Quote} <div className="text-3xl font-bold text-blue-600 mb-2">2,500+</div>
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg" <div className="text-gray-700">Active Students</div>
imageAlt="IT Training Environment" </div>
useInvertedBackground="noInvert" <div className="bg-white p-6 rounded-lg shadow">
/> <div className="text-3xl font-bold text-blue-600 mb-2">45+</div>
<div className="text-gray-700">Expert Instructors</div>
</div>
<div className="bg-white p-6 rounded-lg shadow">
<div className="text-3xl font-bold text-blue-600 mb-2">92%</div>
<div className="text-gray-700">Job Placement Rate</div>
</div>
<div className="bg-white p-6 rounded-lg shadow">
<div className="text-3xl font-bold text-blue-600 mb-2">18+</div>
<div className="text-gray-700">Courses Available</div>
</div>
</div>
</div>
</div>
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardSixteen <div className="min-h-screen bg-white p-8 flex items-center justify-center">
title="Why Choose Go Work" <div className="max-w-6xl">
description="Our comprehensive approach ensures you gain both theoretical knowledge and practical skills needed in today's job market." <h2 className="text-4xl font-bold text-gray-900 text-center mb-12">How We Train You</h2>
negativeCard={{ <div className="grid grid-cols-1 md:grid-cols-2 gap-8">
title: "Traditional Learning", <div className="bg-gray-50 p-6 rounded-lg">
items: [ <h3 className="text-xl font-semibold mb-4">Requirements Analysis</h3>
"Outdated curriculum", <p className="text-gray-600">We assess your current skill level and career goals to customize your learning path.</p>
"Lack of hands-on experience", </div>
"Limited mentor support", <div className="bg-gray-50 p-6 rounded-lg">
"No job placement assistance" <h3 className="text-xl font-semibold mb-4">Intensive Development</h3>
] <p className="text-gray-600">Hands-on coding projects and real-world scenarios build your practical expertise.</p>
}} </div>
positiveCard={{ <div className="bg-gray-50 p-6 rounded-lg">
title: "Go Work Bootcamp", <h3 className="text-xl font-semibold mb-4">Quality Testing</h3>
items: [ <p className="text-gray-600">Rigorous code reviews and debugging challenges ensure best practices.</p>
"Industry-current courses", </div>
"Real-world project experience", <div className="bg-gray-50 p-6 rounded-lg">
"Dedicated mentorship", <h3 className="text-xl font-semibold mb-4">Career Launch</h3>
"92% job placement rate" <p className="text-gray-600">Portfolio building and job placement assistance help you land roles.</p>
] </div>
}} </div>
animationType="slide-up" </div>
textboxLayout="default" </div>
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn More", href: "pricing" }
]}
/>
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardThree <div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center">
title="Training Packages" <div className="max-w-6xl">
description="Choose the plan that fits your learning goals and career aspirations." <h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Training Packages</h2>
plans={[ <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
{ <div className="bg-white p-6 rounded-lg shadow">
id: "1", <h3 className="text-2xl font-semibold mb-4">Starter</h3>
title: "Starter Program", <p className="text-gray-600">5 beginner-level courses, weekly live sessions, email support</p>
description: "Perfect for beginners entering IT", </div>
price: "$2,999", <div className="bg-white p-6 rounded-lg shadow">
period: "12 weeks", <h3 className="text-2xl font-semibold mb-4">Professional</h3>
features: [ <p className="text-gray-600">15 intermediate courses, daily sessions, 1-on-1 mentorship</p>
"Fundamentals of programming", </div>
"Basic web development", <div className="bg-white p-6 rounded-lg shadow">
"Career guidance", <h3 className="text-2xl font-semibold mb-4">Enterprise</h3>
"Community access", <p className="text-gray-600">All features, guaranteed job placement, dedicated account manager</p>
"Certificate of completion" </div>
], </div>
isFeatured: false </div>
}, </div>
{
id: "2",
title: "Professional Program",
description: "Comprehensive training for career change",
price: "$7,999",
period: "16 weeks",
features: [
"Full-stack development",
"Advanced frameworks",
"Portfolio projects",
"1-on-1 mentorship",
"Job placement assistance",
"Industry certifications"
],
isFeatured: true
},
{
id: "3",
title: "Enterprise Program",
description: "Premium training with job guarantee",
price: "$14,999",
period: "20 weeks",
features: [
"Enterprise-level training",
"Cloud computing & DevOps",
"Advanced specializations",
"Job placement guarantee",
"6 months post-grad support",
"Premium industry certifications",
"Alumni network access"
],
isFeatured: false
}
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
/>
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardFour <div className="min-h-screen bg-white p-8 flex items-center justify-center">
title="Meet Our Expert Instructors" <div className="max-w-6xl">
description="Learn from industry professionals with years of real-world experience." <h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Meet Our Instructors</h2>
textboxLayout="default" <div className="grid grid-cols-1 md:grid-cols-4 gap-8">
animationType="slide-up" <div className="text-center">
useInvertedBackground="noInvert" <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg" alt="Alex Johnson" className="w-32 h-32 rounded-full mx-auto mb-4 object-cover" />
tag="Our Team" <h3 className="font-semibold">Alex Johnson</h3>
tagIcon={Users} <p className="text-gray-600">Full Stack Lead</p>
team={[ </div>
{ <div className="text-center">
id: "1", <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg" alt="Maria Chen" className="w-32 h-32 rounded-full mx-auto mb-4 object-cover" />
name: "Alex Johnson", <h3 className="font-semibold">Maria Chen</h3>
role: "Full Stack Developer", <p className="text-gray-600">Frontend Specialist</p>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg", </div>
rating: 5 <div className="text-center">
}, <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg" alt="David Kumar" className="w-32 h-32 rounded-full mx-auto mb-4 object-cover" />
{ <h3 className="font-semibold">David Kumar</h3>
id: "2", <p className="text-gray-600">DevOps Engineer</p>
name: "Maria Chen", </div>
role: "Frontend Specialist", <div className="text-center">
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg", <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg" alt="Sophie Martin" className="w-32 h-32 rounded-full mx-auto mb-4 object-cover" />
rating: 5 <h3 className="font-semibold">Sophie Martin</h3>
}, <p className="text-gray-600">UI/UX Designer</p>
{ </div>
id: "3", </div>
name: "David Kumar", </div>
role: "DevOps Engineer", </div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg",
rating: 5
},
{
id: "4",
name: "Sophie Martin",
role: "UI/UX Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg",
rating: 5
},
{
id: "5",
name: "James Wilson",
role: "Backend Architect",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672736383-37d60c7y.jpg",
rating: 5
},
{
id: "6",
name: "Lisa Chen",
role: "Data Science Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg",
rating: 5
},
{
id: "7",
name: "Michael Brown",
role: "Cloud Solutions Expert",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg",
rating: 5
},
{
id: "8",
name: "Sarah Anderson",
role: "Security Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png",
rating: 5
}
]}
speed={40}
/>
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center">
title="Student Success Stories" <div className="max-w-6xl">
description="Hear from graduates who've launched their tech careers through Go Work." <h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Student Success Stories</h2>
textboxLayout="default" <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
animationType="slide-up" <div className="bg-white p-6 rounded-lg shadow">
useInvertedBackground="invertDefault" <p className="text-gray-600 mb-4">"Go Work transformed my career. Within 3 months of completing the program, I landed a job at a top tech company."</p>
testimonials={[ <div className="flex items-center">
{ <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672736383-37d60c7y.jpg" alt="James Wilson" className="w-10 h-10 rounded-full mr-3 object-cover" />
id: "1", <div>
name: "James Wilson", <div className="font-semibold">James Wilson</div>
handle: "@jameswilson", <div className="text-sm text-gray-500">@jameswilson</div>
testimonial: "Go Work transformed my career. Within 3 months of completing the program, I landed a job at a top tech company.", </div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672736383-37d60c7y.jpg", </div>
imageAlt: "James Wilson" </div>
}, <div className="bg-white p-6 rounded-lg shadow">
{ <p className="text-gray-600 mb-4">"The hands-on projects and real-world scenarios prepared me perfectly for the job market."</p>
id: "2", <div className="flex items-center">
name: "Lisa Chen", <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg" alt="Lisa Chen" className="w-10 h-10 rounded-full mr-3 object-cover" />
handle: "@lisachen_dev", <div>
testimonial: "The hands-on projects and real-world scenarios prepared me perfectly for the job market. Highly recommend!", <div className="font-semibold">Lisa Chen</div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg", <div className="text-sm text-gray-500">@lisachen_dev</div>
imageAlt: "Lisa Chen" </div>
}, </div>
{ </div>
id: "3", <div className="bg-white p-6 rounded-lg shadow">
name: "Michael Brown", <p className="text-gray-600 mb-4">"I went from zero coding experience to my first developer role in just 4 months."</p>
handle: "@mbrowndev", <div className="flex items-center">
testimonial: "I went from zero coding experience to my first developer role in just 4 months. Best investment in my career!", <img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg" alt="Michael Brown" className="w-10 h-10 rounded-full mr-3 object-cover" />
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg", <div>
imageAlt: "Michael Brown" <div className="font-semibold">Michael Brown</div>
}, <div className="text-sm text-gray-500">@mbrowndev</div>
{ </div>
id: "4", </div>
name: "Emma Davis", </div>
handle: "@emmadavis_tech", </div>
testimonial: "The mentorship and support I received was exceptional. The instructors genuinely care about your success.", </div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg", </div>
imageAlt: "Emma Davis"
},
{
id: "5",
name: "Robert Johnson",
handle: "@rjohnson_dev",
testimonial: "Great structured curriculum with practical applications. The job placement assistance was invaluable.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg",
imageAlt: "Robert Johnson"
},
{
id: "6",
name: "Catherine Martinez",
handle: "@cmartin_codes",
testimonial: "From bootcamp graduate to senior developer in 18 months. Go Work gave me the foundation to succeed.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg",
imageAlt: "Catherine Martinez"
},
{
id: "7",
name: "Andrew Lee",
handle: "@andrewlee_dev",
testimonial: "The curriculum stayed current with industry trends. I felt prepared for modern tech stack requirements.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg",
imageAlt: "Andrew Lee"
},
{
id: "8",
name: "Jessica Wong",
handle: "@jwong_tech",
testimonial: "Outstanding community and peer support. Learning alongside other passionate students accelerated my growth.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg",
imageAlt: "Jessica Wong"
}
]}
speed={30}
/>
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <div className="min-h-screen bg-white p-8 flex items-center justify-center">
title="Frequently Asked Questions" <div className="max-w-4xl">
description="Get answers to common questions about our programs, admissions, and career support." <h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Frequently Asked Questions</h2>
textboxLayout="default" <div className="space-y-6">
useInvertedBackground="noInvert" <div className="bg-gray-50 p-6 rounded-lg">
faqs={[ <h3 className="font-semibold mb-2">Do I need prior coding experience?</h3>
{ <p className="text-gray-600">No, we offer courses for all skill levels from complete beginners to advanced developers.</p>
id: "1", </div>
title: "Do I need prior coding experience?", <div className="bg-gray-50 p-6 rounded-lg">
content: "No, we offer courses for all skill levels from complete beginners to advanced developers. Our Starter Program is specifically designed for those with no prior experience." <h3 className="font-semibold mb-2">How long are the courses?</h3>
}, <p className="text-gray-600">Our bootcamp programs typically run 12-16 weeks full-time or 6-9 months part-time.</p>
{ </div>
id: "2", <div className="bg-gray-50 p-6 rounded-lg">
title: "How long are the courses?", <h3 className="font-semibold mb-2">What is your job placement guarantee?</h3>
content: "Our bootcamp programs typically run 12-16 weeks full-time or 6-9 months part-time. Specific durations depend on the program level you choose." <p className="text-gray-600">Our Enterprise plan includes a job placement guarantee with a 92% placement rate overall.</p>
}, </div>
{ </div>
id: "3", </div>
title: "What is your job placement guarantee?", </div>
content: "Our Enterprise plan includes a job placement guarantee with a 92% placement rate overall. We provide career counseling, portfolio building, and active job placement assistance."
},
{
id: "4",
title: "Can I learn part-time while working?",
content: "Absolutely! We offer flexible part-time options that allow you to maintain your current job while upskilling. Most part-time programs run for 6-9 months."
},
{
id: "5",
title: "What payment options are available?",
content: "We offer flexible payment plans, financing options, and scholarships for qualifying candidates. Contact our admissions team to discuss what works best for you."
},
{
id: "6",
title: "What languages and frameworks do you teach?",
content: "We cover modern stacks including JavaScript, Python, React, Node.js, AWS, Docker, and more. Our curriculum is constantly updated to reflect industry demands."
}
]}
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactInline <div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center">
text="Ready to launch your tech career? Get started with Go Work today." <div className="max-w-6xl grid grid-cols-1 lg:grid-cols-2 gap-12">
animationType="entrance-slide" <div>
inputPlaceholder="Enter your email to learn more" <h2 className="text-4xl font-bold text-gray-900 mb-6">Ready to Launch Your Tech Career?</h2>
buttonText="Get Started" <p className="text-gray-600 mb-8">Fill out the form below and our admissions team will get back to you within 24 hours.</p>
useInvertedBackground="invertCard" <form className="space-y-4">
/> <input type="text" placeholder="Full Name" className="w-full p-3 border border-gray-300 rounded-lg" />
<input type="email" placeholder="Email Address" className="w-full p-3 border border-gray-300 rounded-lg" />
<input type="tel" placeholder="Phone Number" className="w-full p-3 border border-gray-300 rounded-lg" />
<textarea placeholder="Tell us about your career goals..." rows={5} className="w-full p-3 border border-gray-300 rounded-lg"></textarea>
<button type="submit" className="w-full bg-blue-600 text-white py-3 rounded-lg font-semibold hover:bg-blue-700 transition-colors">
Send Inquiry
</button>
</form>
</div>
<div>
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg" alt="Professional IT training environment" className="w-full h-full object-cover rounded-lg" />
</div>
</div>
</div>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSocial <div className="bg-gray-900 text-white p-8">
logoText="Go Work" <div className="max-w-6xl mx-auto">
columns={[ <div className="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
{ <div>
title: "Courses", <h3 className="font-semibold mb-4">Courses</h3>
items: [ <ul className="space-y-2 text-gray-300">
{ label: "Web Development", href: "features" }, <li><a href="#features" className="hover:text-white">Web Development</a></li>
{ label: "Mobile Apps", href: "features" }, <li><a href="#features" className="hover:text-white">Mobile Apps</a></li>
{ label: "Cloud Computing", href: "features" }, <li><a href="#features" className="hover:text-white">Cloud Computing</a></li>
{ label: "Data Science", href: "features" } <li><a href="#features" className="hover:text-white">Data Science</a></li>
] </ul>
}, </div>
{ <div>
title: "Company", <h3 className="font-semibold mb-4">Company</h3>
items: [ <ul className="space-y-2 text-gray-300">
{ label: "About Us", href: "about" }, <li><a href="#about" className="hover:text-white">About Us</a></li>
{ label: "Our Team", href: "team" }, <li><a href="#team" className="hover:text-white">Our Team</a></li>
{ label: "Careers", href: "contact" }, <li><a href="#contact" className="hover:text-white">Careers</a></li>
{ label: "Blog", href: "#" } <li><a href="#" className="hover:text-white">Blog</a></li>
] </ul>
}, </div>
{ <div>
title: "Support", <h3 className="font-semibold mb-4">Support</h3>
items: [ <ul className="space-y-2 text-gray-300">
{ label: "FAQ", href: "faq" }, <li><a href="#faq" className="hover:text-white">FAQ</a></li>
{ label: "Contact Us", href: "contact" }, <li><a href="#contact" className="hover:text-white">Contact Us</a></li>
{ label: "Terms of Service", href: "#" }, <li><a href="#" className="hover:text-white">Terms of Service</a></li>
{ label: "Privacy Policy", href: "#" } <li><a href="#" className="hover:text-white">Privacy Policy</a></li>
] </ul>
} </div>
]} </div>
copyrightText="© 2025 Go Work | IT Training Academy" <div className="border-t border-gray-700 pt-8 text-center text-gray-400">
/> <p>© 2025 Go Work | IT Training Academy</p>
</div>
</div>
</div>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );