Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e279e97c95 |
@@ -13,6 +13,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { Award, BookOpen, Users, Star, Zap, HelpCircle, Mail } from "lucide-react";
|
import { Award, BookOpen, Users, Star, Zap, HelpCircle, Mail } from "lucide-react";
|
||||||
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,28 +46,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroBillboardScroll
|
||||||
logoText="TECHLEARN"
|
title="Hero Billboard Scroll"
|
||||||
description="Master in-demand IT skills with expert instructors and hands-on projects. Launch your tech career today."
|
description="Add your description here."
|
||||||
buttons={[
|
tag="Label"
|
||||||
{ text: "Explore Courses", href: "features" },
|
tagIcon="Check"
|
||||||
{ text: "Start Free Trial", href: "pricing" }
|
buttons={[{"label": "Primary", "href": "#"}, {"label": "Secondary", "href": "#"}]}
|
||||||
]}
|
imageSrc="https://placehold.co/600x400"
|
||||||
slides={[
|
/>
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-html-text_23-2150040420.jpg", imageAlt: "Programming and coding development"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-energy-innovations-his-laptop_23-2148820170.jpg", imageAlt: "Web design and digital development"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/working-code_1098-19858.jpg", imageAlt: "Data analytics and technology"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
autoplayDelay={5000}
|
|
||||||
showDimOverlay={true}
|
|
||||||
logoLineHeight={1.15}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
|
|||||||
Reference in New Issue
Block a user