diff --git a/src/pages/restaurant/RestaurantServices.tsx b/src/pages/restaurant/RestaurantServices.tsx
index 5fc7f61..fc756eb 100644
--- a/src/pages/restaurant/RestaurantServices.tsx
+++ b/src/pages/restaurant/RestaurantServices.tsx
@@ -113,21 +113,21 @@ export default function RestaurantServices() {
},
]) ||
[]),
- ...((is_booking_enabled && [
- {
- id: OrderType.Booking,
- title: t("common.tableBooking"),
- description: t("home.services.booking"),
- icon: (
-
- ),
- color: "bg-indigo-50 text-indigo-600",
- href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
- },
- ]) ||
- []),
+ // ...((is_booking_enabled && [
+ // {
+ // id: OrderType.Booking,
+ // title: t("common.tableBooking"),
+ // description: t("home.services.booking"),
+ // icon: (
+ //
+ // ),
+ // color: "bg-indigo-50 text-indigo-600",
+ // href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
+ // },
+ // ]) ||
+ // []),
...((delivery && [
{
id: OrderType.Delivery,
diff --git a/src/pages/restaurant/page.tsx b/src/pages/restaurant/page.tsx
index 6d42b1a..e8c6c37 100644
--- a/src/pages/restaurant/page.tsx
+++ b/src/pages/restaurant/page.tsx
@@ -114,13 +114,14 @@ export default function RestaurantPage() {
-
+
+
+
-
{/* Order Details Bottom Sheet - Moved outside the container */}
diff --git a/src/pages/restaurant/restaurant.module.css b/src/pages/restaurant/restaurant.module.css
index 9435bfe..baa3296 100644
--- a/src/pages/restaurant/restaurant.module.css
+++ b/src/pages/restaurant/restaurant.module.css
@@ -94,12 +94,9 @@
justify-content: center;
align-items: center;
gap: 20px;
- position: fixed;
- bottom: 3%;
- left: 50%;
- transform: translateX(-50%);
width: 100%;
z-index: 10;
+ margin-top: 8px;
}
.socialIcon {
@@ -289,10 +286,6 @@
/* Social icons positioning for tablet */
.socialIconsContainer {
- position: fixed;
- bottom: 32px;
- left: 50%;
- transform: translateX(-50%);
display: flex;
gap: 28px;
padding: 16px 28px;
@@ -494,10 +487,6 @@
/* Social icons positioning for desktop */
.socialIconsContainer {
- position: fixed;
- bottom: 24px;
- left: 50%;
- transform: translateX(-50%);
display: flex;
gap: 24px;
backdrop-filter: blur(12px);