From 816e9aca44c36888f99a67ad742251d3b6411b6b Mon Sep 17 00:00:00 2001 From: cp-dharti-r Date: Fri, 8 Mar 2024 12:48:23 +0530 Subject: [PATCH] Rename just foodie to bite space --- README.md | 4 ++-- website/app/head.tsx | 2 +- website/components/Footer/index.tsx | 4 ++-- website/components/Header/index.tsx | 4 ++-- website/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) 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/Footer/index.tsx b/website/components/Footer/index.tsx index a5f85b0..177aa21 100644 --- a/website/components/Footer/index.tsx +++ b/website/components/Footer/index.tsx @@ -28,8 +28,8 @@ const Footer = () => { height={30} /> */}

- 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": {