Update src/app/page.tsx

This commit is contained in:
2026-05-28 16:37:00 +00:00
parent 9cf86c54ec
commit 423b6c8d9f

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroOverlayTestimonial
title="What's Your Score? Your Ultimate Destination for Movie & TV Show Reviews"
title="What's Your Score?"
description="Discover, review, and connect with fellow cinephiles. Dive into the world of film and television with CineCritique."
testimonials={[
{
@@ -307,4 +307,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}