|
|
|
|
@@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -49,10 +49,10 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
|
<HeroSplit
|
|
|
|
|
background={{
|
|
|
|
|
variant: "rotated-rays-animated-grid"}}
|
|
|
|
|
title="Unlock your brain potential"
|
|
|
|
|
title="IDAN IS THE BEST"
|
|
|
|
|
description="Dive into cutting-edge IT education with expert-led courses and hands-on projects designed to launch your career in technology. Start building your future today."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
@@ -61,22 +61,17 @@ export default function LandingPage() {
|
|
|
|
|
text: "Enroll Now", href: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="opacity"
|
|
|
|
|
carouselItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/futuristic-clean-server-room-with-glowin-1774095663516-ffdd8bcc.png", imageAlt: "Futuristic server room with data streams"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/student-working-on-a-laptop-with-complex-1774095663156-376aa93c.png", imageAlt: "Student coding with holographic UI"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/diverse-group-of-students-collaborating--1774095661996-a7b6e7bd.png", imageAlt: "Students collaborating in a tech lab"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/abstract-representation-of-artificial-in-1774095663061-40c6a2de.png", imageAlt: "Abstract artificial intelligence network"},
|
|
|
|
|
{
|
|
|
|
|
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/cyber-security-analyst-working-in-a-dark-1774095662763-5e6ff51e.png", imageAlt: "Cyber security analyst at work"},
|
|
|
|
|
{
|
|
|
|
|
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/cloud-computing-infrastructure-with-abst-1774095663238-13292f4b.png", imageAlt: "Cloud computing infrastructure"},
|
|
|
|
|
imageSrc="https://pixabay.com/get/g99a427316d9f10f40bdec8f27b708ccf535c26a70cf1cdd3ddb5c759acdca287b69b7a25b9d010af12d7e10a7d31c7f92bbc12961ed1e9569dc21d4ecca782b5_1280.jpg?id=5628953"
|
|
|
|
|
imageAlt="Futuristic server room with data streams"
|
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
|
avatarText="Trusted by 500 students"
|
|
|
|
|
avatars={[
|
|
|
|
|
{ src: "https://pixabay.com/get/ga565315d6bbb78db66d1f0da9e6d9a7f23df95a1f244ed56321fb8e19581df3eeeaa91fdf50b777b406990b27f88f5b152e74193d20f2082ebc899cc7eeff27c_1280.jpg?id=1853907", alt: "Student 1" },
|
|
|
|
|
{ src: "https://pixabay.com/get/g83c71275303a41f86f0d2cc36318aa25d9df9c383825d9282b8396333c404d8f016c2954923d76adf15107447f9651c5f99953b41490f93c91c2822531e17c3e_1280.jpg?id=2104580", alt: "Student 2" },
|
|
|
|
|
{ src: "https://pixabay.com/get/g643e607b8c1b98495d0357925546370c191ef88254ce5c191af43fd8fc5e1828ff86860d278ecaf981d0ef7bfc84e4cb8ca59578fb78e039648fa49058494cc2_1280.jpg?id=1047521", alt: "Student 3" },
|
|
|
|
|
{ src: "https://pixabay.com/get/gd94672209379c701b1716edb1d4773cadb889868f1bec56d1c9b77e4c670f0fc085277d2f0304ca5e87eb65f26be9e102817e1219620ee0f079d63f0daad12a8_1280.jpg?id=4333898", alt: "Student 4" },
|
|
|
|
|
{ src: "https://pixabay.com/get/g7309bd8d77d26821c058af993ad068bcd36c5d7aee80c1b7155a3c80949b14d8654d34a03fa1d9301fc88de1b7d398f97e94fb612600d585f963324f7d8485cf_1280.jpg?id=2442565", alt: "Student 5" }
|
|
|
|
|
]}
|
|
|
|
|
autoPlay={true}
|
|
|
|
|
autoPlayInterval={4000}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -101,27 +96,32 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureCardTwelve
|
|
|
|
|
<FeatureCardMedia
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", label: "Software Development", title: "Build the Future with Code", items: [
|
|
|
|
|
"Master popular programming languages (Python, Java, C#)", "Develop robust web and mobile applications", "Learn Agile methodologies and DevOps practices", "Project-based learning for real-world experience"],
|
|
|
|
|
id: "1", title: "Software Development: Build the Future with Code", description: "Master popular programming languages (Python, Java, C#), develop robust web and mobile applications, learn Agile methodologies and DevOps practices, and gain real-world experience through project-based learning.", tag: "Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/laptop-showing-python-code-with-a-cup-of-1774095662311-16455e06.png?_wi=1", imageAlt: "Laptop showing Python code"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", label: "Cyber Security", title: "Protect the Digital Frontier", items: [
|
|
|
|
|
"Understand network security fundamentals and defense tactics", "Learn ethical hacking techniques and vulnerability assessment", "Implement robust data protection and privacy protocols", "Prepare for industry-recognized security certifications"],
|
|
|
|
|
id: "2", title: "Cyber Security: Protect the Digital Frontier", description: "Understand network security fundamentals and defense tactics, learn ethical hacking techniques and vulnerability assessment, implement robust data protection and privacy protocols, and prepare for industry-recognized security certifications.", tag: "Security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/stylized-padlock-icon-over-a-glowing-dig-1774095662677-62d25da0.png?_wi=1", imageAlt: "Padlock over digital circuit board"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", label: "Data Science & AI", title: "Uncover Insights, Drive Innovation", items: [
|
|
|
|
|
"Explore data analysis, machine learning, and AI algorithms", "Develop predictive models and data visualization skills", "Utilize big data tools and platforms (Hadoop, Spark)", "Solve complex problems with data-driven solutions"],
|
|
|
|
|
id: "3", title: "Data Science & AI: Uncover Insights, Drive Innovation", description: "Explore data analysis, machine learning, and AI algorithms, develop predictive models and data visualization skills, utilize big data tools and platforms (Hadoop, Spark), and solve complex problems with data-driven solutions.", tag: "Data & AI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-of-a-web-developer-s-screen-sho-1774095662731-1be338ac.png?_wi=1", imageAlt: "Web development code on screen (representing data and AI)"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", label: "Cloud Computing", title: "Harness the Power of the Cloud", items: [
|
|
|
|
|
"Gain expertise in cloud platforms (AWS, Azure, GCP)", "Learn cloud architecture, deployment, and management", "Implement scalable and secure cloud solutions", "Prepare for professional cloud certifications"],
|
|
|
|
|
id: "4", title: "Cloud Computing: Harness the Power of the Cloud", description: "Gain expertise in cloud platforms (AWS, Azure, GCP), learn cloud architecture, deployment, and management, implement scalable and secure cloud solutions, and prepare for professional cloud certifications.", tag: "Cloud", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/server-racks-with-glowing-lights-in-a-da-1774095662995-abd308e5.png?_wi=1", imageAlt: "Server racks with glowing lights"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Frontend Web Development: Master JavaScript Frameworks", description: "Become proficient in modern JavaScript frameworks like React, Angular, and Vue.js. Build responsive and interactive user interfaces, learn state management, and deploy scalable frontend applications. Project-based learning ensures practical expertise.", tag: "Frontend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-of-a-web-developer-s-screen-sho-1774095662731-1be338ac.png?_wi=1", imageAlt: "Web development code on screen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Backend Java Development: Building Robust APIs & Systems", description: "Delve into Java for enterprise-level backend development. Learn Spring Boot, microservices architecture, database integration (SQL/NoSQL), and secure API design. Master development tools and deployment strategies.", tag: "Backend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/laptop-showing-python-code-with-a-cup-of-1774095662311-16455e06.png?_wi=1", imageAlt: "Laptop showing Python code"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "7", title: "Go for Cloud & Microservices: High-Performance Systems", description: "Learn Go (Golang) for building highly concurrent and scalable cloud-native applications and microservices. Understand concurrency patterns, cloud deployment, and system design for modern infrastructure.", tag: "Cloud Native", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/server-racks-with-glowing-lights-in-a-da-1774095662995-abd308e5.png?_wi=1", imageAlt: "Server racks with glowing lights"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Our Core Programs & Benefits"
|
|
|
|
|
description="Explore our diverse range of specialized courses and certifications designed to make you a master of modern technology and secure your future in the digital world."
|
|
|
|
|
@@ -136,13 +136,19 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Python for Data Science", price: "$599", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/laptop-showing-python-code-with-a-cup-of-1774095662311-16455e06.png", imageAlt: "Laptop showing Python code"},
|
|
|
|
|
id: "1", name: "Python for Data Science", price: "$599", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/laptop-showing-python-code-with-a-cup-of-1774095662311-16455e06.png?_wi=2", imageAlt: "Laptop showing Python code"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Full-Stack Web Development", price: "$1299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-of-a-web-developer-s-screen-sho-1774095662731-1be338ac.png", imageAlt: "Web development code on screen"},
|
|
|
|
|
id: "2", name: "Full-Stack Web Development", price: "$1299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-of-a-web-developer-s-screen-sho-1774095662731-1be338ac.png?_wi=2", imageAlt: "Web development code on screen"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "CompTIA Network+ Certification", price: "$749", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/server-racks-with-glowing-lights-in-a-da-1774095662995-abd308e5.png", imageAlt: "Server racks with glowing lights"},
|
|
|
|
|
id: "3", name: "CompTIA Network+ Certification", price: "$749", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/server-racks-with-glowing-lights-in-a-da-1774095662995-abd308e5.png?_wi=2", imageAlt: "Server racks with glowing lights"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Certified Ethical Hacker", price: "$1499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/stylized-padlock-icon-over-a-glowing-dig-1774095662677-62d25da0.png", imageAlt: "Padlock over digital circuit board"},
|
|
|
|
|
id: "4", name: "Certified Ethical Hacker", price: "$1499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/stylized-padlock-icon-over-a-glowing-dig-1774095662677-62d25da0.png?_wi=2", imageAlt: "Padlock over digital circuit board"},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "AWS Cloud Practitioner Essentials", price: "$699", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/server-racks-with-glowing-lights-in-a-da-1774095662995-abd308e5.png?_wi=2", imageAlt: "Cloud server racks"},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "JavaScript Front-End Masterclass", price: "$999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/close-up-of-a-web-developer-s-screen-sho-1774095662731-1be338ac.png?_wi=2", imageAlt: "JavaScript code on screen"},
|
|
|
|
|
{
|
|
|
|
|
id: "7", name: "Database Management with SQL", price: "$799", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/laptop-showing-python-code-with-a-cup-of-1774095662311-16455e06.png?_wi=2", imageAlt: "Database icon or SQL code on screen"}
|
|
|
|
|
]}
|
|
|
|
|
title="Popular Courses"
|
|
|
|
|
description="Choose from our most sought-after programs to kickstart or advance your tech career. Each course is crafted to provide maximum impact and practical skills."
|
|
|
|
|
|