From 93a17f074aac866b54199092a0649c2560a29d56 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:12:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bde1ae7..e1d3e90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,28 +32,13 @@ export default function LandingPage() { @@ -62,40 +47,16 @@ export default function LandingPage() { logoText="The French House" description="A curated destination for refined taste, exquisite atmosphere, and unforgettable moments." buttons={[ - { - text: "Reserve Your Experience", - href: "#contact", - }, - { - text: "Discover Our Story", - href: "#about", - }, + { text: "Reserve Your Experience", href: "#contact" }, + { text: "Discover Our Story", href: "#about" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/olives-soft-drink_23-2148667955.jpg", - imageAlt: "Parisian interior luxury", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347176.jpg", - imageAlt: "Close-up glassware", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg", - imageAlt: "Elegant interior", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-composition_23-2148940910.jpg", - imageAlt: "Wine pouring", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-golden-cutlery_23-2149707848.jpg", - imageAlt: "Atmospheric decor", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", - imageAlt: "Classic luxury", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/olives-soft-drink_23-2148667955.jpg", imageAlt: "Parisian interior luxury" }, + { imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347176.jpg", imageAlt: "Close-up glassware" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg", imageAlt: "Elegant interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-composition_23-2148940910.jpg", imageAlt: "Wine pouring" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-golden-cutlery_23-2149707848.jpg", imageAlt: "Atmospheric decor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg", imageAlt: "Classic luxury" }, ]} /> @@ -105,21 +66,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to The French House" metrics={[ - { - icon: Star, - label: "Excellence", - value: "100%", - }, - { - icon: Heart, - label: "Passion", - value: "Refined", - }, - { - icon: Award, - label: "Service", - value: "Premier", - }, + { icon: Star, label: "Excellence", value: "100%" }, + { icon: Heart, label: "Passion", value: "Refined" }, + { icon: Award, label: "Service", value: "Premier" }, ]} metricsAnimation="blur-reveal" /> @@ -131,21 +80,9 @@ export default function LandingPage() { title="Indulge in the Art of Living" description="We bring the charm and sophistication of France to life. Every detail is designed for your ultimate experience." accordionItems={[ - { - id: "a1", - title: "Refined Atmosphere", - content: "A setting inspired by classic French interiors—intimate, elegant, unforgettable.", - }, - { - id: "a2", - title: "Premium Selection", - content: "Carefully curated offerings that celebrate quality, craftsmanship, and tradition.", - }, - { - id: "a3", - title: "Unforgettable Moments", - content: "Every visit is meticulously designed to leave a lasting memory.", - }, + { id: "a1", title: "Refined Atmosphere", content: "A setting inspired by classic French interiors—intimate, elegant, unforgettable." }, + { id: "a2", title: "Premium Selection", content: "Carefully curated offerings that celebrate quality, craftsmanship, and tradition." }, + { id: "a3", title: "Unforgettable Moments", content: "Every visit is meticulously designed to leave a lasting memory." }, ]} imageSrc="http://img.b2bpic.net/free-photo/wine-glasses-with-bottle_23-2147592879.jpg" mediaAnimation="blur-reveal" @@ -157,14 +94,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Exceptional Service", - "Timeless French Design", - "Premium Curated Experience", - "Intimate Atmosphere", - "Consistent Quality", - "Lasting Memories", - "Sophisticated Ambiance", - ]} + "Exceptional Service", "Timeless French Design", "Premium Curated Experience", "Intimate Atmosphere", "Consistent Quality", "Lasting Memories", "Sophisticated Ambiance"]} title="Why The French House?" description="Experience excellence through meticulous detail and timeless design." /> @@ -172,46 +102,17 @@ export default function LandingPage() {