diff --git a/src/app/page.tsx b/src/app/page.tsx
index aef2ac2..11a3528 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
{ name: "Reviews", id: "reviews" },
]}
button={{
- text: "Book Your Stay",
- href: "/book",
- }}
+ text: "Book Your Stay", href: "/book"}}
/>
@@ -53,13 +51,9 @@ export default function HomePage() {
background={{ variant: "grid" }}
buttons={[
{
- text: "Book Your Stay",
- href: "/book",
- },
+ text: "Book Your Stay", href: "/book"},
{
- text: "Explore Rooms",
- href: "/rooms",
- },
+ text: "Explore Rooms", href: "/rooms"},
]}
buttonAnimation="opacity"
layoutOrder="default"
@@ -75,33 +69,13 @@ export default function HomePage() {
@@ -174,33 +131,13 @@ export default function HomePage() {
@@ -315,61 +222,37 @@ export default function HomePage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Rooms",
- href: "/rooms",
- },
+ label: "Rooms", href: "/rooms"},
{
- label: "Amenities",
- href: "/amenities",
- },
+ label: "Amenities", href: "/amenities"},
{
- label: "Gallery",
- href: "/gallery",
- },
+ label: "Gallery", href: "/gallery"},
],
},
{
items: [
{
- label: "Location",
- href: "/location",
- },
+ label: "Location", href: "/location"},
{
- label: "Reviews",
- href: "/reviews",
- },
+ label: "Reviews", href: "/reviews"},
{
- label: "Book Now",
- href: "/book",
- },
+ label: "Book Now", href: "/book"},
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms & Conditions",
- href: "#",
- },
+ label: "Terms & Conditions", href: "#"},
{
- label: "Cancellation Policy",
- href: "#",
- },
+ label: "Cancellation Policy", href: "#"},
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
],
},
]}