diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6f763e6..2c89903 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,49 +28,25 @@ export default function LandingPage() {
@@ -81,18 +57,9 @@ export default function LandingPage() {
title="A Legacy of Hospitality"
description="Established with a vision for perfection, our hotel blends classic American hospitality with modern luxury amenities. We curate experiences that linger long after your departure."
metrics={[
- {
- value: "50+",
- title: "Luxury Suites",
- },
- {
- value: "100%",
- title: "Guest Satisfaction",
- },
- {
- value: "5-Star",
- title: "Rating",
- },
+ { value: "50+", title: "Luxury Suites" },
+ { value: "100%", title: "Guest Satisfaction" },
+ { value: "5-Star", title: "Rating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-city-building-architecture_23-2148798653.jpg"
mediaAnimation="blur-reveal"
@@ -107,21 +74,10 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Wellness & Spa",
- description: "Rejuvenate in our world-class spa facilities designed for total relaxation.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-bikini-by-pool-summer-scenery_231208-4631.jpg",
- },
+ id: "1", title: "Wellness & Spa", description: "Rejuvenate in our world-class spa facilities designed for total relaxation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-bikini-by-pool-summer-scenery_231208-4631.jpg" },
items: [
- {
- icon: Sparkles,
- text: "Organic treatments",
- },
- {
- icon: Zap,
- text: "Heated infinity pool",
- },
+ { icon: Sparkles, text: "Organic treatments" },
+ { icon: Zap, text: "Heated infinity pool" },
],
reverse: false,
},
@@ -137,45 +93,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Jenkins",
- date: "Oct 2023",
- title: "Amazing Experience",
- quote: "The most beautiful stay I have had in years. Exceptional service and design.",
- tag: "Traveler",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-talking-phone_23-2148238189.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
- },
+ id: "1", name: "Sarah Jenkins", date: "Oct 2023", title: "Amazing Experience", quote: "The most beautiful stay I have had in years. Exceptional service and design.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-talking-phone_23-2148238189.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg"},
{
- id: "2",
- name: "Michael Roberts",
- date: "Sep 2023",
- title: "True Luxury",
- quote: "Everything was perfect, from the lobby to the suite amenities.",
- tag: "Business",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-with-luggage-checking-his-boarding-pass_107420-95776.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-home-interior-illuminated-by-glowing-christmas-lights-generated-by-ai_188544-11934.jpg",
- },
+ id: "2", name: "Michael Roberts", date: "Sep 2023", title: "True Luxury", quote: "Everything was perfect, from the lobby to the suite amenities.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-with-luggage-checking-his-boarding-pass_107420-95776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-home-interior-illuminated-by-glowing-christmas-lights-generated-by-ai_188544-11934.jpg"},
{
- id: "3",
- name: "Emily Chen",
- date: "Aug 2023",
- title: "Perfect Getaway",
- quote: "The spa facilities are unmatched. Will definitely be returning soon.",
- tag: "Tourist",
- avatarSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245248.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg",
- },
+ id: "3", name: "Emily Chen", date: "Aug 2023", title: "Perfect Getaway", quote: "The spa facilities are unmatched. Will definitely be returning soon.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg"},
{
- id: "4",
- name: "David Miller",
- date: "July 2023",
- title: "Professionalism",
- quote: "Fantastic stay with the family, the staff were incredibly helpful.",
- tag: "Family",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-beach-bar_1385-1692.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4546.jpg",
- },
+ id: "4", name: "David Miller", date: "July 2023", title: "Professionalism", quote: "Fantastic stay with the family, the staff were incredibly helpful.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-beach-bar_1385-1692.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4546.jpg"},
]}
title="Guest Reflections"
description="Hear from our guests about their experiences at our boutique hotel."
@@ -186,29 +110,15 @@ export default function LandingPage() {