Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-22 06:52:24 +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>
);
}
}