@@ -118,34 +76,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- label: "Wellness",
- title: "Spa & Retreat",
- items: [
- "Sauna access",
- "Hot stone massage",
- "Zen garden",
- ],
+ id: "1", label: "Wellness", title: "Spa & Retreat", items: ["Sauna access", "Hot stone massage", "Zen garden"],
},
{
- id: "2",
- label: "Dining",
- title: "Gourmet Cuisine",
- items: [
- "Fine dining",
- "Room service",
- "Private wine cellar",
- ],
+ id: "2", label: "Dining", title: "Gourmet Cuisine", items: ["Fine dining", "Room service", "Private wine cellar"],
},
{
- id: "3",
- label: "Leisure",
- title: "Active Living",
- items: [
- "Fitness gym",
- "Private pools",
- "Tennis court",
- ],
+ id: "3", label: "Leisure", title: "Active Living", items: ["Fitness gym", "Private pools", "Tennis court"],
},
]}
title="Exclusive Amenities"
@@ -160,40 +97,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Alice B.",
- handle: "@aliceb",
- testimonial: "The best resort experience I've had.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10679.jpg",
- },
+ id: "t1", name: "Alice B.", handle: "@aliceb", testimonial: "The best resort experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10679.jpg"},
{
- id: "t2",
- name: "John D.",
- handle: "@johnd",
- testimonial: "Everything was perfect, from the service to the view.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-holding-hands-seaside_23-2149313164.jpg",
- },
+ id: "t2", name: "John D.", handle: "@johnd", testimonial: "Everything was perfect, from the service to the view.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-holding-hands-seaside_23-2149313164.jpg"},
{
- id: "t3",
- name: "Sarah P.",
- handle: "@sarahp",
- testimonial: "Absolutely stunning property. Will return.",
- imageSrc: "http://img.b2bpic.net/free-photo/skater-girl-posing_1321-1116.jpg",
- },
+ id: "t3", name: "Sarah P.", handle: "@sarahp", testimonial: "Absolutely stunning property. Will return.", imageSrc: "http://img.b2bpic.net/free-photo/skater-girl-posing_1321-1116.jpg"},
{
- id: "t4",
- name: "Mark L.",
- handle: "@markl",
- testimonial: "A true five-star luxury escape.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-straw-hat-sitting-cozy-tropical-terrace_273443-3787.jpg",
- },
+ id: "t4", name: "Mark L.", handle: "@markl", testimonial: "A true five-star luxury escape.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-straw-hat-sitting-cozy-tropical-terrace_273443-3787.jpg"},
{
- id: "t5",
- name: "Emily C.",
- handle: "@emilyc",
- testimonial: "Heaven on earth. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-tropical-park_1163-3430.jpg",
- },
+ id: "t5", name: "Emily C.", handle: "@emilyc", testimonial: "Heaven on earth. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-tropical-park_1163-3430.jpg"},
]}
title="Guest Experiences"
description="Hear what our beloved guests have to say about their stay."
@@ -203,18 +115,11 @@ export default function LandingPage() {
@@ -222,29 +127,15 @@ export default function LandingPage() {