2 Commits

Author SHA1 Message Date
423b6c8d9f Update src/app/page.tsx 2026-05-28 16:37:00 +00:00
9cf86c54ec Merge version_3 into main
Merge version_3 into main
2026-05-28 16:15:53 +00:00

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>
);
}
}