Update src/app/page.tsx
This commit is contained in:
282
src/app/page.tsx
282
src/app/page.tsx
@@ -32,86 +32,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "dining",
|
||||
},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Dining", id: "dining" },
|
||||
{ name: "Reservations", id: "contact" },
|
||||
]}
|
||||
brandName="The Ritz London"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Timeless Elegance at The Ritz London"
|
||||
description="Experience the quintessence of British refinement in the heart of London. Discover world-class dining and unparalleled service in our iconic setting."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stained-glass-classic-stairwell-view-from_169016-69796.jpg?_wi=1"
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stained-glass-classic-stairwell-view-from_169016-69796.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/inside-museum_1084-54.jpg",
|
||||
alt: "Inside museum",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gothic-vault-decorative-paintings-architectural-design_169016-68742.jpg",
|
||||
alt: "Gothic vault decorative paintings architectural design",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abu-dhabi-uae-march-16-dome-decoration-emirates-palace-hotel-march-16-2012-this-is-luxurious-most-expensive-7-star-hotel-designed-by-renowned-architect-john-elliott-riba_158595-1969.jpg",
|
||||
alt: "Dome decoration in Emirates Palace hotel",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754873.jpg",
|
||||
alt: "Beautiful castle architecture",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-lady-velvet-outfit-holds-martini-glass_197531-15680.jpg",
|
||||
alt: "Charming lady in velvet outfit",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/inside-museum_1084-54.jpg", alt: "Inside museum" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gothic-vault-decorative-paintings-architectural-design_169016-68742.jpg", alt: "Gothic vault decorative paintings architectural design" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abu-dhabi-uae-march-16-dome-decoration-emirates-palace-hotel-march-16-2012-this-is-luxurious-most-expensive-7-star-hotel-designed-by-renowned-architect-john-elliott-riba_158595-1969.jpg", alt: "Dome decoration in Emirates Palace hotel" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754873.jpg", alt: "Beautiful castle architecture" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charming-lady-velvet-outfit-holds-martini-glass_197531-15680.jpg", alt: "Charming lady in velvet outfit" },
|
||||
]}
|
||||
avatarText="Join our elite circle of guests."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Five-Star Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin-Starred Dining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Iconic London Heritage",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legendary Afternoon Tea",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sophisticated Luxury",
|
||||
},
|
||||
{ type: "text", text: "Five-Star Service" },
|
||||
{ type: "text", text: "Michelin-Starred Dining" },
|
||||
{ type: "text", text: "Iconic London Heritage" },
|
||||
{ type: "text", text: "Legendary Afternoon Tea" },
|
||||
{ type: "text", text: "Sophisticated Luxury" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,7 +76,7 @@ export default function LandingPage() {
|
||||
description="Since our opening, The Ritz London has been a byword for excellence and luxury. Every detail reflects our commitment to the finest traditions of hospitality."
|
||||
subdescription="From our historic dining room to our legendary service, we invite you to be part of an enduring legacy."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -136,21 +88,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Gourmet Dining",
|
||||
description: "Exquisite menus curated by world-class chefs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Afternoon Tea",
|
||||
description: "The quintessential London experience in our iconic lounge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045878.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Elegant Lounges",
|
||||
description: "Refined spaces for relaxing and socializing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-decorated-with-lime-zest-rosemary-sprig_140725-8006.jpg?_wi=1",
|
||||
},
|
||||
{ title: "Gourmet Dining", description: "Exquisite menus curated by world-class chefs.", imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg" },
|
||||
{ title: "Afternoon Tea", description: "The quintessential London experience in our iconic lounge.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045878.jpg" },
|
||||
{ title: "Elegant Lounges", description: "Refined spaces for relaxing and socializing.", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-decorated-with-lime-zest-rosemary-sprig_140725-8006.jpg" },
|
||||
]}
|
||||
title="Distinguished Services"
|
||||
description="Explore the unique offerings that define our heritage."
|
||||
@@ -164,42 +104,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Seafood",
|
||||
price: "£55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Beef Fillet",
|
||||
price: "£65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-meat-with-fried-vegetables-orange-brandy-glass-white-plate_176474-2632.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Handmade Patisserie",
|
||||
price: "£25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Seasonal Garden Salad",
|
||||
price: "£30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-olives-cheese_140725-4327.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Artisanal Cheese Selection",
|
||||
price: "£35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cut-meat-lies-original-wooden-dishes_8353-670.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Signature Velvet Soup",
|
||||
price: "£28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lentil-soup-glass-champagne_140725-3540.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Seafood", price: "£55", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg" },
|
||||
{ id: "2", name: "Classic Beef Fillet", price: "£65", imageSrc: "http://img.b2bpic.net/free-photo/from-fried-meat-with-fried-vegetables-orange-brandy-glass-white-plate_176474-2632.jpg" },
|
||||
{ id: "3", name: "Handmade Patisserie", price: "£25", imageSrc: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg" },
|
||||
{ id: "4", name: "Seasonal Garden Salad", price: "£30", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-olives-cheese_140725-4327.jpg" },
|
||||
{ id: "5", name: "Artisanal Cheese Selection", price: "£35", imageSrc: "http://img.b2bpic.net/free-photo/cut-meat-lies-original-wooden-dishes_8353-670.jpg" },
|
||||
{ id: "6", name: "Signature Velvet Soup", price: "£28", imageSrc: "http://img.b2bpic.net/free-photo/plate-lentil-soup-glass-champagne_140725-3540.jpg" },
|
||||
]}
|
||||
title="Signature Culinary Creations"
|
||||
description="Indulge in our selection of exquisite seasonal dishes crafted with precision."
|
||||
@@ -210,15 +120,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Michelin Guide",
|
||||
"Forbes Travel Guide",
|
||||
"Condé Nast Traveler",
|
||||
"Tatler",
|
||||
"Vogue",
|
||||
"The Telegraph",
|
||||
"London Evening Standard",
|
||||
]}
|
||||
names={["Michelin Guide", "Forbes Travel Guide", "Condé Nast Traveler", "Tatler", "Vogue", "The Telegraph", "London Evening Standard"]}
|
||||
title="Celebrated Excellence"
|
||||
description="Recognized by prestigious organizations worldwide."
|
||||
/>
|
||||
@@ -229,61 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eleanor P.",
|
||||
date: "Oct 2024",
|
||||
title: "Exceptional",
|
||||
quote: "The pinnacle of British hospitality.",
|
||||
tag: "Dining",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-designer-room-with-panoramic-windows-crystal-chandelier-very-beautiful-woman-is-sitting-golden-sofa-holding-glass-sparkling-wine_197531-8615.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stained-glass-classic-stairwell-view-from_169016-69796.jpg?_wi=2",
|
||||
imageAlt: "portrait elegant woman dinner party",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James R.",
|
||||
date: "Sep 2024",
|
||||
title: "Stunning",
|
||||
quote: "A truly unforgettable culinary experience.",
|
||||
tag: "Dinner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg?_wi=2",
|
||||
imageAlt: "portrait elegant woman dinner party",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia L.",
|
||||
date: "Aug 2024",
|
||||
title: "Perfect",
|
||||
quote: "Elegant setting and flawless service.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg?_wi=2",
|
||||
imageAlt: "portrait elegant woman dinner party",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Margaret B.",
|
||||
date: "Jul 2024",
|
||||
title: "Grand",
|
||||
quote: "Traditional and refined elegance.",
|
||||
tag: "Tea",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045878.jpg?_wi=2",
|
||||
imageAlt: "portrait elegant woman dinner party",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Catherine H.",
|
||||
date: "Jun 2024",
|
||||
title: "Excellent",
|
||||
quote: "Simply the best service in London.",
|
||||
tag: "Celebration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-decorated-with-lime-zest-rosemary-sprig_140725-8006.jpg?_wi=2",
|
||||
imageAlt: "portrait elegant woman dinner party",
|
||||
},
|
||||
{ id: "1", name: "Eleanor P.", date: "Oct 2024", title: "Exceptional", quote: "The pinnacle of British hospitality.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-designer-room-with-panoramic-windows-crystal-chandelier-very-beautiful-woman-is-sitting-golden-sofa-holding-glass-sparkling-wine_197531-8615.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stained-glass-classic-stairwell-view-from_169016-69796.jpg" },
|
||||
{ id: "2", name: "James R.", date: "Sep 2024", title: "Stunning", quote: "A truly unforgettable culinary experience.", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598421.jpg", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg" },
|
||||
{ id: "3", name: "Sophia L.", date: "Aug 2024", title: "Perfect", quote: "Elegant setting and flawless service.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg" },
|
||||
{ id: "4", name: "Margaret B.", date: "Jul 2024", title: "Grand", quote: "Traditional and refined elegance.", tag: "Tea", avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-tea-party-arrangement_23-2149045878.jpg" },
|
||||
{ id: "5", name: "Catherine H.", date: "Jun 2024", title: "Excellent", quote: "Simply the best service in London.", tag: "Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-decorated-with-lime-zest-rosemary-sprig_140725-8006.jpg" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Read what our discerning guests say about their visits."
|
||||
@@ -295,21 +147,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dress code?",
|
||||
content: "We maintain a formal dress code for our dining rooms.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reservation needed?",
|
||||
content: "Advanced booking is strongly recommended.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dietary requirements?",
|
||||
content: "Our kitchen caters to all dietary needs upon request.",
|
||||
},
|
||||
{ id: "1", title: "Dress code?", content: "We maintain a formal dress code for our dining rooms." },
|
||||
{ id: "2", title: "Reservation needed?", content: "Advanced booking is strongly recommended." },
|
||||
{ id: "3", title: "Dietary requirements?", content: "Our kitchen caters to all dietary needs upon request." },
|
||||
]}
|
||||
title="Planning Your Visit"
|
||||
description="Answers to common questions about our services and policies."
|
||||
@@ -320,9 +160,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Secure Your Reservation"
|
||||
description="Join our newsletter for exclusive updates or contact us directly."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg"
|
||||
@@ -335,49 +173,13 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="The Ritz London"
|
||||
columns={[
|
||||
{
|
||||
title: "Experience",
|
||||
items: [
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#dining",
|
||||
},
|
||||
{
|
||||
label: "Afternoon Tea",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Experience", items: [{ label: "Dining", href: "#dining" }, { label: "Afternoon Tea", href: "#" }] },
|
||||
{ title: "Information", items: [{ label: "Contact Us", href: "#contact" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user