diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7cbed8e..2d5956c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -31,6 +31,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/#contact" },
]}
brandName="FEDERICO"
+ button={{ text: "Book Table", href: "/reservations" }}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index e0bd220..fcba783 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -37,6 +37,7 @@ export default function ContactPage() {
title="Visit or Reach Out"
description="Locate us at 1 Rue du Lac de Constance, Tunis. We are open for your pleasure."
background={{ variant: "plain" }}
+ useInvertedBackground={false}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx
index 5151f12..ec5416f 100644
--- a/src/app/reservations/page.tsx
+++ b/src/app/reservations/page.tsx
@@ -37,6 +37,7 @@ export default function ReservationsPage() {
description="Select your date, time, and party size to confirm your reservation."
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"
imageAlt="Booking"
+ useInvertedBackground={false}
inputs={[
{ name: "date", type: "date", placeholder: "Date" },
{ name: "time", type: "time", placeholder: "Time" },