diff --git a/src/app/page.tsx b/src/app/page.tsx index 47a3876..6ad31e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -95,21 +60,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - icon: BookOpen, - title: "Flexible Learning", - description: "Study at your own pace.", - }, - { - icon: Globe, - title: "Multi-language Support", - description: "Learn in English, Uzbek, or Russian.", - }, - { - icon: Award, - title: "Certification", - description: "Earn recognized certificates.", - }, + { icon: BookOpen, title: "Flexible Learning", description: "Study at your own pace." }, + { icon: Globe, title: "Multi-language Support", description: "Learn in English, Uzbek, or Russian." }, + { icon: Award, title: "Certification", description: "Earn recognized certificates." }, ]} title="Learning That Fits" description="Expertly crafted curriculum designed for real-world application across various domains." @@ -118,56 +71,21 @@ export default function LandingPage() {