Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-16 20:48:43 +00:00

View File

@@ -162,12 +162,12 @@ export default function LandingPage() {
{
value: "500+", label: "Reviews"},
{
value: "4.3", label: "Rating"},
value: "5.0", label: "Rating"},
{
value: "100%", label: "Happiness"},
]}
title="What Our Guests Say"
description="Rated 4.3 stars by over 500 happy coffee lovers."
description="Rated 5 stars by over 500 happy coffee lovers."
/>
</div>
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}