diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index ae886a3..fb1a091 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -19,8 +19,7 @@ export default function MenuPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function MenuPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Phone: +44 (0)1293 123456", href: "tel:+441293123456" },
{ label: "Email: info@tamashah.co.uk", href: "mailto:info@tamashah.co.uk" },
{ label: "91 High St, Crawley RH10 1BA", href: "#" },
@@ -37,8 +35,7 @@ export default function MenuPage() {
],
},
{
- title: "Hours",
- items: [
+ title: "Hours", items: [
{ label: "Mon-Thu: 12-11pm", href: "#" },
{ label: "Fri-Sat: 12-12am", href: "#" },
{ label: "Sun: 12-10:30pm", href: "#" },
@@ -65,9 +62,7 @@ export default function MenuPage() {
brandName="Tamashah"
navItems={navItems}
button={{
- text: "Book a Table",
- href: "/booking",
- }}
+ text: "Book a Table", href: "/booking"}}
animateOnLoad={true}
/>
@@ -81,8 +76,8 @@ export default function MenuPage() {
{ text: "View Buffet", href: "#buffet" },
]}
buttonAnimation="slide-up"
- background={{ variant: "aurora" }}
- imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=3"
+ background={{ variant: "plain" }}
+ imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
imageAlt="Tamashah menu specialties"
mediaAnimation="opacity"
frameStyle="card"
@@ -93,39 +88,18 @@ export default function MenuPage() {
@@ -95,8 +90,8 @@ export default function HomePage() {
{ text: "Book a Table", href: "/booking" },
]}
buttonAnimation="slide-up"
- background={{ variant: "aurora" }}
- imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1"
+ background={{ variant: "plain" }}
+ imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
imageAlt="Tamashah restaurant interior with warm lighting"
mediaAnimation="opacity"
frameStyle="card"
@@ -107,25 +102,13 @@ export default function HomePage() {
@@ -81,8 +76,8 @@ export default function ReviewsPage() {
{ text: "Book Your Visit", href: "/booking" },
]}
buttonAnimation="slide-up"
- background={{ variant: "aurora" }}
- imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=5"
+ background={{ variant: "plain" }}
+ imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
imageAlt="Tamashah restaurant reviews and ratings"
mediaAnimation="opacity"
frameStyle="card"
@@ -93,59 +88,17 @@ export default function ReviewsPage() {