Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,18 +43,18 @@ export default function LandingPage() {
|
||||
tag="Premium Education"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Courses", href: "#courses" },
|
||||
{ text: "Book a Demo", href: "#calendar" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=1", imageAlt: "Online learning environment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-youtube-thumbnail_23-2149157542.jpg?_wi=1", imageAlt: "Design course materials" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-presenting-front-leadership-conference-room_482257-31236.jpg?_wi=1", imageAlt: "Business training session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=1", imageAlt: "Development workshop" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=2", imageAlt: "Professional development" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Online learning environment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-youtube-thumbnail_23-2149157542.jpg", imageAlt: "Design course materials" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-presenting-front-leadership-conference-room_482257-31236.jpg", imageAlt: "Business training session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Development workshop" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Professional development" }
|
||||
]}
|
||||
ariaLabel="Hero section showcasing premium online courses"
|
||||
useInvertedBackground={false}
|
||||
@@ -73,13 +73,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "UI/UX Design Fundamentals", price: "$299", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-youtube-thumbnail_23-2149157542.jpg?_wi=2", imageAlt: "UI/UX Design course"
|
||||
id: "1", name: "UI/UX Design Fundamentals", price: "$299", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-youtube-thumbnail_23-2149157542.jpg", imageAlt: "UI/UX Design course"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Strategic Business Growth", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-presenting-front-leadership-conference-room_482257-31236.jpg?_wi=2", imageAlt: "Business course"
|
||||
id: "2", name: "Strategic Business Growth", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-presenting-front-leadership-conference-room_482257-31236.jpg", imageAlt: "Business course"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Full-Stack Web Development", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=2", imageAlt: "Development course"
|
||||
id: "3", name: "Full-Stack Web Development", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Development course"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user