From 3370d461abf4783075f347cdcf5e5dfe5c7780dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:51:39 +0000 Subject: [PATCH 1/2] Add src/app/menu/page.tsx --- src/app/menu/page.tsx | 262 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 src/app/menu/page.tsx diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx new file mode 100644 index 0000000..287fb68 --- /dev/null +++ b/src/app/menu/page.tsx @@ -0,0 +1,262 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Utensils, Phone } from 'lucide-react'; + +export default function MenuPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} \ No newline at end of file -- 2.49.1 From b2e030a7984aeb9fff6dc1cb17696624930c8a92 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:51:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 570 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 388 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a08593..20c2d35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,199 +8,405 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { MapPin, ChefHat, Utensils, Phone } from 'lucide-react'; +import { MapPin, ChefHat, Utensils, Phone, MapIcon, MessageCircle } from 'lucide-react'; +import Script from 'next/script'; +import Head from 'next/head'; +import Image from 'next/image'; export default function LandingPage() { return ( - - + <> + + {/* SEO Meta Tags */} + + + + + + + + + + + + + + -
- -
+ }) + }} + /> -
- -
- -
- -
+ "review": [ + { + "@type": "Review", "author": "Rajesh Kumar", "reviewRating": { + "@type": "Rating", "ratingValue": "5" + }, + "reviewBody": "Authentic Kerala meals and excellent service. Best place for traditional food in Nolambur!" + }, + { + "@type": "Review", "author": "Priya Singh", "reviewRating": { + "@type": "Rating", "ratingValue": "5" + }, + "reviewBody": "Great ambiance, affordable prices, and delicious dishes. Our family loves coming here!" + } + ] + }) + }} + /> -
- -
+ {/* Google Analytics */} +