5 Commits

Author SHA1 Message Date
c36234f422 Update src/app/page.tsx 2026-03-09 20:37:59 +00:00
8ab1a4ef71 Update src/app/layout.tsx 2026-03-09 20:37:59 +00:00
99f00a2b6b Merge version_1 into main
Merge version_1 into main
2026-03-09 20:36:12 +00:00
ff1f064d3f Merge version_1 into main
Merge version_1 into main
2026-03-09 20:35:25 +00:00
e6a6645e05 Merge version_1 into main
Merge version_1 into main
2026-03-09 20:33:15 +00:00
2 changed files with 9 additions and 1416 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -97,7 +97,7 @@ export default function HomePage() {
<div id="featured" data-section="featured">
<ProductCardOne
title="Featured Materials"
description="Trending and top-rated educational resources curated for you. Browse our most popular slides, presentations, and academic materials."
description="Trending and top-rated educational resources. Hand-picked slides, presentations, and academic materials verified by our community."
tag="Top Rated"
tagIcon={Star}
products={[
@@ -217,4 +217,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}