2 Commits

Author SHA1 Message Date
50cc6c80e4 Update src/app/globals.css 2025-12-26 08:47:58 +00:00
82102bfc62 Update src/app/page.tsx 2025-12-26 08:45:32 +00:00
2 changed files with 360 additions and 233 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #000000; --background: #0a0a0a;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #ff0000; --primary-cta: #e6e6e6;
--secondary-cta: #1a1a1a; --secondary-cta: #1a1a1a;
--accent: #ff3333; --accent: #737373;
--background-accent: #ff0000; --background-accent: #737373;
/* 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,6 +1,17 @@
"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 (
@@ -17,253 +28,369 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<div className="min-h-screen bg-gradient-to-br from-blue-50 to-indigo-100 p-8 flex items-center justify-center"> <NavbarLayoutFloatingOverlay
<div className="text-center"> navItems={[
<h1 className="text-6xl font-bold text-gray-900 mb-4">Go Work</h1> { name: "Home", id: "nav" },
<p className="text-xl text-gray-700 mb-8">IT Training & Career Development Bootcamp</p> { name: "Courses", id: "features" },
<button className="bg-blue-600 text-white px-8 py-3 rounded-lg text-lg font-semibold hover:bg-blue-700 transition-colors"> { name: "About", id: "about" },
Enroll Now { name: "Team", id: "team" },
</button> { name: "FAQ", id: "faq" }
</div> ]}
</div> brandName="Go Work"
button={{
text: "Enroll Now",
href: "contact"
}}
/>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<div className="min-h-screen bg-white p-8 flex items-center justify-center"> <HeroOverlay
<div className="text-center max-w-4xl"> title="Master IT Skills with Industry-Leading Training"
<h2 className="text-5xl font-bold text-gray-900 mb-6">Master IT Skills</h2> description="Join thousands of students who've transformed their careers through our comprehensive bootcamp programs with 92% job placement rate."
<p className="text-xl text-gray-600 mb-8">Industry-leading courses with expert instructors and hands-on projects</p> tag="IT Training Academy"
<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" /> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png"
</div> imageAlt="Coding and programming workspace"
</div> textPosition="center"
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">
<div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center"> <TestimonialAboutCard
<div className="text-center max-w-6xl"> tag="Our Impact"
<h2 className="text-4xl font-bold text-gray-900 mb-8">Transforming IT Education</h2> title="Transforming careers and building the next generation of IT professionals."
<div className="grid grid-cols-1 md:grid-cols-4 gap-8"> description="2,500+ Active Students"
<div className="bg-white p-6 rounded-lg shadow"> subdescription="45+ Expert Instructors"
<div className="text-3xl font-bold text-blue-600 mb-2">2,500+</div> icon={Quote}
<div className="text-gray-700">Active Students</div> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg"
</div> imageAlt="IT Training Environment"
<div className="bg-white p-6 rounded-lg shadow"> useInvertedBackground="noInvert"
<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">
<div className="min-h-screen bg-white p-8 flex items-center justify-center"> <FeatureCardSixteen
<div className="max-w-6xl"> title="Why Choose Go Work"
<h2 className="text-4xl font-bold text-gray-900 text-center mb-12">How We Train You</h2> description="Our comprehensive approach ensures you gain both theoretical knowledge and practical skills needed in today's job market."
<div className="grid grid-cols-1 md:grid-cols-2 gap-8"> negativeCard={{
<div className="bg-gray-50 p-6 rounded-lg"> title: "Traditional Learning",
<h3 className="text-xl font-semibold mb-4">Requirements Analysis</h3> items: [
<p className="text-gray-600">We assess your current skill level and career goals to customize your learning path.</p> "Outdated curriculum",
</div> "Lack of hands-on experience",
<div className="bg-gray-50 p-6 rounded-lg"> "Limited mentor support",
<h3 className="text-xl font-semibold mb-4">Intensive Development</h3> "No job placement assistance"
<p className="text-gray-600">Hands-on coding projects and real-world scenarios build your practical expertise.</p> ]
</div> }}
<div className="bg-gray-50 p-6 rounded-lg"> positiveCard={{
<h3 className="text-xl font-semibold mb-4">Quality Testing</h3> title: "Go Work Bootcamp",
<p className="text-gray-600">Rigorous code reviews and debugging challenges ensure best practices.</p> items: [
</div> "Industry-current courses",
<div className="bg-gray-50 p-6 rounded-lg"> "Real-world project experience",
<h3 className="text-xl font-semibold mb-4">Career Launch</h3> "Dedicated mentorship",
<p className="text-gray-600">Portfolio building and job placement assistance help you land roles.</p> "92% job placement rate"
</div> ]
</div> }}
</div> animationType="slide-up"
</div> textboxLayout="default"
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn More", href: "pricing" }
]}
/>
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center"> <PricingCardThree
<div className="max-w-6xl"> title="Training Packages"
<h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Training Packages</h2> description="Choose the plan that fits your learning goals and career aspirations."
<div className="grid grid-cols-1 md:grid-cols-3 gap-8"> plans={[
<div className="bg-white p-6 rounded-lg shadow"> {
<h3 className="text-2xl font-semibold mb-4">Starter</h3> id: "1",
<p className="text-gray-600">5 beginner-level courses, weekly live sessions, email support</p> price: "$2,999",
</div> name: "Starter Program",
<div className="bg-white p-6 rounded-lg shadow"> buttons: [
<h3 className="text-2xl font-semibold mb-4">Professional</h3> { text: "Get Started", href: "contact" },
<p className="text-gray-600">15 intermediate courses, daily sessions, 1-on-1 mentorship</p> { text: "Learn More", onClick: () => {} }
</div> ],
<div className="bg-white p-6 rounded-lg shadow"> features: [
<h3 className="text-2xl font-semibold mb-4">Enterprise</h3> "5 beginner-level courses",
<p className="text-gray-600">All features, guaranteed job placement, dedicated account manager</p> "Weekly live sessions",
</div> "Email support",
</div> "Community access"
</div> ]
</div> },
{
id: "2",
badge: "Most Popular",
price: "$7,999",
name: "Professional Program",
buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", onClick: () => {} }
],
features: [
"15 intermediate courses",
"Daily live sessions",
"1-on-1 mentorship",
"Portfolio building",
"Priority support"
]
},
{
id: "3",
price: "$14,999",
name: "Enterprise Program",
buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", onClick: () => {} }
],
features: [
"All intermediate courses",
"Advanced specializations",
"Guaranteed job placement",
"Dedicated account manager",
"Career counseling",
"Lifetime updates"
]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
/>
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<div className="min-h-screen bg-white p-8 flex items-center justify-center"> <TeamCardFour
<div className="max-w-6xl"> title="Meet Our Expert Instructors"
<h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Meet Our Instructors</h2> description="Learn from industry professionals with years of real-world experience."
<div className="grid grid-cols-1 md:grid-cols-4 gap-8"> textboxLayout="default"
<div className="text-center"> animationType="slide-up"
<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" /> useInvertedBackground="noInvert"
<h3 className="font-semibold">Alex Johnson</h3> tag="Our Team"
<p className="text-gray-600">Full Stack Lead</p> tagIcon={Users}
</div> team={[
<div className="text-center"> {
<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" /> id: "1",
<h3 className="font-semibold">Maria Chen</h3> name: "Alex Johnson",
<p className="text-gray-600">Frontend Specialist</p> role: "Full Stack Developer",
</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg"
<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" /> },
<h3 className="font-semibold">Sophie Martin</h3> {
<p className="text-gray-600">UI/UX Designer</p> 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"
</div> },
{
id: "4",
name: "Sophie Martin",
role: "UI/UX Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg"
},
{
id: "5",
name: "James Wilson",
role: "Backend Architect",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672736383-37d60c7y.jpg"
},
{
id: "6",
name: "Lisa Chen",
role: "Data Science Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg"
},
{
id: "7",
name: "Michael Brown",
role: "Cloud Solutions Expert",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg"
},
{
id: "8",
name: "Sarah Anderson",
role: "Security Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png"
}
]}
speed={40}
/>
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center"> <TestimonialCardSix
<div className="max-w-6xl"> title="Student Success Stories"
<h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Student Success Stories</h2> description="Hear from graduates who've launched their tech careers through Go Work."
<div className="grid grid-cols-1 md:grid-cols-3 gap-8"> textboxLayout="default"
<div className="bg-white p-6 rounded-lg shadow"> animationType="slide-up"
<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> useInvertedBackground="invertDefault"
<div className="flex items-center"> testimonials={[
<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" /> {
<div> id: "1",
<div className="font-semibold">James Wilson</div> name: "James Wilson",
<div className="text-sm text-gray-500">@jameswilson</div> handle: "@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 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> {
<div className="flex items-center"> id: "2",
<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" /> name: "Lisa Chen",
<div> handle: "@lisachen_dev",
<div className="font-semibold">Lisa Chen</div> testimonial: "The hands-on projects and real-world scenarios prepared me perfectly for the job market. Highly recommend!",
<div className="text-sm text-gray-500">@lisachen_dev</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg",
</div> imageAlt: "Lisa Chen"
</div> },
</div> {
<div className="bg-white p-6 rounded-lg shadow"> id: "3",
<p className="text-gray-600 mb-4">"I went from zero coding experience to my first developer role in just 4 months."</p> name: "Michael Brown",
<div className="flex items-center"> handle: "@mbrowndev",
<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" /> testimonial: "I went from zero coding experience to my first developer role in just 4 months. Best investment in my career!",
<div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg",
<div className="font-semibold">Michael Brown</div> imageAlt: "Michael Brown"
<div className="text-sm text-gray-500">@mbrowndev</div> },
</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",
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">
<div className="min-h-screen bg-white p-8 flex items-center justify-center"> <FaqDouble
<div className="max-w-4xl"> title="Frequently Asked Questions"
<h2 className="text-4xl font-bold text-gray-900 text-center mb-12">Frequently Asked Questions</h2> description="Get answers to common questions about our programs, admissions, and career support."
<div className="space-y-6"> textboxLayout="default"
<div className="bg-gray-50 p-6 rounded-lg"> useInvertedBackground="noInvert"
<h3 className="font-semibold mb-2">Do I need prior coding experience?</h3> faqs={[
<p className="text-gray-600">No, we offer courses for all skill levels from complete beginners to advanced developers.</p> {
</div> id: "1",
<div className="bg-gray-50 p-6 rounded-lg"> title: "Do I need prior coding experience?",
<h3 className="font-semibold mb-2">How long are the courses?</h3> 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."
<p className="text-gray-600">Our bootcamp programs typically run 12-16 weeks full-time or 6-9 months part-time.</p> },
</div> {
<div className="bg-gray-50 p-6 rounded-lg"> id: "2",
<h3 className="font-semibold mb-2">What is your job placement guarantee?</h3> title: "How long are the courses?",
<p className="text-gray-600">Our Enterprise plan includes a job placement guarantee with a 92% placement rate overall.</p> 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."
</div> },
</div> {
</div> id: "3",
</div> title: "What is your job placement guarantee?",
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">
<div className="min-h-screen bg-gray-50 p-8 flex items-center justify-center"> <ContactInline
<div className="max-w-6xl grid grid-cols-1 lg:grid-cols-2 gap-12"> text="Ready to launch your tech career? Get started with Go Work today."
<div> animationType="entrance-slide"
<h2 className="text-4xl font-bold text-gray-900 mb-6">Ready to Launch Your Tech Career?</h2> inputPlaceholder="Enter your email to learn more"
<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> buttonText="Get Started"
<form className="space-y-4"> useInvertedBackground="invertCard"
<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">
<div className="bg-gray-900 text-white p-8"> <FooterSocial
<div className="max-w-6xl mx-auto"> logoText="Go Work"
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8"> columns={[
<div> {
<h3 className="font-semibold mb-4">Courses</h3> title: "Courses",
<ul className="space-y-2 text-gray-300"> items: [
<li><a href="#features" className="hover:text-white">Web Development</a></li> { label: "Web Development", href: "features" },
<li><a href="#features" className="hover:text-white">Mobile Apps</a></li> { label: "Mobile Apps", href: "features" },
<li><a href="#features" className="hover:text-white">Cloud Computing</a></li> { label: "Cloud Computing", href: "features" },
<li><a href="#features" className="hover:text-white">Data Science</a></li> { label: "Data Science", href: "features" }
</ul> ]
</div> },
<div> {
<h3 className="font-semibold mb-4">Company</h3> title: "Company",
<ul className="space-y-2 text-gray-300"> items: [
<li><a href="#about" className="hover:text-white">About Us</a></li> { label: "About Us", href: "about" },
<li><a href="#team" className="hover:text-white">Our Team</a></li> { label: "Our Team", href: "team" },
<li><a href="#contact" className="hover:text-white">Careers</a></li> { label: "Careers", href: "contact" },
<li><a href="#" className="hover:text-white">Blog</a></li> { label: "Blog", href: "#" }
</ul> ]
</div> },
<div> {
<h3 className="font-semibold mb-4">Support</h3> title: "Support",
<ul className="space-y-2 text-gray-300"> items: [
<li><a href="#faq" className="hover:text-white">FAQ</a></li> { label: "FAQ", href: "faq" },
<li><a href="#contact" className="hover:text-white">Contact Us</a></li> { label: "Contact Us", href: "contact" },
<li><a href="#" className="hover:text-white">Terms of Service</a></li> { label: "Terms of Service", href: "#" },
<li><a href="#" className="hover:text-white">Privacy Policy</a></li> { label: "Privacy Policy", href: "#" }
</ul> ]
</div> }
</div> ]}
<div className="border-t border-gray-700 pt-8 text-center text-gray-400"> copyrightText="© 2025 Go Work | IT Training Academy"
<p>© 2025 Go Work | IT Training Academy</p> />
</div>
</div>
</div>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );