Merge version_2 into main #4
@@ -1,8 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/providers/ServiceWrapper";
|
||||
import { Tag } from "@/components/ui/tag";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
@@ -27,10 +25,7 @@ export default function RootLayout({
|
||||
className={`${geist.variable} ${geistMono.variable} antialiased`}
|
||||
suppressHydrationWarning
|
||||
>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
id="apple-script"
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -242,22 +242,22 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Catherine Dupont", role: "General Manager", company: "Le Ciel Étoilé Restaurant", rating: 5,
|
||||
title: "Revolutionized Our Guest Experience", quote:
|
||||
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.", 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", name: "Ahmad Al-Rashid", role: "Owner", company: "Oasis Luxury Spa & Salon", rating: 5,
|
||||
title: "Operational Excellence Unlocked", quote:
|
||||
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.", 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", name: "Emma Goldstein", role: "Director of Operations", company: "The Regent Hotel", rating: 5,
|
||||
title: "Booking Revolution", quote:
|
||||
quote:
|
||||
"Direct bookings increased by 280% thanks to their smart reservation system. They brought sophistication and intelligence to our digital presence.", 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", name: "Francesco Rossi", role: "CEO", company: "Aperitivo Fine Dining Group", rating: 5,
|
||||
title: "True Partnership in Innovation", quote:
|
||||
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.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiIM2cipBeiV5T0azsou56MBZ1/professional-headshot-of-an-distinguishe-1773069048048-7ed4ab3f.png", imageAlt: "Francesco Rossi"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user