4 Commits

Author SHA1 Message Date
70752b97ed Update src/app/page.tsx 2026-04-22 06:52:21 +00:00
3640be5c5a Merge version_1 into main
Merge version_1 into main
2026-04-22 06:50:20 +00:00
733185007d Merge version_1 into main
Merge version_1 into main
2026-04-22 06:49:56 +00:00
e4883eb39c Merge version_1 into main
Merge version_1 into main
2026-04-22 06:49:25 +00:00

View File

@@ -50,6 +50,7 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Master Microsoft Office in 3D"
description="Unlock the power of Word, Excel, PowerPoint, and Access with our cutting-edge, immersive study platform."
buttons={[{ text: "Get Started", href: "#products" }]}
testimonials={[
{
name: "Sarah", handle: "@sarah_dev", testimonial: "The best platform for learning Office apps!", rating: 5,
@@ -259,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}