Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd67aeab95 | |||
| ce035b9bc3 | |||
| 4a7f16d2ef | |||
| 30e440313c |
@@ -34,10 +34,10 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "#home"},
|
name: "Home", id: "#home"},
|
||||||
{
|
{
|
||||||
name: "Courses", id: "#courses"},
|
name: "Courses", id: "#courses"},
|
||||||
{
|
|
||||||
name: "About", id: "#about"},
|
|
||||||
{
|
{
|
||||||
name: "Features", id: "#features"},
|
name: "Features", id: "#features"},
|
||||||
|
{
|
||||||
|
name: "Social", id: "#social-media"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
@@ -123,6 +123,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Our Achievements & Commitment"
|
title="Our Achievements & Commitment"
|
||||||
description="Dedicated to fostering mathematical excellence and student success with measurable results."
|
description="Dedicated to fostering mathematical excellence and student success with measurable results."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Enroll in Free Trial", href: "#trial"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -213,6 +218,25 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="social-media" data-section="social-media">
|
||||||
|
<FeatureCardThree
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
title="Connect With Us on Social Media"
|
||||||
|
description="Stay updated with the latest news, tips, and insights from I.M.C.C. Follow us for more!"
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
title: "Instagram", description: "Join our community on Instagram.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ekh1NETXyzQUYxsxxdBjXqCOfP/uploaded-1780729189823-zl5isxa6.jpg", imageAlt: "Instagram Logo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Facebook", description: "Like our page on Facebook.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ekh1NETXyzQUYxsxxdBjXqCOfP/uploaded-1780729189823-xc5igql4.jpg", imageAlt: "Facebook Logo"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user