You can customize the website according to your requirements. There is a file under src/content/settings/information.md with some values that you can customize to change the main information of the website such as website name, owner name, contact number, themes, fonts and a lot of other options. Below is the schema of the file to customize the information of the website.

---
restaurantName: Pizza Shop
whatsapp: 923035214014
contactNumber: +923035214014
email: [email protected]
ownerName: Mr. Italiano
address: Green Palm street Avenue 1 Lahore
nearbyLocation : Main D chowck
ownerImage : chef.jpg
logo: favicon.svg
slogan: Thin crispy pizza
shopImage: restaurant.jpg
currencyUnit: USD
currencySymbol: $
mapImage: map.jpg
aboutUS: The Pizza Restaurant was founded in blabla by Mr. Italiano in lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

whatWeOffer : We offer full-service Pizza Fast Food Dine in and Delivery Services. We understand your needs and we will cater the food to satisfy the biggerst criteria of them all both look and taste

mainCategories: 
    - Pizza & Burger 
    - Fast Food 
    - National 
    - Beverages

themeName : custom
fontFamily : Fast-Food-Regular
---

You can chage this information according to your business.

To change the image properties, make sure that you have the image in public directory

How to manage main categories

Main categories are written in src/content/settings/information.md as list. To define list in markdown, you need to understand the syntax of the mardown file as written in the file were we have four main categories. To add new categogy,

mainCategories: 
    - Pizza & Burger 
    - Fast Food 
    - National 
    - Beverages

How to change theme

Theme can be easily changed by changing themeName with any of the name from the list below. Each theme has different color palliets representing a different look of the website. You can choose any one from the list below