diff --git a/README.md b/README.md index dcca661..236fdf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Just Foodie +# Bite Space -## Welcome to the Just Foodie Web App – Your Ultimate Culinary Companion! +## Welcome to the Bite Space Web App – Your Ultimate Culinary Companion! A food web app for food lovers which is built in nextjs to discover popular foods and restaurants/cafes near you or where you want. diff --git a/website/app/head.tsx b/website/app/head.tsx index 43674ba..29cab3b 100644 --- a/website/app/head.tsx +++ b/website/app/head.tsx @@ -1,7 +1,7 @@ export default function Head() { return ( <> -
- Just{" "} - Foodie + Bite{" "} + Space
diff --git a/website/components/Header/index.tsx b/website/components/Header/index.tsx index 6424fc3..af24569 100644 --- a/website/components/Header/index.tsx +++ b/website/components/Header/index.tsx @@ -90,9 +90,9 @@ const Header = () => { : "text-white" }`} > - Just + Bite {" "} - Foodie + Space diff --git a/website/package.json b/website/package.json index e82eaac..4dc86e2 100644 --- a/website/package.json +++ b/website/package.json @@ -1,5 +1,5 @@ { - "name": "just-foodie", + "name": "bite-space-website", "version": "0.1.0", "private": true, "scripts": {