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
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
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() {