From cf9258019b0e4f24dedfc1259f86f09910ec6604 Mon Sep 17 00:00:00 2001 From: akash Date: Sat, 8 Nov 2025 20:07:34 +0530 Subject: [PATCH] Blog and contact low word count increased --- app/{contact => contact-us}/page.js | 8 ++++++++ components/About/AboutCallAction2.js | 2 +- components/ContactForm.js | 3 ++- components/FoodCategory.js | 2 +- components/blog/ListOfBlogSection.js | 9 ++++++++- layout/Footer.js | 2 +- layout/Header.js | 4 ++-- scripts/generate-sitemap.cjs | 2 +- 8 files changed, 24 insertions(+), 8 deletions(-) rename app/{contact => contact-us}/page.js (89%) diff --git a/app/contact/page.js b/app/contact-us/page.js similarity index 89% rename from app/contact/page.js rename to app/contact-us/page.js index 9f82f4a..267be15 100644 --- a/app/contact/page.js +++ b/app/contact-us/page.js @@ -29,6 +29,14 @@ const page = () => {
contact us

Get In Touch With Us

+

+ We’re always happy to connect with you at Shiva Sakthi Restaurant. Conveniently located in a prime and easily accessible area, our restaurant welcomes guests who are looking for fresh, authentic South Indian meals served with care. Whether you want to make a reservation, check our menu, place a takeaway order, or inquire about catering services, our team is ready to assist you. Visitors can reach us by phone, email, or through the contact form on this page. We aim to respond quickly to all inquiries and ensure every guest enjoys a smooth experience. Drop by, get in touch, or simply say hello—we look forward to serving you. + + +

{/* Cards Row with Spacing */} diff --git a/components/About/AboutCallAction2.js b/components/About/AboutCallAction2.js index 6fa34dd..0950aa6 100644 --- a/components/About/AboutCallAction2.js +++ b/components/About/AboutCallAction2.js @@ -12,7 +12,7 @@ Craving Authentic Indian Flavors?

Don’t wait—call us now to place your order!

- + Call Us {/*
{ return (

Send Us Message

-

Your email address will not be published. Required fields are marked *

+

Have a question or need assistance? Fill out the form below and our team will get back to you as soon as possible. + *

diff --git a/components/FoodCategory.js b/components/FoodCategory.js index 59571b1..30c8cea 100644 --- a/components/FoodCategory.js +++ b/components/FoodCategory.js @@ -32,7 +32,7 @@ const FoodCategory = () => {

- Best Quality Food + Best Quality Food

Sed ut perspiciatis unde omnis este natus sit voluptatem

diff --git a/components/blog/ListOfBlogSection.js b/components/blog/ListOfBlogSection.js index 00bc627..576017c 100644 --- a/components/blog/ListOfBlogSection.js +++ b/components/blog/ListOfBlogSection.js @@ -14,7 +14,14 @@ const ListOfBlogSection = () => { data-aos-offset={50} > The Latest News What We Have -

Our Latest Food News

+

Our Latest Food News at Shiva Sakthi +

+

+ Welcome to the Shiva Sakthi Restaurant blog — your go-to place for delicious food stories, culinary insights, and everything related to authentic South Indian dining. Here, we share expert tips, traditional recipes, festival specials, and behind-the-scenes glimpses from our kitchen. Whether you’re a long-time customer or discovering us for the first time, our blog helps you explore the rich flavours, preparation methods, and cultural roots behind every dish we serve. At Shiva Sakthi Restaurant, we believe food is more than a meal — it’s an experience filled with warmth, tradition, and community. Through these articles, we aim to educate, inspire, and connect with food lovers who appreciate quality, freshness, and homemade taste. Dive in and enjoy a flavourful journey with us. +

diff --git a/layout/Footer.js b/layout/Footer.js index fbd44be..71bf093 100644 --- a/layout/Footer.js +++ b/layout/Footer.js @@ -88,7 +88,7 @@ const DefaultFooter = () => {
  • Home
  • About
  • Menu
  • -
  • Contact
  • +
  • Contact
  • diff --git a/layout/Header.js b/layout/Header.js index fbce76d..fbe0ee2 100644 --- a/layout/Header.js +++ b/layout/Header.js @@ -320,7 +320,7 @@ const MobileMenu = () => { */}
  • - Contact + Contact
  • {/*
    diff --git a/scripts/generate-sitemap.cjs b/scripts/generate-sitemap.cjs index 90a7279..841217d 100644 --- a/scripts/generate-sitemap.cjs +++ b/scripts/generate-sitemap.cjs @@ -8,7 +8,7 @@ const staticLinks = [ { url: '/about', changefreq: 'weekly', priority: 0.7 }, { url: '/menu', changefreq: 'weekly', priority: 0.7 }, { url: '/blog', changefreq: 'weekly', priority: 0.7 }, - { url: '/contact', changefreq: 'monthly', priority: 0.5 } + { url: '/contact-us', changefreq: 'monthly', priority: 0.5 } ]; // ✅ Dynamic blog posts (example)