Update src/app/page.tsx

This commit is contained in:
2026-05-10 22:00:07 +00:00
parent ecf1e5b0fc
commit c3407f349d

View File

@@ -96,7 +96,7 @@ export default function LandingPage() {
{
value: "163+", title: "Customer Reviews"},
{
value: "4.2", title: "Star Rating"},
value: "4.9 Star Rating", title: "Star Rating"},
{
value: "Bulk", title: "Order Ready"},
]}
@@ -259,4 +259,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}