diff --git a/src/app/for-diners/page.tsx b/src/app/for-diners/page.tsx index eef7bbd..1420688 100644 --- a/src/app/for-diners/page.tsx +++ b/src/app/for-diners/page.tsx @@ -72,7 +72,7 @@ export default function DinersPage() { href: "/", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-modern-restaurant-interior-with-ambien-1773275596708-e71c7a1c.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-modern-restaurant-interior-with-ambien-1773275596708-e71c7a1c.png?_wi=2" imageAlt="Modern restaurant with premium dining ambiance" showDimOverlay={true} buttonAnimation="slide-up" @@ -183,7 +183,7 @@ export default function DinersPage() { rating: 5, reviewCount: "Relaxed", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-close-up-of-the-easyer-mobile-app-inte-1773275597448-7bde0803.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-close-up-of-the-easyer-mobile-app-inte-1773275597448-7bde0803.png?_wi=3", imageAlt: "Easyer menu browsing interface", }, { @@ -194,7 +194,7 @@ export default function DinersPage() { rating: 5, reviewCount: "Instant", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-stunning-high-resolution-product-photo-1773275597150-2fc83ca6.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-stunning-high-resolution-product-photo-1773275597150-2fc83ca6.png?_wi=2", imageAlt: "Easyer ordering interface", }, { @@ -205,7 +205,7 @@ export default function DinersPage() { rating: 5, reviewCount: "Direct", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-close-up-of-the-easyer-mobile-app-inte-1773275597448-7bde0803.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-close-up-of-the-easyer-mobile-app-inte-1773275597448-7bde0803.png?_wi=4", imageAlt: "Easyer tipping interface", }, ]} @@ -232,7 +232,7 @@ export default function DinersPage() { "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png", avatarAlt: "Jean-Michel Dubois", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png?_wi=2", imageAlt: "Diner enjoying meal", }, { @@ -247,7 +247,7 @@ export default function DinersPage() { "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png", avatarAlt: "Sophie Martin", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png?_wi=3", imageAlt: "Guest reviewing menu", }, { @@ -262,7 +262,7 @@ export default function DinersPage() { "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png", avatarAlt: "Thomas Leclerc", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-lifestyle-photograph-of-a-satisfied-re-1773275596613-74ff8b61.png?_wi=4", imageAlt: "Couple dining together", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ed8420..0dd4f77 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Manrope } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Easyer & Easyer+ - Restaurant Management Ecosystem", + description: "Transform restaurant operations with Easyer for guests and Easyer+ for owners. Real-time management, AI-powered menu, and seamless digital tipping.", + keywords: "restaurant automation, digital tipping, real-time floor management, AI restaurant menu, restaurant technology, table service innovation, hospitality automation, France", + metadataBase: new URL("https://easyer.com"), + alternates: { + canonical: "https://easyer.com", + }, + openGraph: { + title: "Easyer & Easyer+ - Premium Restaurant Ecosystem", + description: "Elevate guest experiences and optimize restaurant operations with AI-powered service and real-time management.", + url: "https://easyer.com", + siteName: "Easyer", + type: "website", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/uploaded-1773275513719-x2i4igud.png", + alt: "Easyer Premium Restaurant Technology", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Easyer & Easyer+ - Transform Your Restaurant", + description: "Real-time operations management and premium guest experiences in one ecosystem.", + images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/uploaded-1773275513719-x2i4igud.png"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}