diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4546fbe..0cc4989 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,59 +47,26 @@ export default function LandingPage() {
@@ -117,14 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "A Legacy of Excellence in the Heart of London",
- },
+ type: "text", content: "A Legacy of Excellence in the Heart of London"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/bride-with-closing-face-veil-standing-balcony-vitage-castle_8353-12347.jpg",
- alt: "Hotel Interior",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/bride-with-closing-face-veil-standing-balcony-vitage-castle_8353-12347.jpg", alt: "Hotel Interior"},
]}
/>
@@ -135,26 +89,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- tag: "Service",
- title: "Impeccable Concierge",
- subtitle: "Always at your service",
- description: "Our dedicated team ensures your every need is met with precision and warmth.",
- imageSrc: "http://img.b2bpic.net/free-photo/female-receptionist-elegant-suit-work-hours_23-2149714382.jpg",
- },
+ tag: "Service", title: "Impeccable Concierge", subtitle: "Always at your service", description: "Our dedicated team ensures your every need is met with precision and warmth.", imageSrc: "http://img.b2bpic.net/free-photo/female-receptionist-elegant-suit-work-hours_23-2149714382.jpg"},
{
- tag: "Dining",
- title: "Michelin Dining",
- subtitle: "Exquisite culinary journeys",
- description: "Experience timeless flavour and tradition in our world-renowned restaurants.",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072568.jpg",
- },
+ tag: "Dining", title: "Michelin Dining", subtitle: "Exquisite culinary journeys", description: "Experience timeless flavour and tradition in our world-renowned restaurants.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072568.jpg"},
{
- tag: "Wellness",
- title: "Refined Wellness",
- subtitle: "Find your sanctuary",
- description: "Discover rejuvenation and balance in our private, tranquil spaces.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg",
- },
+ tag: "Wellness", title: "Refined Wellness", subtitle: "Find your sanctuary", description: "Discover rejuvenation and balance in our private, tranquil spaces.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg"},
]}
title="Unrivalled Service & Amenities"
description="Indulge in a curated selection of world-class facilities and services designed to create an unforgettable stay."
@@ -168,54 +107,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "r1",
- name: "Superior Room",
- brand: "The Ritz",
- price: "PKR 596,474",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/clean-room-with-lit-lamp_1203-1474.jpg",
- },
- {
- id: "r2",
- name: "Deluxe King",
- brand: "The Ritz",
- price: "PKR 641,401",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/empire-state-building-seen-from-apartment_23-2150897704.jpg",
- },
- {
- id: "r3",
- name: "Executive Suite",
- brand: "The Ritz",
- price: "PKR 750,000",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-bathtub-with-bath-elements_23-2148147505.jpg",
- },
- {
- id: "r4",
- name: "Junior Suite",
- brand: "The Ritz",
- price: "PKR 820,000",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg",
- },
- {
- id: "r5",
- name: "Signature Suite",
- brand: "The Ritz",
- price: "PKR 950,000",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-bedroom-design-overlooking-city-through-window-generated-by-ai_188544-16923.jpg",
- },
- {
- id: "r6",
- name: "Royal Suite",
- brand: "The Ritz",
- price: "PKR 1,200,000",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/view-ornamental-clock-london-city_23-2149437486.jpg",
- },
+ { id: "r1", name: "Superior Room", brand: "The Ritz", price: "PKR 596,474", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/clean-room-with-lit-lamp_1203-1474.jpg" },
+ { id: "r2", name: "Deluxe King", brand: "The Ritz", price: "PKR 641,401", rating: 5, reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/empire-state-building-seen-from-apartment_23-2150897704.jpg" },
+ { id: "r3", name: "Executive Suite", brand: "The Ritz", price: "PKR 750,000", rating: 5, reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bathtub-with-bath-elements_23-2148147505.jpg" },
+ { id: "r4", name: "Junior Suite", brand: "The Ritz", price: "PKR 820,000", rating: 5, reviewCount: "27", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg" },
+ { id: "r5", name: "Signature Suite", brand: "The Ritz", price: "PKR 950,000", rating: 5, reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-bedroom-design-overlooking-city-through-window-generated-by-ai_188544-16923.jpg" },
+ { id: "r6", name: "Royal Suite", brand: "The Ritz", price: "PKR 1,200,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/view-ornamental-clock-london-city_23-2149437486.jpg" },
]}
title="Exquisite Accommodations"
description="Discover our collection of elegantly appointed suites and rooms, blending classic heritage with modern comfort."
@@ -229,40 +126,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Luxury Traveller",
- testimonial: "An absolutely impeccable experience from start to finish. Truly the finest hotel in the world.",
- imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-position-power_52683-107678.jpg",
- },
+ id: "1", name: "Sarah J.", role: "Luxury Traveller", testimonial: "An absolutely impeccable experience from start to finish. Truly the finest hotel in the world.", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-position-power_52683-107678.jpg"},
{
- id: "2",
- name: "Michael C.",
- role: "CEO",
- testimonial: "The service is exceptional and the atmosphere is simply unmatched. A stay at The Ritz is always a highlight.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-photographer-exploring-city-with-her-camera_23-2149186643.jpg",
- },
+ id: "2", name: "Michael C.", role: "CEO", testimonial: "The service is exceptional and the atmosphere is simply unmatched. A stay at The Ritz is always a highlight.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-photographer-exploring-city-with-her-camera_23-2149186643.jpg"},
{
- id: "3",
- name: "Emily R.",
- role: "Event Planner",
- testimonial: "Everything is managed with such grace and precision. The perfect venue for our corporate gathering.",
- imageSrc: "http://img.b2bpic.net/free-photo/groom-balcony-holding-glass-engjoying-sunny-weather-balcony_8353-12235.jpg",
- },
+ id: "3", name: "Emily R.", role: "Event Planner", testimonial: "Everything is managed with such grace and precision. The perfect venue for our corporate gathering.", imageSrc: "http://img.b2bpic.net/free-photo/groom-balcony-holding-glass-engjoying-sunny-weather-balcony_8353-12235.jpg"},
{
- id: "4",
- name: "David K.",
- role: "Travel Editor",
- testimonial: "Historic charm meets flawless modern service. A testament to timeless British hospitality.",
- imageSrc: "http://img.b2bpic.net/free-photo/male-ballroom-performer-posing-stage_23-2149454023.jpg",
- },
+ id: "4", name: "David K.", role: "Travel Editor", testimonial: "Historic charm meets flawless modern service. A testament to timeless British hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/male-ballroom-performer-posing-stage_23-2149454023.jpg"},
{
- id: "5",
- name: "Julia M.",
- role: "Global Executive",
- testimonial: "My go-to choice for London. Always treated with such respect and warmth during every stay.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-wooden-table-holding-hand-man_23-2148014519.jpg",
- },
+ id: "5", name: "Julia M.", role: "Global Executive", testimonial: "My go-to choice for London. Always treated with such respect and warmth during every stay.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-wooden-table-holding-hand-man_23-2148014519.jpg"},
]}
title="Celebrated by Our Guests"
description="Discover why discerning travellers from across the globe choose The Ritz London as their preferred destination."
@@ -274,14 +146,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Forbes Travel Guide",
- "Condé Nast Traveler",
- "Travel + Leisure",
- "The Michelin Guide",
- "Virtuoso",
- "Leading Hotels of the World",
- "The London Gazette",
- ]}
+ "Forbes Travel Guide", "Condé Nast Traveler", "Travel + Leisure", "The Michelin Guide", "Virtuoso", "Leading Hotels of the World", "The London Gazette"]}
title="Globally Recognized Excellence"
description="Honoured to be consistently recognized as a benchmark for world-class hospitality."
/>
@@ -293,25 +158,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "What are your check-in and check-out times?",
- content: "Check-in is at 3:00 PM and check-out is at 12:00 PM.",
- },
+ id: "f1", title: "What are your check-in and check-out times?", content: "Check-in is at 3:00 PM and check-out is at 12:00 PM."},
{
- id: "f2",
- title: "Do you offer airport transfer services?",
- content: "Yes, we can arrange private airport transfers for our guests upon request.",
- },
+ id: "f2", title: "Do you offer airport transfer services?", content: "Yes, we can arrange private airport transfers for our guests upon request."},
{
- id: "f3",
- title: "Is The Ritz London LGBTQ+ friendly?",
- content: "We take great pride in being an inclusive venue and warmly welcome all guests from every background.",
- },
+ id: "f3", title: "Is The Ritz London LGBTQ+ friendly?", content: "We take great pride in being an inclusive venue and warmly welcome all guests from every background."},
{
- id: "f4",
- title: "Are there parking facilities available?",
- content: "We offer limited parking facilities; please contact our concierge team for assistance.",
- },
+ id: "f4", title: "Are there parking facilities available?", content: "We offer limited parking facilities; please contact our concierge team for assistance."},
]}
imageSrc="http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg"
mediaAnimation="slide-up"
@@ -325,20 +178,15 @@ export default function LandingPage() {