diff --git a/src/app/home/components/welcomepage/statisticsSection.tsx b/src/app/home/components/welcomepage/statisticsSection.tsx index 319313a..d958e86 100644 --- a/src/app/home/components/welcomepage/statisticsSection.tsx +++ b/src/app/home/components/welcomepage/statisticsSection.tsx @@ -25,32 +25,34 @@ export default function StatisticsSection() { ]; return ( -
+
-

+

Trusted by{" "} Industry Leaders

-

+

Join the largest community of Web3 professionals and get certified by industry experts

-
+
{stats.map((stat, index) => (
-
- +
+
-
+
{stat.number}
-
{stat.label}
+
+ {stat.label} +
))}
@@ -58,3 +60,4 @@ export default function StatisticsSection() {
); } + diff --git a/src/app/home/page.tsx b/src/app/home/page.tsx index f6bebf1..bbcea92 100644 --- a/src/app/home/page.tsx +++ b/src/app/home/page.tsx @@ -1,21 +1,22 @@ -// import ErrorTest from "@/components/ErrorTest"; import CourseExplorationSection from "./components/welcomepage/courseExplorationSection"; import HeroSection from "./components/welcomepage/heroSection"; -// import Register from "../register/page"; import Journey from "./components/welcomepage/journey"; import Ready from "./components/welcomepage/ready"; import Steller from "./components/welcomepage/steller"; -// import PrinciplesSection from "../about/components/principlesSection"; import Trusted from "./components/welcomepage/trusted"; -// import PrinciplesSection from "../about/components/principlesSection"; -import TeacherDashboard from "./teacherDashboard"; +import StatisticsSection from "./components/welcomepage/statisticsSection"; const welcomePage = () => { return (
- - {/* */} +
+ + + + + + {/* */} {/* */} {/* */}