Blog and contact low word count increased
This commit is contained in:
parent
42b66d3bf7
commit
cf9258019b
@ -29,6 +29,14 @@ const page = () => {
|
|||||||
<div className="section-title mb-35 text-center">
|
<div className="section-title mb-35 text-center">
|
||||||
<span className="sub-title mb-10">contact us</span>
|
<span className="sub-title mb-10">contact us</span>
|
||||||
<h2>Get In Touch With Us</h2>
|
<h2>Get In Touch With Us</h2>
|
||||||
|
<p
|
||||||
|
data-aos="fade-left"
|
||||||
|
data-aos-duration={1500}
|
||||||
|
data-aos-offset={50}>
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Cards Row with Spacing */}
|
{/* Cards Row with Spacing */}
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<span className="sub-title mb-5 text-white">Craving Authentic Indian Flavors?</span>
|
<span className="sub-title mb-5 text-white">Craving Authentic Indian Flavors?</span>
|
||||||
<h2>Don’t wait—call us now to place your order!</h2>
|
<h2>Don’t wait—call us now to place your order!</h2>
|
||||||
</div>
|
</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" />
|
Call Us <i className="far fa-arrow-alt-right" />
|
||||||
</Link>
|
</Link>
|
||||||
{/* <div
|
{/* <div
|
||||||
|
|||||||
@ -91,7 +91,8 @@ const ContactForm = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="contact-page-form">
|
<div className="contact-page-form">
|
||||||
<h3>Send Us Message</h3>
|
<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}>
|
<form id="contactForm" className="contactForm" name="contactForm" onSubmit={handleSubmit}>
|
||||||
<div className="row mt-30 gap-20">
|
<div className="row mt-30 gap-20">
|
||||||
<div className="col-sm-6">
|
<div className="col-sm-6">
|
||||||
|
|||||||
@ -32,7 +32,7 @@ const FoodCategory = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<h4>
|
<h4>
|
||||||
<Link href="menu-restaurant">Best Quality Food</Link>
|
<Link href="/menu">Best Quality Food</Link>
|
||||||
</h4>
|
</h4>
|
||||||
<p>Sed ut perspiciatis unde omnis este natus sit voluptatem</p>
|
<p>Sed ut perspiciatis unde omnis este natus sit voluptatem</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -14,7 +14,14 @@ const ListOfBlogSection = () => {
|
|||||||
data-aos-offset={50}
|
data-aos-offset={50}
|
||||||
>
|
>
|
||||||
<span className="sub-title mb-5">The Latest News What We Have</span>
|
<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 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.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -88,7 +88,7 @@ const DefaultFooter = () => {
|
|||||||
<li><Link href="/">Home</Link></li>
|
<li><Link href="/">Home</Link></li>
|
||||||
<li><Link href="/about">About</Link></li>
|
<li><Link href="/about">About</Link></li>
|
||||||
<li><Link href="/menu">Menu</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -320,7 +320,7 @@ const MobileMenu = () => {
|
|||||||
</div>
|
</div>
|
||||||
</li> */}
|
</li> */}
|
||||||
<li>
|
<li>
|
||||||
<Link href="/contact">Contact</Link>
|
<Link href="/contact-us">Contact</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{/* <ul className="navigation clearfix">
|
{/* <ul className="navigation clearfix">
|
||||||
@ -688,7 +688,7 @@ const Header = () => {
|
|||||||
</div>
|
</div>
|
||||||
</li> */}
|
</li> */}
|
||||||
<li>
|
<li>
|
||||||
<Link href="/contact">Contact</Link>
|
<Link href="/contact-us">Contact</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div className="menu-btns" style={{ paddingLeft: "30px" }}>
|
<div className="menu-btns" style={{ paddingLeft: "30px" }}>
|
||||||
|
|||||||
@ -8,7 +8,7 @@ const staticLinks = [
|
|||||||
{ url: '/about', changefreq: 'weekly', priority: 0.7 },
|
{ url: '/about', changefreq: 'weekly', priority: 0.7 },
|
||||||
{ url: '/menu', changefreq: 'weekly', priority: 0.7 },
|
{ url: '/menu', changefreq: 'weekly', priority: 0.7 },
|
||||||
{ url: '/blog', 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)
|
// ✅ Dynamic blog posts (example)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user