Skip to content

Commit

Permalink
Merge branch 'main
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraChai committed Aug 9, 2023
2 parents c5ff0c9 + 54b39d7 commit 6d48b6e
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions components/Hamburger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ export const Hamburger = ({ state }) => {
</li>
</ul>
</nav>
<div className="w-1/2 mt-4 text-white info md:mt-0 lg:w-full lg:flex lg:justify-center lg:flex-col lg:items-center">
<div className="w-1/2 mt-8 text-white info md:mt-0 lg:w-full lg:flex lg:justify-center lg:flex-col lg:items-center">
<h3 className="text-lg font-bold md:text-2xl lg:text-4xl">
Our Promise
</h3>
<p className="text-sm md:text-lg lg:text-xl">
Provide you a comfy place to stay in Port Dickson
<p className="text-sm md:mt-1 lg:text-center lg:max-w-xl text-neutral-100 md:text-lg lg:text-xl">
We promise a memorable and comfortable stay in our homestay.
</p>
</div>
</div>
Expand Down
File renamed without changes.
Binary file removed public/house.webp
Binary file not shown.
Binary file removed public/lighthouse.jpg
Binary file not shown.
Binary file removed public/living-room.jpg
Binary file not shown.
Binary file removed public/living-room.webp
Binary file not shown.
Binary file removed public/logo.png
Binary file not shown.
Binary file removed public/main-bedroom.webp
Binary file not shown.
Binary file removed public/secondary-bedroom.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"components/Header.tsx"
],
"components/Header.tsx",
],
"exclude": [
"node_modules"
],
Expand Down

1 comment on commit 6d48b6e

@vercel
Copy link

@vercel vercel bot commented on 6d48b6e Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cozysweet-homestay – ./

cozysweet-homestay-ezrachai.vercel.app
cozysweet-homestay-git-main-ezrachai.vercel.app
cshomestay.vercel.app

Please sign in to comment.