From 7217deab818b2b79b25f488bab8f68ecb048c492 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:15:16 +0000 Subject: [PATCH 1/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 50 +++++++++++-------------------------------- 1 file changed, 12 insertions(+), 38 deletions(-) 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() { Date: Wed, 4 Mar 2026 20:15:16 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++-------------------------------------- 1 file changed, 26 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e7d884..fc06ed0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, @@ -42,8 +41,7 @@ export default function HomePage() { ], }, { - 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: "#" }, @@ -51,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Mon-Thu: 12-11pm", href: "#" }, { label: "Fri-Sat: 12-12am", href: "#" }, { label: "Sun: 12-10:30pm", href: "#" }, @@ -79,9 +76,7 @@ export default function HomePage() { brandName="Tamashah" navItems={navItems} button={{ - text: "Book a Table", - href: "/booking", - }} + text: "Book a Table", href: "/booking"}} animateOnLoad={true} /> @@ -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() { Date: Wed, 4 Mar 2026 20:15:17 +0000 Subject: [PATCH 3/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 71 +++++++--------------------------------- 1 file changed, 12 insertions(+), 59 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index cd1dcca..8e493fd 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -19,8 +19,7 @@ export default function ReviewsPage() { 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 ReviewsPage() { ], }, { - 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 ReviewsPage() { ], }, { - 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 ReviewsPage() { 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 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() {