6 Commits

Author SHA1 Message Date
51f7d2beaf Merge version_2 into main
Merge version_2 into main
2026-03-08 10:14:07 +00:00
897c99f4c3 Update src/app/page.tsx 2026-03-08 10:14:03 +00:00
d0837e3280 Update src/app/layout.tsx 2026-03-08 10:14:02 +00:00
264d037a69 Switch to version 1: modified src/app/page.tsx 2026-03-08 10:13:30 +00:00
0b94a8b9be Switch to version 1: modified src/app/layout.tsx 2026-03-08 10:13:30 +00:00
b02f28b6da Merge version_3 into main
Merge version_3 into main
2026-03-08 10:12:41 +00:00
2 changed files with 6 additions and 17 deletions

View File

@@ -1,11 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Éclat Fine Dining", description: "Experience culinary excellence at Éclat"};
title: "Éclat Fine Dining", description: "Experience culinary excellence at Éclat, a premier fine dining destination."};
export default function RootLayout({
children,

View File

@@ -65,18 +65,6 @@ export default function LandingPage() {
{ text: "View Menu", href: "features" },
]}
buttonAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", alt: "Guest 1"
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15843.jpg", alt: "Guest 2"
},
{
src: "http://img.b2bpic.net/free-photo/business-casual-asian-glasses-male-standing-portrait-hand-hold-laptop-with-happiness-confident-isolate-white-background_609648-1777.jpg", alt: "Guest 3"
},
]}
avatarText="4.9★ rated by 500+ guests"
/>
</div>
@@ -84,7 +72,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Our Story"
description={[
"Established in 2015, Éclat has become the premier destination for discerning diners seeking an extraordinary culinary journey. Our chef-founder's vision was simple yet profound: to create a space where passion for cooking meets genuine hospitality.", "We source only the finest ingredients from trusted purveyors worldwide. Our seasonal menu celebrates the best flavors nature has to offer, complemented by our award-winning wine collection curated by our sommelier.", "Every reservation is an opportunity to create memories that last a lifetime. From our intimate dining room to our personalized service, every detail reflects our commitment to excellence."]}
"Established in 2015, Éclat has become the premier destination for discerning diners seeking an extraordinary culinary journey. Our chef-founder's vision was simple yet profound: to create a space where passion for cooking meets genuine hospitality.", "We source only the finest ingredients from trusted purveyors worldwide. Our seasonal menu celebrates the best flavors nature has to offer, complemented by our award-winning wine collection curated by our sommelier.", "Every reservation is an opportunity to create memories that last a lifetime. From our intimate dining room to our personalized service, every detail reflects our commitment to excellence."
]}
buttons={[{ text: "Learn Our Philosophy", href: "#about" }]}
buttonAnimation="blur-reveal"
showBorder={true}
@@ -204,8 +193,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Reserve Your Table"
ctaDescription="Experience culinary excellence. Book your reservation today for an unforgettable evening of fine dining."
ctaButton={{ text: "Make a Reservation", href: "https://example.com/reservations" }}
ctaDescription="Book your reservation for an unforgettable dining experience."
ctaButton={{ text: "Reserve Your Table Now", href: "https://example.com/reservations" }}
ctaIcon={Phone}
faqs={[
{