4 Commits

Author SHA1 Message Date
68f4173921 Merge version_3 into main
Merge version_3 into main
2026-03-07 04:28:05 +00:00
2f8f62bd53 Update src/app/page.tsx 2026-03-07 04:28:00 +00:00
542208d82f Update src/app/layout.tsx 2026-03-07 04:28:00 +00:00
4041d62fe8 Merge version_2 into main
Merge version_2 into main
2026-03-07 04:23:01 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="All Subjects Available"
title="All Subjects Available Save 17% with 3-Subject Bundle"
description="Access complete study materials for every O-levels subject. Each package includes detailed notes and recorded lectures. Bundle 3 subjects for just $25 (regular: $30) and save 17% on comprehensive exam preparation."
tag="$10 Each or 3 for $25"
tagIcon={Star}
@@ -300,4 +300,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}