8 Commits

Author SHA1 Message Date
bcf83fcf73 Merge pull request '1' (#10) from version_10 into main
Reviewed-on: #10
2026-01-27 16:25:28 +00:00
59b92741c9 1 2026-01-27 18:24:46 +02:00
cf79ae657d Merge version_8 into main
Merge version_8 into main
2026-01-27 14:13:41 +00:00
da84509f96 Merge version_5 into main
Merge version_5 into main
2026-01-27 14:05:14 +00:00
6ce5855e95 revert 3a5a414545
revert Merge version_3 into main

Merge version_3 into main
2026-01-27 13:59:57 +00:00
3a5a414545 Merge version_3 into main
Merge version_3 into main
2026-01-27 13:58:39 +00:00
e52745cbb1 Merge pull request 'fix' (#2) from version_2 into main
Reviewed-on: #2
2026-01-27 13:54:53 +00:00
8707f49092 Merge version_2 into main
Merge version_2 into main
2026-01-27 13:45:59 +00:00

View File

@@ -10,8 +10,8 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail, Users, Clock, HeadphonesIcon, Globe } from "lucide-react"; import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail } from "lucide-react";
import AboutMetric from "@/components/sections/about/AboutMetric"; import HeroLogo from "@/components/sections/hero/HeroLogo";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -44,67 +44,25 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroLogo
title="Master In-Demand Tech Skills" logoText="Sample logoText"
description="Learn from industry experts in our comprehensive IT courses. From web development to data science, gain practical skills and launch your tech career." description="Unlock your potential with cutting-edge tech education."
tag="Start Learning Today"
tagIcon={Sparkles}
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/two-teenage-friends-playing-video-games-together-home_23-2149332883.jpg", imageAlt: "Programming course"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329703.jpg", imageAlt: "Tech classroom"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg", imageAlt: "Instructor teaching"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Learning environment"
}
]}
buttons={[ buttons={[
{
text: "View Courses", href: "features"
},
{
text: "Get Started", href: "contact"
}
]}
/>
</div>
<div id="hero-new" data-section="hero-new">
<AboutMetric
title="Unlocking Tech Potential"
metrics={[
{ {
"icon": Users, "text": "Get Started",
"label": "Happy Customers", "href": "#"
"value": "10K+"
}, },
{ {
"icon": Clock, "text": "Learn More",
"label": "Uptime", "href": "#"
"value": "99.9%"
},
{
"icon": HeadphonesIcon,
"label": "Support",
"value": "24/7"
},
{
"icon": Globe,
"label": "Countries",
"value": "50+"
} }
]} ]}
useInvertedBackground="noInvert" imageSrc="https://images.unsplash.com/photo-1526779259212-939e64788e3c?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZnJlZSUyMGltYWdlc3xlbnwwfHwwfHx8MA%3D%3D"
ariaLabel="About metrics section" imageAlt=""
videoAriaLabel="Hero video"
showDimOverlay={false}
logoLineHeight={1.1}
ariaLabel="Hero section"
/> />
</div> </div>