Corrections updated

This commit is contained in:
Selvi 2025-07-21 20:55:28 +05:30
parent 42c1f211f3
commit ba94b3f1c7
3 changed files with 89 additions and 45 deletions

View File

@ -49,7 +49,7 @@ export default function Footer2() {
{/*Footer Column*/} {/*Footer Column*/}
<div className="footer-column col-lg-6 col-md-6 col-sm-12"> <div className="footer-column col-lg-6 col-md-6 col-sm-12">
<div className="footer-widget visit-widget"> <div className="footer-widget visit-widget">
<h6>Visit</h6> <h6>Contact</h6>
<ul className="contact-list"> <ul className="contact-list">
<li><Link href="tel:+289-498-6565" style={{ color: 'white' }}>289-498-6565</Link></li> <li><Link href="tel:+289-498-6565" style={{ color: 'white' }}>289-498-6565</Link></li>
</ul> </ul>
@ -65,7 +65,7 @@ export default function Footer2() {
<li><Link href="#"><span className="icon fa fa-facebook"></span>facebook</Link></li> <li><Link href="#"><span className="icon fa fa-facebook"></span>facebook</Link></li>
<li><Link href="#"><span className="icon fa fa-twitter"></span>twitter</Link></li> <li><Link href="#"><span className="icon fa fa-twitter"></span>twitter</Link></li>
<li><Link href="#"><span className="icon fa fa-instagram"></span>instagram</Link></li> <li><Link href="#"><span className="icon fa fa-instagram"></span>instagram</Link></li>
<li><Link href="#"><span className="icon fa fa-dribbble"></span>dribbble</Link></li> {/* <li><Link href="#"><span className="icon fa fa-dribbble"></span>dribbble</Link></li> */}
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -17,7 +17,7 @@ export default function Specials() {
<h2>Sixty5 Street Specials</h2> <h2>Sixty5 Street Specials</h2>
<div className="separate"></div> <div className="separate"></div>
</div> </div>
<div className="row clearfix"> <div className="row clearfix justify-content-center">
{/* First Row - 4 cards (3 on md screens, 2 on sm) */} {/* First Row - 4 cards (3 on md screens, 2 on sm) */}
<div className="special-block col-lg-3 col-md-4 col-sm-6 col-12"> <div className="special-block col-lg-3 col-md-4 col-sm-6 col-12">
<div className="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div className="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
@ -93,7 +93,6 @@ export default function Specials() {
{/* Second Row - 3 cards (will automatically adjust to 2 on md, 1 on sm) */} {/* Second Row - 3 cards (will automatically adjust to 2 on md, 1 on sm) */}
{/* Second Row - 3 cards centered */} {/* Second Row - 3 cards centered */}
<div className="row justify-content-center">
<div className="special-block col-lg-3 col-md-4 col-sm-6 col-12"> <div className="special-block col-lg-3 col-md-4 col-sm-6 col-12">
<div className="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms"> <div className="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div className="image"> <div className="image">
@ -149,7 +148,6 @@ export default function Specials() {
</div> </div>
</div> </div>
</div> </div>
</div>
</section> </section>
{/* End Specials Section */} {/* End Specials Section */}

View File

@ -1141,7 +1141,21 @@
h4{ h4{
font-size:20px; font-size:20px;
} }
.juice-section{
padding: 50px 0px;
}
.recipe-section-two{
padding: 0px 0px 50px;
}
.specials-section{
padding: 50px 0px;
}
.menu-page-section{
padding: 50px 0px;
}
.gallery-section-two{
padding: 0px 0px 50px;
}
.banner-section-two .content-column h1{ .banner-section-two .content-column h1{
font-size:34px; font-size:34px;
} }
@ -1245,3 +1259,35 @@
} }
} }
@media only screen and (max-width: 479px) {
.banner-section .swiper-slide-active .icon-layer-one{
max-width: 285px;
}
}
@media only screen and (max-width: 479px) {
.banner-section .swiper-slide-active .icon-layer-three{
display: none;
}
}
@media only screen and (max-width: 479px) {
.banner-section .swiper-slide-active .content-column .icons-box{
display: none;
}
}
@media (max-width: 768px) {
.main-menu .navbar-collapse {
float: none !important;
display: flex !important;
justify-content: center;
align-items: center;
}
.main-menu .navbar-collapse .navbar-nav {
flex-direction: row;
justify-content: center;
}
.main-menu .navbar-collapse .nav-item {
text-align: center;
}
}