diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 0414934..d043cca 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -19,20 +19,14 @@ export default function HomePage() {
title="Your Home Away From Home"
description="Escape to our boutique hotel located in the heart of the city. Relax in comfort and style."
primaryButton={{
- text: "Book Your Stay",
- href: "#contact",
- }}
+ text: "Book Your Stay", href: "#contact"}}
secondaryButton={{
- text: "Learn More",
- href: "#about",
- }}
+ text: "Learn More", href: "#about"}}
items={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/black-cushion-with-pillows_1203-545.jpg"},
]}
/>
@@ -53,17 +47,9 @@ export default function HomePage() {
title="What Makes Us Unique"
description="Compare your experience with us against standard hotel services."
negativeItems={[
- "Limited guest support",
- "Standard continental breakfast",
- "No leisure facilities",
- "Generic concierge",
- ]}
+ "Limited guest support", "Standard continental breakfast", "No leisure facilities", "Generic concierge"]}
positiveItems={[
- "24/7 dedicated guest concierge",
- "Gourmet daily breakfast buffet",
- "Full leisure spa and gym",
- "Curated local experiences",
- ]}
+ "24/7 dedicated guest concierge", "Gourmet daily breakfast buffet", "Full leisure spa and gym", "Curated local experiences"]}
/>
@@ -76,40 +62,19 @@ export default function HomePage() {
description="See the elegance of our hotel spaces."
items={[
{
- title: "Gourmet Dining",
- description: "Local and international flavors.",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg",
- },
+ title: "Gourmet Dining", description: "Local and international flavors.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg"},
{
- title: "Outdoor Pool",
- description: "Relax under the sun.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-leisure-around-outdoor-swimming-pool-with-sea-ocean-travel-vacation_74190-14576.jpg",
- },
+ title: "Outdoor Pool", description: "Relax under the sun.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-leisure-around-outdoor-swimming-pool-with-sea-ocean-travel-vacation_74190-14576.jpg"},
{
- title: "Luxury Spa",
- description: "Rejuvenate your mind.",
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-spa-bathroom-with-nature-view_23-2152008204.jpg",
- },
+ title: "Luxury Spa", description: "Rejuvenate your mind.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-spa-bathroom-with-nature-view_23-2152008204.jpg"},
{
- title: "Fitness Center",
- description: "Stay active during your stay.",
- imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg",
- },
+ title: "Fitness Center", description: "Stay active during your stay.", imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"},
{
- title: "Meeting Spaces",
- description: "Perfect for events.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346606.jpg",
- },
+ title: "Meeting Spaces", description: "Perfect for events.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346606.jpg"},
{
- title: "Private Gardens",
- description: "Quiet sanctuary.",
- imageSrc: "http://img.b2bpic.net/free-photo/lights-park-with-green-trees-pond_1268-15675.jpg",
- },
+ title: "Private Gardens", description: "Quiet sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/lights-park-with-green-trees-pond_1268-15675.jpg"},
{
- title: "Hotel Lounge",
- description: "Enjoy evening cocktails.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg",
- },
+ title: "Hotel Lounge", description: "Enjoy evening cocktails.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg"},
]}
/>
@@ -123,49 +88,22 @@ export default function HomePage() {
description="Designed for ultimate relaxation."
plans={[
{
- tag: "Essential",
- price: "$150",
- description: "Perfect for a quick city break.",
- features: [
- "Queen bed",
- "City view",
- "Free Wi-Fi",
- ],
+ tag: "Essential", price: "$150", description: "Perfect for a quick city break.", features: [
+ "Queen bed", "City view", "Free Wi-Fi"],
primaryButton: {
- text: "Reserve",
- href: "#contact",
- },
+ text: "Reserve", href: "#contact"},
},
{
- tag: "Premium",
- price: "$250",
- description: "A touch of extra luxury.",
- features: [
- "King bed",
- "Breakfast included",
- "Spa access",
- "Mini-bar",
- ],
- highlight: "Best Choice",
- primaryButton: {
- text: "Reserve",
- href: "#contact",
- },
+ tag: "Premium", price: "$250", description: "A touch of extra luxury.", features: [
+ "King bed", "Breakfast included", "Spa access", "Mini-bar"],
+ highlight: "Best Choice", primaryButton: {
+ text: "Reserve", href: "#contact"},
},
{
- tag: "Suite",
- price: "$450",
- description: "Our finest experience.",
- features: [
- "Panoramic view",
- "Private lounge",
- "Butler service",
- "In-room dining",
- ],
+ tag: "Suite", price: "$450", description: "Our finest experience.", features: [
+ "Panoramic view", "Private lounge", "Butler service", "In-room dining"],
primaryButton: {
- text: "Reserve",
- href: "#contact",
- },
+ text: "Reserve", href: "#contact"},
},
]}
/>
@@ -180,35 +118,15 @@ export default function HomePage() {
description="We are honored to have shared moments with our amazing guests."
testimonials={[
{
- name: "Sarah Jenkins",
- role: "Travel Blogger",
- quote: "The absolute highlight of my year. The service was impeccable.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-trip-takes-photos-city-from-height-female-with-camera-women-photographer_1321-4658.jpg",
- },
+ name: "Sarah Jenkins", role: "Travel Blogger", quote: "The absolute highlight of my year. The service was impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/woman-trip-takes-photos-city-from-height-female-with-camera-women-photographer_1321-4658.jpg"},
{
- name: "Marcus Thorne",
- role: "Business Executive",
- quote: "Perfect for both meetings and relaxing. Truly a professional hotel.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-with-luggage-checking-his-boarding-pass_107420-95776.jpg",
- },
+ name: "Marcus Thorne", role: "Business Executive", quote: "Perfect for both meetings and relaxing. Truly a professional hotel.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-with-luggage-checking-his-boarding-pass_107420-95776.jpg"},
{
- name: "The Miller Family",
- role: "Guests",
- quote: "We loved every second of our stay. The breakfast was divine!",
- imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31454.jpg",
- },
+ name: "The Miller Family", role: "Guests", quote: "We loved every second of our stay. The breakfast was divine!", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31454.jpg"},
{
- name: "Elaine Wong",
- role: "Yoga Instructor",
- quote: "A beautiful serene sanctuary in the middle of the busy city center.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-sitting-bed-holding-glass-juice-mobile-phone-looking-away_23-2148033310.jpg",
- },
+ name: "Elaine Wong", role: "Yoga Instructor", quote: "A beautiful serene sanctuary in the middle of the busy city center.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-sitting-bed-holding-glass-juice-mobile-phone-looking-away_23-2148033310.jpg"},
{
- name: "David Roth",
- role: "Architecture Fan",
- quote: "Incredible design and attention to detail everywhere you look.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tea_1098-13992.jpg",
- },
+ name: "David Roth", role: "Architecture Fan", quote: "Incredible design and attention to detail everywhere you look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tea_1098-13992.jpg"},
]}
/>
@@ -219,15 +137,9 @@ export default function HomePage() {
@@ -237,23 +149,16 @@ export default function HomePage() {
@@ -265,13 +170,9 @@ export default function HomePage() {
tag="Contact Us"
text="Ready for an unforgettable escape? Book your room today."
primaryButton={{
- text: "Book Your Stay",
- href: "#",
- }}
+ text: "Book Your Stay", href: "#"}}
secondaryButton={{
- text: "Contact Front Desk",
- href: "#",
- }}
+ text: "Contact Front Desk", href: "#"}}
/>