diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index bfad0c8..4fc96d7 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -32,6 +32,11 @@ import Contact from "./pages/Contact"; import Terms from "./pages/Terms"; import Privacy from "./pages/Privacy"; +// New dedicated pages +import Recommended from "./pages/Recommended"; +import TopTrending from "./pages/TopTrending"; +import TopRated from "./pages/TopRated"; + // Placeholder pages function Placeholder({ title }) { return

{title} (Coming Soon)

; @@ -63,9 +68,9 @@ export default function App() { } /> } /> } /> - } /> - } /> - } /> + } /> + } /> + } /> } /> }/> diff --git a/frontend/src/components/ReviewComments.jsx b/frontend/src/components/ReviewComments.jsx index 7206fe2..fe8cd1d 100644 --- a/frontend/src/components/ReviewComments.jsx +++ b/frontend/src/components/ReviewComments.jsx @@ -93,7 +93,7 @@ export default function ReviewComments({ reviewId, comments = [], onUpdate, isAu {comment.user?.name?.[0]?.toUpperCase() || "?"}
-
+
{comment.user?.name || "Anonymous"} @@ -151,7 +151,7 @@ export default function ReviewComments({ reviewId, comments = [], onUpdate, isAu