.
Showing
15 changed files
with
574 additions
and
315 deletions
pages/activities/[id].js
0 → 100644
pages/activities/index.js
0 → 100644
-
Please register or sign in to post a comment
import Image from "next/image"; | ||
import React from "react"; | ||
const GuestReviews = () => { | ||
const GuestReviews = ({activityById}) => { | ||
const guestReviewsData = [ | ||
{ | ||
name: "Andrea", | ||
... | ... |