Blog and contact low word count increased

This commit is contained in:
akash 2025-11-08 20:07:34 +05:30
parent 42b66d3bf7
commit cf9258019b
8 changed files with 24 additions and 8 deletions

View File

@ -29,6 +29,14 @@ const page = () => {
<div className="section-title mb-35 text-center">
<span className="sub-title mb-10">contact us</span>
<h2>Get In Touch With Us</h2>
<p
data-aos="fade-left"
data-aos-duration={1500}
data-aos-offset={50}>
Were 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 hellowe look forward to serving you.
</p>
</div>
{/* Cards Row with Spacing */}

View File

@ -12,7 +12,7 @@
<span className="sub-title mb-5 text-white">Craving Authentic Indian Flavors?</span>
<h2>Dont waitcall us now to place your order!</h2>
</div>
<Link href="/contact" className="theme-btn style-three">
<Link href="/contact-us" className="theme-btn style-three">
Call Us <i className="far fa-arrow-alt-right" />
</Link>
{/* <div

View File

@ -91,7 +91,8 @@ const ContactForm = () => {
return (
<div className="contact-page-form">
<h3>Send Us Message</h3>
<p>Your email address will not be published. Required fields are marked *</p>
<p>Have a question or need assistance? Fill out the form below and our team will get back to you as soon as possible.
*</p>
<form id="contactForm" className="contactForm" name="contactForm" onSubmit={handleSubmit}>
<div className="row mt-30 gap-20">
<div className="col-sm-6">

View File

@ -32,7 +32,7 @@ const FoodCategory = () => {
</div>
<div className="content">
<h4>
<Link href="menu-restaurant">Best Quality Food</Link>
<Link href="/menu">Best Quality Food</Link>
</h4>
<p>Sed ut perspiciatis unde omnis este natus sit voluptatem</p>
</div>

View File

@ -14,7 +14,14 @@ const ListOfBlogSection = () => {
data-aos-offset={50}
>
<span className="sub-title mb-5">The Latest News What We Have</span>
<h2>Our Latest Food News</h2>
<h2>Our Latest Food News at Shiva Sakthi
</h2>
<p
data-aos="fade-left"
data-aos-duration={1500}
data-aos-offset={50}>
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 youre 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 its 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.
</p>
</div>
</div>
</div>

View File

@ -88,7 +88,7 @@ const DefaultFooter = () => {
<li><Link href="/">Home</Link></li>
<li><Link href="/about">About</Link></li>
<li><Link href="/menu">Menu</Link></li>
<li><Link href="/contact">Contact</Link></li>
<li><Link href="/contact-us">Contact</Link></li>
</ul>
</div>
</div>

View File

@ -320,7 +320,7 @@ const MobileMenu = () => {
</div>
</li> */}
<li>
<Link href="/contact">Contact</Link>
<Link href="/contact-us">Contact</Link>
</li>
</ul>
{/* <ul className="navigation clearfix">
@ -688,7 +688,7 @@ const Header = () => {
</div>
</li> */}
<li>
<Link href="/contact">Contact</Link>
<Link href="/contact-us">Contact</Link>
</li>
</ul>
<div className="menu-btns" style={{ paddingLeft: "30px" }}>

View File

@ -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)