Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-12 00:34:52 +00:00
3 changed files with 68 additions and 29 deletions

View File

@@ -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",
},
]}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
href: "#diners",
},
]}
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=1"
imageAlt="Modern restaurant with neon purple ambient lighting"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -230,7 +230,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Premium",
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=1",
imageAlt: "Easyer table entry interface",
},
{
@@ -241,7 +241,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "Enhanced",
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=1",
imageAlt: "Mojito Cubain 360 view",
},
{
@@ -252,7 +252,7 @@ export default function HomePage() {
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=2",
imageAlt: "Digital tipping interface",
},
]}
@@ -412,7 +412,7 @@ export default function HomePage() {
name: "Loïc Durand",
role: "Founder & CEO",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png?_wi=1",
imageAlt: "Loïc Durand, Founder and CEO of Easyer",
},
{
@@ -420,7 +420,7 @@ export default function HomePage() {
name: "Marie Rousseau",
role: "VP Operations",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png?_wi=2",
imageAlt: "Marie Rousseau, VP Operations",
},
{
@@ -428,7 +428,7 @@ export default function HomePage() {
name: "Antoine Mercier",
role: "Head of Product",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png?_wi=3",
imageAlt: "Antoine Mercier, Head of Product",
},
{
@@ -436,7 +436,7 @@ export default function HomePage() {
name: "Sophie Bernard",
role: "Chief Technology Officer",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-headshot-of-a-confident-e-1773275596290-aade340c.png?_wi=4",
imageAlt: "Sophie Bernard, Chief Technology Officer",
},
]}
@@ -463,7 +463,7 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png",
avatarAlt: "Pierre Leclerc",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png?_wi=1",
imageAlt: "Restaurant owner testimonial",
},
{
@@ -478,7 +478,7 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-warm-photograph-of-a-happy-restaurant--1773275599302-a3cc9b4e.png",
avatarAlt: "Isabelle Moreau",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-warm-photograph-of-a-happy-restaurant--1773275599302-a3cc9b4e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-warm-photograph-of-a-happy-restaurant--1773275599302-a3cc9b4e.png?_wi=1",
imageAlt: "Server testimonial",
},
{
@@ -493,7 +493,7 @@ export default function HomePage() {
"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=1",
imageAlt: "Diner testimonial",
},
{
@@ -508,7 +508,7 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png",
avatarAlt: "Claire Fontaine",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png?_wi=2",
imageAlt: "Manager testimonial",
},
{
@@ -523,7 +523,7 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png",
avatarAlt: "Luc Arnaud",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-professional-photograph-of-a-successfu-1773275596554-0cf39a75.png?_wi=3",
imageAlt: "Owner testimonial",
},
{
@@ -538,7 +538,7 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-warm-photograph-of-a-happy-restaurant--1773275599302-a3cc9b4e.png",
avatarAlt: "Christiane Renault",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-warm-photograph-of-a-happy-restaurant--1773275599302-a3cc9b4e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ap34fmlZ46rTO4yDKH0KysBVMA/a-warm-photograph-of-a-happy-restaurant--1773275599302-a3cc9b4e.png?_wi=2",
imageAlt: "Experience leader testimonial",
},
]}