From c640e0dc1fa4bb5c968f51edf17272f5be0fea5e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:24:47 +0000 Subject: [PATCH 1/8] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 ++++++++++-------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1ec4bf7..03335ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,36 +24,16 @@ export default function LandingPage() { @@ -69,17 +49,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From c8ef29a22bf020c137594c4c0255e86047148121 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:24:48 +0000 Subject: [PATCH 2/8] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 52 ++++++++++------------------------------ 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2d67ce0..8700d48 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,45 +24,23 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 69a271b79662a5d3170d1b54e64ae15833a7f514 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:24:48 +0000 Subject: [PATCH 3/8] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 84 +++++++--------------------------------- 1 file changed, 14 insertions(+), 70 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 93cc8cf..9f73a1d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -24,36 +24,16 @@ export default function LandingPage() { @@ -62,21 +42,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Modern Interior", - description: "Elegant spaces crafted for intimacy.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=3", - }, - { - title: "Exquisite Plates", - description: "Culinary art in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=4", - }, - { - title: "Celebrate Moments", - description: "Perfect setting for your special nights.", - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg?_wi=2", - }, + { title: "Modern Interior", description: "Elegant spaces crafted for intimacy.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=3" }, + { title: "Exquisite Plates", description: "Culinary art in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=4" }, + { title: "Celebrate Moments", description: "Perfect setting for your special nights.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg?_wi=2" } ]} title="A Visual Journey" description="Take a look at the atmosphere and exquisite dishes awaiting you at Le Petit Oiseau." @@ -86,32 +54,8 @@ export default function LandingPage() {