diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d72ccf..46450f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "सवाल-जवाब", id: "faq" }, ]} button={{ - text: "शुरुआत करें", href: "#contact"}} + text: "शुरुआत करें", href: "#contact" + }} /> @@ -50,9 +51,11 @@ export default function LandingPage() { tagAnimation="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", imageAlt: "ऑनलाइन कोर्स सीखने वाले विद्यार्थी"}, + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "ऑनलाइन कोर्स सीखने वाले विद्यार्थी" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/teleworker-using-headphones-home-watch-instructional-course-videos_482257-118863.jpg", imageAlt: "डिजिटल शिक्षा प्रशिक्षण"}, + imageSrc: "http://img.b2bpic.net/free-photo/teleworker-using-headphones-home-watch-instructional-course-videos_482257-118863.jpg", imageAlt: "डिजिटल शिक्षा प्रशिक्षण" + }, ]} mediaAnimation="slide-up" rating={5} @@ -70,11 +73,13 @@ export default function LandingPage() { @@ -246,16 +271,20 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/coursehub", ariaLabel: "Twitter"}, + href: "https://twitter.com/coursehub", ariaLabel: "Twitter" + }, { icon: Linkedin, - href: "https://linkedin.com/company/coursehub", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com/company/coursehub", ariaLabel: "LinkedIn" + }, { icon: Facebook, - href: "https://facebook.com/coursehub", ariaLabel: "Facebook"}, + href: "https://facebook.com/coursehub", ariaLabel: "Facebook" + }, { icon: Instagram, - href: "https://instagram.com/coursehub", ariaLabel: "Instagram"}, + href: "https://instagram.com/coursehub", ariaLabel: "Instagram" + }, ]} />