Merge version_1 into main #2
214
src/app/page.tsx
214
src/app/page.tsx
@@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, TrendingUp, Users, Globe, Zap, Award, Star } from "lucide-react";
|
||||
import { Sparkles, TrendingUp, Users, Globe, Zap, Award, Star, Lightbulb } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -92,9 +92,7 @@ export default function HomePage() {
|
||||
: { name: item.name, id: `#${item.id}` }
|
||||
)}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,29 +107,19 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/a-sophisticated-luxury-restaurant-interi-1773069049226-9b658185.png",
|
||||
imageAlt: "Luxury restaurant with AI integration",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/a-sophisticated-luxury-restaurant-interi-1773069049226-9b658185.png", imageAlt: "Luxury restaurant with AI integration"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/high-end-luxury-salon-showcasing-ai-powe-1773069052154-4993896e.png",
|
||||
imageAlt: "High-end salon digital experience",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/high-end-luxury-salon-showcasing-ai-powe-1773069052154-4993896e.png", imageAlt: "High-end salon digital experience"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/elegant-luxury-hotel-lobby-featuring-ai--1773069051024-bafb5705.png",
|
||||
imageAlt: "Luxury hotel with smart technology",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/elegant-luxury-hotel-lobby-featuring-ai--1773069051024-bafb5705.png", imageAlt: "Luxury hotel with smart technology"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/comprehensive-ai-powered-analytics-dashb-1773069051418-18585d3d.png?_wi=1",
|
||||
imageAlt: "AI-powered analytics dashboard",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/comprehensive-ai-powered-analytics-dashb-1773069051418-18585d3d.png", imageAlt: "AI-powered analytics dashboard"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/premium-guest-facing-mobile-and-web-inte-1773069049873-1c7d9cb7.png",
|
||||
imageAlt: "Premium guest interface technology",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/premium-guest-facing-mobile-and-web-inte-1773069049873-1c7d9cb7.png", imageAlt: "Premium guest interface technology"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
@@ -163,16 +151,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "89%",
|
||||
description:
|
||||
"Increase in guest satisfaction scores after AI personalization implementation",
|
||||
},
|
||||
id: "1", value: "89%", description:
|
||||
"Increase in guest satisfaction scores after AI personalization implementation"},
|
||||
{
|
||||
id: "2",
|
||||
value: "2.5x",
|
||||
description: "Boost in direct online bookings through intelligent recommendation engine",
|
||||
},
|
||||
id: "2", value: "2.5x", description: "Boost in direct online bookings through intelligent recommendation engine"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -189,53 +171,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Victoria Laurent",
|
||||
role: "CEO & Founder",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-an-elegant-woma-1773069047753-11ec292b.png?_wi=1",
|
||||
imageAlt: "Victoria Laurent CEO",
|
||||
},
|
||||
id: "1", name: "Victoria Laurent", role: "CEO & Founder", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-an-elegant-woma-1773069047753-11ec292b.png", imageAlt: "Victoria Laurent CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
role: "CTO & AI Lead",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-man-with-mode-1773069048232-b3e960e3.png?_wi=1",
|
||||
imageAlt: "Marcus Chen CTO",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", role: "CTO & AI Lead", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-man-with-mode-1773069048232-b3e960e3.png", imageAlt: "Marcus Chen CTO"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Isabelle Moreau",
|
||||
role: "Head of Hospitality",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-sophisticated-1773069049450-fb062bb5.png?_wi=1",
|
||||
imageAlt: "Isabelle Moreau Head of Hospitality",
|
||||
},
|
||||
id: "3", name: "Isabelle Moreau", role: "Head of Hospitality", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-sophisticated-1773069049450-fb062bb5.png", imageAlt: "Isabelle Moreau Head of Hospitality"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Richardson",
|
||||
role: "Lead Designer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-creative-man--1773069048411-00bc202f.png?_wi=1",
|
||||
imageAlt: "James Richardson Lead Designer",
|
||||
},
|
||||
id: "4", name: "James Richardson", role: "Lead Designer", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-creative-man--1773069048411-00bc202f.png", imageAlt: "James Richardson Lead Designer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia Bergström",
|
||||
role: "Strategy Director",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-strategic-loo-1773069048137-67a4dd34.png?_wi=1",
|
||||
imageAlt: "Sophia Bergström Strategy Director",
|
||||
},
|
||||
id: "5", name: "Sophia Bergström", role: "Strategy Director", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-strategic-loo-1773069048137-67a4dd34.png", imageAlt: "Sophia Bergström Strategy Director"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Park",
|
||||
role: "Implementation Manager",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-detail-orient-1773069050107-96b8e196.png?_wi=1",
|
||||
imageAlt: "David Park Implementation Manager",
|
||||
},
|
||||
id: "6", name: "David Park", role: "Implementation Manager", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-detail-orient-1773069050107-96b8e196.png", imageAlt: "David Park Implementation Manager"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -251,71 +203,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Revolutionized Our Guest Experience",
|
||||
quote:
|
||||
"Luxeria's AI personalization engine transformed how we engage guests. Our satisfaction scores increased by 45% in just three months. The ROI was immediate and exceptional.",
|
||||
name: "Catherine Dupont",
|
||||
role: "General Manager, Le Ciel Étoilé Restaurant",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-an-elegant-woma-1773069048704-02946e61.png?_wi=1",
|
||||
imageAlt: "Catherine Dupont",
|
||||
},
|
||||
id: "1", title: "Revolutionized Our Guest Experience", quote:
|
||||
"Luxeria's AI personalization engine transformed how we engage guests. Our satisfaction scores increased by 45% in just three months. The ROI was immediate and exceptional.", name: "Catherine Dupont", role: "General Manager, Le Ciel Étoilé Restaurant", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-an-elegant-woma-1773069048704-02946e61.png", imageAlt: "Catherine Dupont"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Operational Excellence Unlocked",
|
||||
quote:
|
||||
"The intelligent scheduling system alone saved us $200K annually while improving staff satisfaction. Luxeria understood luxury hospitality in ways most tech vendors don't.",
|
||||
name: "Ahmad Al-Rashid",
|
||||
role: "Owner, Oasis Luxury Spa & Salon",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-confident-man-1773069050067-0aee6d1d.png?_wi=1",
|
||||
imageAlt: "Ahmad Al-Rashid",
|
||||
},
|
||||
id: "2", title: "Operational Excellence Unlocked", quote:
|
||||
"The intelligent scheduling system alone saved us $200K annually while improving staff satisfaction. Luxeria understood luxury hospitality in ways most tech vendors don't.", name: "Ahmad Al-Rashid", role: "Owner, Oasis Luxury Spa & Salon", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-confident-man-1773069050067-0aee6d1d.png", imageAlt: "Ahmad Al-Rashid"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Booking Revolution",
|
||||
quote:
|
||||
"Direct bookings increased by 280% thanks to their smart reservation system. They brought sophistication and intelligence to our digital presence.",
|
||||
name: "Emma Goldstein",
|
||||
role: "Director of Operations, The Regent Hotel",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-a-professional--1773069048578-93df92a3.png?_wi=1",
|
||||
imageAlt: "Emma Goldstein",
|
||||
},
|
||||
id: "3", title: "Booking Revolution", quote:
|
||||
"Direct bookings increased by 280% thanks to their smart reservation system. They brought sophistication and intelligence to our digital presence.", name: "Emma Goldstein", role: "Director of Operations, The Regent Hotel", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-a-professional--1773069048578-93df92a3.png", imageAlt: "Emma Goldstein"},
|
||||
{
|
||||
id: "4",
|
||||
title: "True Partnership in Innovation",
|
||||
quote:
|
||||
"Luxeria isn't just a vendor—they're strategic partners who genuinely care about our brand evolution. Their team's hospitality expertise is unmatched in the tech industry.",
|
||||
name: "Francesco Rossi",
|
||||
role: "CEO, Aperitivo Fine Dining Group",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-an-distinguishe-1773069048048-7ed4ab3f.png?_wi=1",
|
||||
imageAlt: "Francesco Rossi",
|
||||
},
|
||||
id: "4", title: "True Partnership in Innovation", quote:
|
||||
"Luxeria isn't just a vendor—they're strategic partners who genuinely care about our brand evolution. Their team's hospitality expertise is unmatched in the tech industry.", name: "Francesco Rossi", role: "CEO, Aperitivo Fine Dining Group", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-an-distinguishe-1773069048048-7ed4ab3f.png", imageAlt: "Francesco Rossi"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Data-Driven Growth",
|
||||
quote:
|
||||
"Their analytics dashboard gave us clarity on guest behavior we never had before. We've optimized everything from pricing to staffing based on real insights.",
|
||||
name: "Lisa Chen",
|
||||
role: "Revenue Manager, Lotus Spa International",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-a-strategic-wom-1773069048517-5ff190d5.png?_wi=1",
|
||||
imageAlt: "Lisa Chen",
|
||||
},
|
||||
id: "5", title: "Data-Driven Growth", quote:
|
||||
"Their analytics dashboard gave us clarity on guest behavior we never had before. We've optimized everything from pricing to staffing based on real insights.", name: "Lisa Chen", role: "Revenue Manager, Lotus Spa International", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-portrait-of-a-strategic-wom-1773069048517-5ff190d5.png", imageAlt: "Lisa Chen"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Future-Ready Operations",
|
||||
quote:
|
||||
"In a rapidly evolving market, Luxeria keeps us ahead of the curve. Their AI solutions are scalable, intuitive, and genuinely transformative for luxury hospitality.",
|
||||
name: "Sebastian Mueller",
|
||||
role: "COO, Schwarzwald Premium Hotels",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-distinguished-1773069048378-35501d19.png?_wi=1",
|
||||
imageAlt: "Sebastian Mueller",
|
||||
},
|
||||
id: "6", title: "Future-Ready Operations", quote:
|
||||
"In a rapidly evolving market, Luxeria keeps us ahead of the curve. Their AI solutions are scalable, intuitive, and genuinely transformative for luxury hospitality.", name: "Sebastian Mueller", role: "COO, Schwarzwald Premium Hotels", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-a-distinguished-1773069048378-35501d19.png", imageAlt: "Sebastian Mueller"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -329,49 +239,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Michelin Guide",
|
||||
"Relais & Châteaux",
|
||||
"Forbes Travel",
|
||||
"Virtuoso",
|
||||
"Luxury Institute",
|
||||
"Les Clefs d'Or",
|
||||
"Five Star Alliance",
|
||||
"Condé Nast Traveler",
|
||||
]}
|
||||
"Michelin Guide", "Relais & Châteaux", "Forbes Travel", "Virtuoso", "Luxury Institute", "Les Clefs d'Or", "Five Star Alliance", "Condé Nast Traveler"]}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/city-stamps-collection-retro-style_23-2147769278.jpg",
|
||||
alt: "Michelin Guide",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/luxury-perfume-logo_23-2148448611.jpg",
|
||||
alt: "Relais & Châteaux",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg",
|
||||
alt: "Forbes Travel",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
|
||||
alt: "Virtuoso",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149402956.jpg",
|
||||
alt: "Luxury Institute",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-law-firm-identity-card-template_23-2149326761.jpg",
|
||||
alt: "Les Clefs d'Or",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-power-outage-labels_23-2149253384.jpg",
|
||||
alt: "Five Star Alliance",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-travel-message-with-blue-background_23-2148436313.jpg",
|
||||
alt: "Condé Nast Traveler",
|
||||
},
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/city-stamps-collection-retro-style_23-2147769278.jpg", "http://img.b2bpic.net/free-vector/luxury-perfume-logo_23-2148448611.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149402956.jpg", "http://img.b2bpic.net/free-vector/gradient-law-firm-identity-card-template_23-2149326761.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-power-outage-labels_23-2149253384.jpg", "http://img.b2bpic.net/free-photo/flat-lay-travel-message-with-blue-background_23-2148436313.jpg"]}
|
||||
speed={45}
|
||||
showCard={true}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user