Merge version_1 into main #1
363
src/app/page.tsx
363
src/app/page.tsx
@@ -33,41 +33,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#courses",
|
||||
},
|
||||
name: "Courses", id: "#courses"},
|
||||
{
|
||||
name: "Success",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Success", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg"
|
||||
logoAlt="NetTech India Logo"
|
||||
brandName="NetTech India"
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Enroll Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,69 +59,44 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Future-Proof Your Career: Master Data Science, Cyber Security & Cloud Computing"
|
||||
description="NetTech India, Andheri, empowers you with cutting-edge skills in Data Science, Cyber Security, Software Development, Cloud Computing, and CAD/CAM. Join industry leaders and transform your professional journey."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-graphics-designers-with-digital-tablet_1170-991.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-graphics-designers-with-digital-tablet_1170-991.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-old-professor-looking-away-classroom_23-2148201055.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/focused-old-professor-looking-away-classroom_23-2148201055.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-graphic-designers-showing-pictures-his-coworkers-camera_1170-985.jpg",
|
||||
alt: "Male graphic designers showing pictures to his coworkers on camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-graphic-designers-showing-pictures-his-coworkers-camera_1170-985.jpg", alt: "Male graphic designers showing pictures to his coworkers on camera"},
|
||||
]}
|
||||
avatarText="Join 10,000+ successful alumni!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Courses",
|
||||
href: "#courses",
|
||||
},
|
||||
text: "Explore Courses", href: "#courses"},
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Science Excellence",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "Data Science Excellence", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cyber Security Mastery",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Cyber Security Mastery", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cloud Computing Expertise",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Cloud Computing Expertise", icon: Cloud,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Software Dev Innovation",
|
||||
icon: Code,
|
||||
type: "text-icon", text: "Software Dev Innovation", icon: Code,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "CAD/CAM Precision",
|
||||
icon: Ruler,
|
||||
type: "text-icon", text: "CAD/CAM Precision", icon: Ruler,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -151,12 +110,9 @@ export default function LandingPage() {
|
||||
title="Pioneering Tech Education for Over a Decade in Andheri"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
description="With over 10 years of excellence, NetTech India has been at the forefront of tech education, shaping thousands of careers. Our institute in Andheri offers a dynamic learning environment, expert instructors, and industry-relevant curriculum designed to meet the demands of tomorrow's job market."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,21 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Outdated Curriculum",
|
||||
"Lack of Practical Exposure",
|
||||
"Limited Instructor Support",
|
||||
"No Career Guidance",
|
||||
"Generic Certifications",
|
||||
],
|
||||
"Outdated Curriculum", "Lack of Practical Exposure", "Limited Instructor Support", "No Career Guidance", "Generic Certifications"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Industry-Relevant Modules",
|
||||
"Hands-on Project Experience",
|
||||
"Dedicated Mentorship",
|
||||
"Robust Placement Support",
|
||||
"Globally Recognized Certs",
|
||||
],
|
||||
"Industry-Relevant Modules", "Hands-on Project Experience", "Dedicated Mentorship", "Robust Placement Support", "Globally Recognized Certs"],
|
||||
}}
|
||||
title="Why Choose NetTech India?"
|
||||
description="Unlock unparalleled opportunities with our specialized programs. We offer hands-on training, real-world projects, and robust career placement assistance, setting you apart in the competitive tech industry."
|
||||
@@ -197,65 +143,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "datascience",
|
||||
brand: "Master's Program",
|
||||
name: "Data Science & Analytics",
|
||||
price: "₹65,000",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-logo-template_23-2149202844.jpg",
|
||||
imageAlt: "Data Science Course",
|
||||
},
|
||||
id: "datascience", brand: "Master's Program", name: "Data Science & Analytics", price: "₹65,000", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-logo-template_23-2149202844.jpg", imageAlt: "Data Science Course"},
|
||||
{
|
||||
id: "cybersecurity",
|
||||
brand: "Certified Professional",
|
||||
name: "Cyber Security Expert",
|
||||
price: "₹70,000",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bipoc-hackers-dimly-lit-room-discussing-ways-breach-defenses-exploit-weaknesses-pc-systems-evil-cybersecurity-gurus-hidden-base-getting-past-companies-security-networks_482257-73744.jpg",
|
||||
imageAlt: "Cyber Security Course",
|
||||
},
|
||||
id: "cybersecurity", brand: "Certified Professional", name: "Cyber Security Expert", price: "₹70,000", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/bipoc-hackers-dimly-lit-room-discussing-ways-breach-defenses-exploit-weaknesses-pc-systems-evil-cybersecurity-gurus-hidden-base-getting-past-companies-security-networks_482257-73744.jpg", imageAlt: "Cyber Security Course"},
|
||||
{
|
||||
id: "cloudcomputing",
|
||||
brand: "AWS/Azure Certified",
|
||||
name: "Cloud Computing Solutions",
|
||||
price: "₹60,000",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-white_24877-49446.jpg",
|
||||
imageAlt: "Cloud Computing Course",
|
||||
},
|
||||
id: "cloudcomputing", brand: "AWS/Azure Certified", name: "Cloud Computing Solutions", price: "₹60,000", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-vector/technology-white_24877-49446.jpg", imageAlt: "Cloud Computing Course"},
|
||||
{
|
||||
id: "softwaredev",
|
||||
brand: "Full Stack Developer",
|
||||
name: "Software Development Bootcamp",
|
||||
price: "₹75,000",
|
||||
rating: 5,
|
||||
reviewCount: "220+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040425.jpg",
|
||||
imageAlt: "Software Development Course",
|
||||
},
|
||||
id: "softwaredev", brand: "Full Stack Developer", name: "Software Development Bootcamp", price: "₹75,000", rating: 5,
|
||||
reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040425.jpg", imageAlt: "Software Development Course"},
|
||||
{
|
||||
id: "cadcam",
|
||||
brand: "Industrial Design",
|
||||
name: "CAD/CAM Engineering",
|
||||
price: "₹55,000",
|
||||
rating: 4,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-monitor-solar-panels-plant-troubleshooting-technical-issues_482257-119073.jpg",
|
||||
imageAlt: "CAD/CAM Course",
|
||||
},
|
||||
id: "cadcam", brand: "Industrial Design", name: "CAD/CAM Engineering", price: "₹55,000", rating: 4,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/computer-monitor-solar-panels-plant-troubleshooting-technical-issues_482257-119073.jpg", imageAlt: "CAD/CAM Course"},
|
||||
{
|
||||
id: "digitalmarketing",
|
||||
brand: "Marketing Pro",
|
||||
name: "Advanced Digital Marketing",
|
||||
price: "₹45,000",
|
||||
rating: 4,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-marketing-with-icons-business-people_53876-94833.jpg",
|
||||
imageAlt: "Digital Marketing Course",
|
||||
},
|
||||
id: "digitalmarketing", brand: "Marketing Pro", name: "Advanced Digital Marketing", price: "₹45,000", rating: 4,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/digital-marketing-with-icons-business-people_53876-94833.jpg", imageAlt: "Digital Marketing Course"},
|
||||
]}
|
||||
title="Explore Our Flagship Courses"
|
||||
description="Discover the most sought-after programs designed to accelerate your career growth in the fastest-growing tech fields. Each course is crafted with industry demands in mind."
|
||||
@@ -270,25 +174,13 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
description: "Placement Rate",
|
||||
},
|
||||
id: "m1", value: "95%", description: "Placement Rate"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10,000+",
|
||||
description: "Successful Alumni",
|
||||
},
|
||||
id: "m2", value: "10,000+", description: "Successful Alumni"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
description: "Industry Experts & Trainers",
|
||||
},
|
||||
id: "m3", value: "50+", description: "Industry Experts & Trainers"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "10+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
id: "m4", value: "10+", description: "Years of Excellence"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -300,50 +192,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Landed My Dream Job!",
|
||||
quote: "NetTech India provided me with the practical skills and confidence needed to excel in Data Science. The instructors are top-notch, and the placement team was incredibly supportive. Highly recommend!",
|
||||
name: "Priya Sharma",
|
||||
role: "Data Scientist, InfoSys",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-nice-smile_23-2147611501.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "t1", title: "Landed My Dream Job!", quote: "NetTech India provided me with the practical skills and confidence needed to excel in Data Science. The instructors are top-notch, and the placement team was incredibly supportive. Highly recommend!", name: "Priya Sharma", role: "Data Scientist, InfoSys", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-nice-smile_23-2147611501.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Real-World Cyber Security Skills",
|
||||
quote: "The Cyber Security course was intense but incredibly rewarding. I learned to tackle real-world threats and secured a position as a Security Analyst. Thank you, NetTech India!",
|
||||
name: "Rahul Verma",
|
||||
role: "Cyber Security Analyst, TCS",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201875.jpg",
|
||||
imageAlt: "Rahul Verma",
|
||||
},
|
||||
id: "t2", title: "Real-World Cyber Security Skills", quote: "The Cyber Security course was intense but incredibly rewarding. I learned to tackle real-world threats and secured a position as a Security Analyst. Thank you, NetTech India!", name: "Rahul Verma", role: "Cyber Security Analyst, TCS", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201875.jpg", imageAlt: "Rahul Verma"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Cloud Certification Achieved",
|
||||
quote: "I always wanted to get into Cloud Computing. NetTech India's structured program and hands-on labs helped me achieve my AWS certification and get a role in a leading cloud firm.",
|
||||
name: "Ananya Singh",
|
||||
role: "Cloud Engineer, Wipro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg",
|
||||
imageAlt: "Ananya Singh",
|
||||
},
|
||||
id: "t3", title: "Cloud Certification Achieved", quote: "I always wanted to get into Cloud Computing. NetTech India's structured program and hands-on labs helped me achieve my AWS certification and get a role in a leading cloud firm.", name: "Ananya Singh", role: "Cloud Engineer, Wipro", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg", imageAlt: "Ananya Singh"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "From Novice to Full Stack Developer",
|
||||
quote: "The Full Stack Development bootcamp was a game-changer. I came with minimal coding experience and left as a confident developer. The projects were fantastic for building my portfolio.",
|
||||
name: "Vivek Kumar",
|
||||
role: "Software Developer, HCLTech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-hand-sanitizer_23-2148725208.jpg",
|
||||
imageAlt: "Vivek Kumar",
|
||||
},
|
||||
id: "t4", title: "From Novice to Full Stack Developer", quote: "The Full Stack Development bootcamp was a game-changer. I came with minimal coding experience and left as a confident developer. The projects were fantastic for building my portfolio.", name: "Vivek Kumar", role: "Software Developer, HCLTech", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-hand-sanitizer_23-2148725208.jpg", imageAlt: "Vivek Kumar"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "CAD/CAM Expertise Gained",
|
||||
quote: "As an aspiring design engineer, the CAD/CAM course was essential. The detailed modules and practical training gave me the edge I needed for my career. Excellent faculty!",
|
||||
name: "Neha Gupta",
|
||||
role: "Design Engineer, Mahindra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-graduate-academic-dress-pointing-right-looking-cheery-front-view_176474-51192.jpg",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
id: "t5", title: "CAD/CAM Expertise Gained", quote: "As an aspiring design engineer, the CAD/CAM course was essential. The detailed modules and practical training gave me the edge I needed for my career. Excellent faculty!", name: "Neha Gupta", role: "Design Engineer, Mahindra", imageSrc: "http://img.b2bpic.net/free-photo/female-graduate-academic-dress-pointing-right-looking-cheery-front-view_176474-51192.jpg", imageAlt: "Neha Gupta"},
|
||||
]}
|
||||
title="What Our Students Say"
|
||||
description="Hear directly from our successful alumni who have transformed their careers with NetTech India's cutting-edge training and dedicated support."
|
||||
@@ -357,35 +214,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are the eligibility criteria for your courses?",
|
||||
content: "Eligibility varies by course. Generally, a bachelor's degree in any discipline is preferred, but we also consider candidates with strong foundational knowledge or relevant work experience. Please check individual course pages for specific requirements.",
|
||||
},
|
||||
id: "q1", title: "What are the eligibility criteria for your courses?", content: "Eligibility varies by course. Generally, a bachelor's degree in any discipline is preferred, but we also consider candidates with strong foundational knowledge or relevant work experience. Please check individual course pages for specific requirements."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer placement assistance after course completion?",
|
||||
content: "Yes, we have a dedicated placement cell that provides extensive support, including resume building, interview preparation, and connecting students with our industry partners for job opportunities.",
|
||||
},
|
||||
id: "q2", title: "Do you offer placement assistance after course completion?", content: "Yes, we have a dedicated placement cell that provides extensive support, including resume building, interview preparation, and connecting students with our industry partners for job opportunities."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are classes conducted online or offline?",
|
||||
content: "We offer both online and offline (classroom) training modes. Our Andheri center provides state-of-the-art classroom facilities, while our online programs offer flexibility without compromising quality.",
|
||||
},
|
||||
id: "q3", title: "Are classes conducted online or offline?", content: "We offer both online and offline (classroom) training modes. Our Andheri center provides state-of-the-art classroom facilities, while our online programs offer flexibility without compromising quality."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What kind of certifications will I receive?",
|
||||
content: "Upon successful completion, students receive a NetTech India course completion certificate. Many of our courses also prepare you for globally recognized industry certifications (e.g., AWS, Microsoft Azure, CompTIA, etc.).",
|
||||
},
|
||||
id: "q4", title: "What kind of certifications will I receive?", content: "Upon successful completion, students receive a NetTech India course completion certificate. Many of our courses also prepare you for globally recognized industry certifications (e.g., AWS, Microsoft Azure, CompTIA, etc.)."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can I enroll if I am a working professional?",
|
||||
content: "Absolutely! Our flexible schedules, including weekend batches and evening classes, are designed to accommodate working professionals looking to upskill or reskill.",
|
||||
},
|
||||
id: "q5", title: "Can I enroll if I am a working professional?", content: "Absolutely! Our flexible schedules, including weekend batches and evening classes, are designed to accommodate working professionals looking to upskill or reskill."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "How can I inquire about course fees and payment options?",
|
||||
content: "Please fill out our contact form or call us directly. Our admissions counselors will provide detailed information on course fees, installment options, and available scholarships.",
|
||||
},
|
||||
id: "q6", title: "How can I inquire about course fees and payment options?", content: "Please fill out our contact form or call us directly. Our admissions counselors will provide detailed information on course fees, installment options, and available scholarships."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about our courses, admission process, career support, and more."
|
||||
@@ -401,41 +240,21 @@ export default function LandingPage() {
|
||||
description="Connect with our admissions team today to learn more about our courses, fees, and the enrollment process. Take the first step towards a brighter future!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "courseOfInterest",
|
||||
label: "Course of Interest",
|
||||
options: [
|
||||
"Data Science",
|
||||
"Cyber Security",
|
||||
"Cloud Computing",
|
||||
"Software Development",
|
||||
"CAD/CAM",
|
||||
"Digital Marketing",
|
||||
"Other",
|
||||
],
|
||||
name: "courseOfInterest", label: "Course of Interest", options: [
|
||||
"Data Science", "Cyber Security", "Cloud Computing", "Software Development", "CAD/CAM", "Digital Marketing", "Other"],
|
||||
}}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/innovative-futuristic-classroom-students_23-2150906256.jpg"
|
||||
@@ -453,79 +272,47 @@ export default function LandingPage() {
|
||||
logoText="NetTech India"
|
||||
columns={[
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{
|
||||
label: "Data Science",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Data Science", href: "#courses"},
|
||||
{
|
||||
label: "Cyber Security",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Cyber Security", href: "#courses"},
|
||||
{
|
||||
label: "Cloud Computing",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Cloud Computing", href: "#courses"},
|
||||
{
|
||||
label: "Software Dev",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "Software Dev", href: "#courses"},
|
||||
{
|
||||
label: "CAD/CAM",
|
||||
href: "#courses",
|
||||
},
|
||||
label: "CAD/CAM", href: "#courses"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Why NetTech",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Why NetTech", href: "#features"},
|
||||
{
|
||||
label: "Alumni Success",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Alumni Success", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Andheri Branch",
|
||||
href: "#",
|
||||
},
|
||||
label: "Andheri Branch", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/nettechindia?igsh=b3B5Mm0yNW5yYW1y",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/nettechindia?igsh=b3B5Mm0yNW5yYW1y"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user