Updated page.tsx

Updated home page, still using preprocessed_data.xlsx because using updated_datav2.xlsx basically crashes the frontend rn lol :p
This commit is contained in:
Vadella, Anna
2026-04-01 13:02:29 -04:00
parent 90a551c048
commit d4777b5e72
5 changed files with 135 additions and 38 deletions

View File

@@ -1,3 +1,4 @@
// api for routing to movie slug based on user's search
import movies from "../../../../movies.json"; // import JSON dataset containing all movies
export async function GET(req: Request) {