diff --git a/src/app/page.tsx b/src/app/page.tsx
index 27c1710..9f7c638 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,32 +32,15 @@ export default function LandingPage() {
@@ -65,37 +48,14 @@ export default function LandingPage() {
@@ -108,7 +68,7 @@ export default function LandingPage() {
description="Located on Mussey Street in Takoradi, we offer a safe and reliable stay for business travelers and explorers alike. Our staff is dedicated to ensuring you have everything you need for a restful experience."
subdescription="We believe in honest hospitality—clean rooms, great amenities, and a quiet atmosphere."
icon={Building2}
- imageSrc="http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg"
mediaAnimation="slide-up"
/>
@@ -120,28 +80,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Free Wi-Fi",
- description: "Stay connected throughout your stay with our high-speed internet access.",
- bentoComponent: "reveal-icon",
- icon: Wifi,
- imageSrc: "http://img.b2bpic.net/free-photo/female-holding-stencil-outdoors-with-sign_53876-42849.jpg",
- imageAlt: "hotel amenities icon set",
+ title: "Free Wi-Fi", description: "Stay connected throughout your stay with our high-speed internet access.", bentoComponent: "reveal-icon", icon: Wifi,
},
{
- title: "Complimentary Breakfast",
- description: "Start your day right with a nutritious breakfast included in your stay.",
- bentoComponent: "reveal-icon",
- icon: Coffee,
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050969.jpg?_wi=2",
- imageAlt: "hotel amenities icon set",
+ title: "Complimentary Breakfast", description: "Start your day right with a nutritious breakfast included in your stay.", bentoComponent: "reveal-icon", icon: Coffee,
},
{
- title: "Secure Parking",
- description: "Enjoy peace of mind with our dedicated free parking for all guests.",
- bentoComponent: "reveal-icon",
- icon: Car,
- imageSrc: "http://img.b2bpic.net/free-photo/bed-with-night-light_1203-1162.jpg?_wi=2",
- imageAlt: "hotel amenities icon set",
+ title: "Secure Parking", description: "Enjoy peace of mind with our dedicated free parking for all guests.", bentoComponent: "reveal-icon", icon: Car,
},
]}
title="Why Choose Mussey Hotel"
@@ -156,42 +101,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Standard Room",
- price: "GH₵610",
- imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2735.jpg",
- },
- {
- id: "2",
- name: "Deluxe Room",
- price: "GH₵616",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg",
- },
- {
- id: "3",
- name: "Business Suite",
- price: "GH₵615",
- imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg",
- },
- {
- id: "4",
- name: "Economy Room",
- price: "GH₵610",
- imageSrc: "http://img.b2bpic.net/free-photo/white-bedroom-hotel_1150-12633.jpg",
- },
- {
- id: "5",
- name: "Executive Room",
- price: "GH₵616",
- imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg",
- },
- {
- id: "6",
- name: "Family Room",
- price: "GH₵616",
- imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg",
- },
+ { id: "1", name: "Standard Room", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2735.jpg" },
+ { id: "2", name: "Deluxe Room", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg" },
+ { id: "3", name: "Business Suite", price: "GH₵615", imageSrc: "http://img.b2bpic.net/free-photo/white-modern-clean-house-blue_1203-5089.jpg" },
+ { id: "4", name: "Economy Room", price: "GH₵610", imageSrc: "http://img.b2bpic.net/free-photo/white-bedroom-hotel_1150-12633.jpg" },
+ { id: "5", name: "Executive Room", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" },
+ { id: "6", name: "Family Room", price: "GH₵616", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-decoration-interior-bedroom_74190-11125.jpg" },
]}
title="Our Accommodations"
description="Simple, decent, and well-maintained rooms for your rest."
@@ -204,24 +119,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Star,
- title: "Average Rating",
- value: "4.0/5",
- },
- {
- id: "m2",
- icon: Users,
- title: "Happy Guests",
- value: "200+",
- },
- {
- id: "m3",
- icon: CheckCircle,
- title: "Check-in Efficiency",
- value: "98%",
- },
+ { id: "m1", icon: Star, title: "Average Rating", value: "4.0/5" },
+ { id: "m2", icon: Users, title: "Happy Guests", value: "200+" },
+ { id: "m3", icon: CheckCircle, title: "Check-in Efficiency", value: "98%" },
]}
title="Our Commitment"
description="We are proud of our reliable guest services."
@@ -232,31 +132,11 @@ export default function LandingPage() {
@@ -330,33 +179,16 @@ export default function LandingPage() {
logoText="Mussey Hotel"
columns={[
{
- title: "Quick Links",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Rooms",
- href: "#rooms",
- },
+ title: "Quick Links", items: [
+ { label: "Home", href: "#hero" },
+ { label: "About", href: "#about" },
+ { label: "Rooms", href: "#rooms" },
],
},
{
- title: "Contact",
- items: [
- {
- label: "055 309 9605",
- href: "tel:0553099605",
- },
- {
- label: "Mussey Street, Takoradi",
- href: "#",
- },
+ title: "Contact", items: [
+ { label: "055 309 9605", href: "tel:0553099605" },
+ { label: "Mussey Street, Takoradi", href: "#" },
],
},
]}