Merge version_1 into main #1
@@ -99,22 +99,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Selective Filtering", description: "We intentionally attract guests who appreciate refinement and exclusivity. By being selective, we maintain the sanctity of the experience for all.", icon: Filter,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-looking-tablet_1157-1984.jpg", imageAlt: "Curated selection process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg", imageAlt: "Quality consistency standards" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-looking-tablet_1157-1984.jpg?_wi=1", imageAlt: "Curated selection process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg?_wi=1", imageAlt: "Quality consistency standards" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hospitality Excellence", description: "From reservation to departure, our service is attentive, discreet, and anticipatory. We serve your preferences, not templates.", icon: Heart,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg", imageAlt: "Hospitality first service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-looking-tablet_1157-1984.jpg", imageAlt: "Personalized experience" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg?_wi=1", imageAlt: "Hospitality first service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-looking-tablet_1157-1984.jpg?_wi=2", imageAlt: "Personalized experience" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Consistent Excellence", description: "Every visit delivers the same caliber of experience. Our reputation rests on reliability, precision, and unwavering commitment to quality.", icon: Award,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg", imageAlt: "Quality assurance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg", imageAlt: "Excellence execution" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/indoors-banquet-tableware-event-concept_53876-41409.jpg?_wi=2", imageAlt: "Quality assurance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg?_wi=2", imageAlt: "Excellence execution" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -159,13 +159,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Head of Hospitality", role: "Service Direction & Guest Experience", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-guiding-passengers_107420-85046.jpg", imageAlt: "Service leadership professional"
|
||||
id: "1", name: "Head of Hospitality", role: "Service Direction & Guest Experience", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-guiding-passengers_107420-85046.jpg?_wi=1", imageAlt: "Service leadership professional"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Executive Chef", role: "Culinary Vision & Menu Curation", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", imageAlt: "Executive chef expertise"
|
||||
id: "2", name: "Executive Chef", role: "Culinary Vision & Menu Curation", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1", imageAlt: "Executive chef expertise"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sommelier & Beverage Director", role: "Pairing & Craft Cocktails", imageSrc: "http://img.b2bpic.net/free-photo/man-offering-engagement-ring-her-girlfriend_23-2147891248.jpg", imageAlt: "Beverage pairing specialist"
|
||||
id: "3", name: "Sommelier & Beverage Director", role: "Pairing & Craft Cocktails", imageSrc: "http://img.b2bpic.net/free-photo/man-offering-engagement-ring-her-girlfriend_23-2147891248.jpg?_wi=1", imageAlt: "Beverage pairing specialist"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -185,15 +185,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Torres", role: "Executive", company: "Investment Banking", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-guiding-passengers_107420-85046.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-guiding-passengers_107420-85046.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Entrepreneur", company: "Tech Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Whitmore", role: "Partner", company: "Advisory Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-offering-engagement-ring-her-girlfriend_23-2147891248.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-offering-engagement-ring-her-girlfriend_23-2147891248.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Elena Rodriguez", role: "Founder", company: "Luxury Goods", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user