diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index cf8ca25..ab161dc 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -17,29 +17,15 @@ export default function HomePage() {
title="Welcome to Boston West Hotel"
description="Where comfort meets quiet charm. Whether you're visiting for business or a peaceful escape with family, our standards are designed to exceed your expectations."
primaryButton={{
- text: "Book Your Stay",
- href: "#contact",
- }}
+ text: "Book Your Stay", href: "#contact"}}
secondaryButton={{
- text: "Explore",
- href: "#features",
- }}
+ text: "Explore", href: "#features"}}
items={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/elephant-towel_1203-7365.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/bed-neatly-made-with-nightlight_1203-462.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/lady-with-vegetables-utility-cart_23-2147954303.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-relax-hotel-lounge_482257-102644.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/elephant-towel_1203-7365.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/bed-neatly-made-with-nightlight_1203-462.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-vegetables-utility-cart_23-2147954303.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-relax-hotel-lounge_482257-102644.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg" },
]}
/>
@@ -50,9 +36,7 @@ export default function HomePage() {
@@ -65,23 +49,11 @@ export default function HomePage() {
description="Discover a place that feels like home. From impeccably clean rooms to fantastic facilities for the whole family, we've thought of every detail."
items={[
{
- title: "Comfortable Rooms",
- description: "High-standard, clean rooms with cozy beds for a restful night.",
- buttonIcon: "BedDouble",
- imageSrc: "http://img.b2bpic.net/free-photo/comfortable-bed-with-rumpled-sheets_1203-984.jpg",
- },
+ title: "Comfortable Rooms", description: "High-standard, clean rooms with cozy beds for a restful night.", buttonIcon: "BedDouble", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-bed-with-rumpled-sheets_1203-984.jpg"},
{
- title: "Quiet Environment",
- description: "Enjoy peace and quiet during your stay, perfect for business or rest.",
- buttonIcon: "Moon",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683471.jpg",
- },
+ title: "Quiet Environment", description: "Enjoy peace and quiet during your stay, perfect for business or rest.", buttonIcon: "Moon", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683471.jpg"},
{
- title: "Family Facilities",
- description: "Fantastic on-site complex facilities that your children will adore.",
- buttonIcon: "Users",
- imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg",
- },
+ title: "Family Facilities", description: "Fantastic on-site complex facilities that your children will adore.", buttonIcon: "Users", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg"},
]}
/>
@@ -92,37 +64,18 @@ export default function HomePage() {
@@ -136,17 +89,11 @@ export default function HomePage() {
description="Our dedication to service shows in the feedback from our valued guests."
metrics={[
{
- value: "5/5",
- description: "Service Rating",
- },
+ value: "5/5", description: "Service Rating"},
{
- value: "5/5",
- description: "Location Rating",
- },
+ value: "5/5", description: "Location Rating"},
{
- value: "98%",
- description: "Guest Satisfaction",
- },
+ value: "98%", description: "Guest Satisfaction"},
]}
/>
@@ -157,19 +104,14 @@ export default function HomePage() {
@@ -181,13 +123,9 @@ export default function HomePage() {
tag="Book Now"
text="Ready for a relaxing stay at Boston West Hotel?"
primaryButton={{
- text: "Contact Us",
- href: "tel:+44123456789",
- }}
+ text: "Contact Us", href: "tel:+44123456789"}}
secondaryButton={{
- text: "Book Online",
- href: "#",
- }}
+ text: "Book Online", href: "#"}}
/>