From efd6a028b04767abbdcd736a88a6268d1f9007de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:09:07 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 86 +++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7acda29..8f0cbe1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,11 +1,12 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import AboutMetric from '@/components/sections/about/AboutMetric'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Utensils, Users, Star, MapPin } from "lucide-react"; -import Link from "next/link"; export default function AboutPage() { const navItems = [ @@ -13,7 +14,7 @@ export default function AboutPage() { { name: "Menu", id: "/menu" }, { name: "Gallery", id: "/gallery" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -21,53 +22,30 @@ export default function AboutPage() { items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "Gallery", href: "/gallery" } - ] + { label: "Gallery", href: "/gallery" }, + ], }, { items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, - { label: "Order Online", href: "#" } - ] + { label: "Order Online", href: "#" }, + ], }, { items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "WhatsApp", href: "https://whatsapp.com" }, - { label: "Phone", href: "tel:+91XXXXXXXXXX" } - ] + { label: "Phone", href: "tel:+91XXXXXXXXXX" }, + ], }, { items: [ { label: "Opening Hours", href: "#" }, { label: "Privacy Policy", href: "#" }, - { label: "Terms & Conditions", href: "#" } - ] - } - ]; - - const metrics = [ - { - icon: Utensils, - label: "Years of Experience", - value: "8+" + { label: "Terms & Conditions", href: "#" }, + ], }, - { - icon: Users, - label: "Happy Customers", - value: "2000+" - }, - { - icon: Star, - label: "Customer Rating", - value: "4.8★" - }, - { - icon: MapPin, - label: "Locations", - value: "1" - } ]; return ( @@ -95,16 +73,54 @@ export default function AboutPage() {
+
+ +
+ -- 2.49.1 From 9e86d5f5f4a791161a9a2bc113777f4372230a30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:09:07 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 100 ++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 53 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d06b5cb..cd317f8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,13 +1,52 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { MessageSquare } from "lucide-react"; import Link from "next/link"; export default function ContactPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Menu", id: "/menu" }, + { name: "Gallery", id: "/gallery" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + ]; + + const footerColumns = [ + { + items: [ + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, + { label: "Gallery", href: "/gallery" }, + ], + }, + { + items: [ + { label: "About Us", href: "/about" }, + { label: "Contact", href: "/contact" }, + { label: "Order Online", href: "#" }, + ], + }, + { + items: [ + { label: "Instagram", href: "https://instagram.com" }, + { label: "WhatsApp", href: "https://whatsapp.com" }, + { label: "Phone", href: "tel:+91XXXXXXXXXX" }, + ], + }, + { + items: [ + { label: "Opening Hours", href: "#" }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms & Conditions", href: "#" }, + ], + }, + ]; + return ( -- 2.49.1 From 8d6e5e3b0f5a6a9fe11ba0ca8bf55984f6ce1b0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:09:08 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 62 ++++++++++++---------------------------- 1 file changed, 19 insertions(+), 43 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4e82d93..7d0b269 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -1,10 +1,10 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from "next/link"; export default function GalleryPage() { const navItems = [ @@ -12,7 +12,7 @@ export default function GalleryPage() { { name: "Menu", id: "/menu" }, { name: "Gallery", id: "/gallery" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -20,75 +20,51 @@ export default function GalleryPage() { items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "Gallery", href: "/gallery" } - ] + { label: "Gallery", href: "/gallery" }, + ], }, { items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, - { label: "Order Online", href: "#" } - ] + { label: "Order Online", href: "#" }, + ], }, { items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "WhatsApp", href: "https://whatsapp.com" }, - { label: "Phone", href: "tel:+91XXXXXXXXXX" } - ] + { label: "Phone", href: "tel:+91XXXXXXXXXX" }, + ], }, { items: [ { label: "Opening Hours", href: "#" }, { label: "Privacy Policy", href: "#" }, - { label: "Terms & Conditions", href: "#" } - ] - } + { label: "Terms & Conditions", href: "#" }, + ], + }, ]; const galleryProducts = [ { - id: "gallery-burgers", - name: "Juicy Burgers", - price: "Chef's Special", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098869.jpg?_wi=3", - imageAlt: "assorted burgers food photography" + id: "gallery-burger", name: "Juicy Burgers", price: "Chef's Special", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg", imageAlt: "assorted burgers food photography" }, { - id: "gallery-biryani", - name: "Fragrant Biryani", - price: "Main Course", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-dark-dish-east_140725-82272.jpg?_wi=3", - imageAlt: "biryani rice dish elegant plating" + id: "gallery-biryani", name: "Fragrant Biryani", price: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-sabzi-with-herbs_140725-6298.jpg", imageAlt: "biryani rice dish elegant plating" }, { - id: "gallery-drinks", - name: "Refreshing Drinks", - price: "Beverages", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-kombucha-outdoors_23-2150553725.jpg?_wi=2", - imageAlt: "beverage selection drinks display" + id: "gallery-drinks", name: "Refreshing Drinks", price: "Beverages", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-drinks_23-2149132218.jpg", imageAlt: "beverage selection drinks display" }, { - id: "gallery-interior", - name: "Cozy Interior", - price: "Dining Ambiance", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-interior-design-generated-by-ai_188544-33483.jpg?_wi=2", - imageAlt: "modern restaurant interior design" + id: "gallery-interior", name: "Cozy Interior", price: "Dining Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg", imageAlt: "modern restaurant interior design" }, { - id: "gallery-seating", - name: "Comfortable Seating", - price: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2", - imageAlt: "restaurant seating comfortable chairs" + id: "gallery-seating", name: "Comfortable Seating", price: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-four-adults-baby-celebrating-new-year-together-kitchen-round-table_132075-6536.jpg", imageAlt: "restaurant seating comfortable chairs" }, { - id: "gallery-platter", - name: "Special Platters", - price: "Family Pack", - imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=3", - imageAlt: "family platter food sharing board" - } + id: "gallery-platter", name: "Special Platters", price: "Family Pack", imageSrc: "http://img.b2bpic.net/free-photo/plates-with-fresh-rolls_23-2148482435.jpg", imageAlt: "family platter food sharing board" + }, ]; return ( @@ -129,8 +105,8 @@ export default function GalleryPage() { -- 2.49.1 From d5cf5743ed07ef50e42b2bc232ca7368b79c7c38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:09:08 +0000 Subject: [PATCH 4/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 104 +++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 61 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ef5564b..e07d099 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -1,19 +1,20 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { MessageSquare } from "lucide-react"; export default function MenuPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, - { name: "Gallery", id: "gallery" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Gallery", id: "/gallery" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -21,13 +22,13 @@ export default function MenuPage() { items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "Gallery", href: "gallery" }, + { label: "Gallery", href: "/gallery" }, ], }, { items: [ - { label: "About Us", href: "about" }, - { label: "Contact", href: "contact" }, + { label: "About Us", href: "/about" }, + { label: "Contact", href: "/contact" }, { label: "Order Online", href: "#" }, ], }, @@ -70,49 +71,31 @@ export default function MenuPage() { /> - {/* Full Menu Section */} + {/* Complete Menu Section */}