contents updated

This commit is contained in:
Selvi 2026-03-04 16:06:23 +05:30
parent acd6934e71
commit 08366424d1
5 changed files with 12 additions and 8 deletions

View File

@ -9021,7 +9021,7 @@ body {
/* Why Choose Us Section Styles */
.why-choose-us {
padding: 80px 0;
background: #eaf0f9;
background: #eaf0f9 !important;
}
@media (max-width: 767px) {
@ -9130,6 +9130,7 @@ body {
.why-choose-us .main-image img {
width: 100%;
height: 550px;
display: block;
}
@ -10101,7 +10102,7 @@ body {
/* FAQ Page Section Styles */
.faq-page-section {
background: #f8fbff;
/* background: #f8fbff; */
padding: 80px 0;
}
@ -11232,9 +11233,9 @@ body {
/* ============================================================
BLOG SECTION & PAGINATION (GLOBAL)
============================================================ */
.blog-section-one.section-space {
/* .blog-section-one.section-space {
padding-bottom: 0;
}
} */
.pagination-wrapper {
padding-top: 60px;

View File

@ -101,7 +101,7 @@ const ContactSection = () => {
<h3 className="sec-title__title">Drop us a Line.</h3>
<p>Whether you have a question, a project idea, or just want to chat about your digital needs, our team is here to listen and provide tailored solutions. Reach out to Metatroncube Software Solutions and start your journey towards innovative digital success.</p>
</div>
<img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" />
{/* <img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" /> */}
</div>
<div className="contact-info-list">
<div className="contact-info-item d-flex align-items-center mb-30">

View File

@ -33,7 +33,7 @@ const FaqFive = () => {
];
return (
<section className="faq-four" style={{ paddingTop: '0' }}>
<section className="faq-four section-space">
<div className="container">
<div className="row">
<div className="col-xl-6">

View File

@ -33,7 +33,10 @@ const FaqFour = () => {
];
return (
<section className="faq-four">
<section
className="faq-four section-space"
style={{ backgroundColor: "#f8fbff" }}
>
<div className="container">
<div className="row">
<div className="col-xl-6">

View File

@ -59,7 +59,7 @@ const BlogSection = ({ hideHeader = false, isPaginated = false }: { hideHeader?:
<h6 className="sec-title__tagline">LATEST BLOG</h6>
<h3 className="sec-title__title">Latest Blog Insights</h3>
</div>
<img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" />
{/* <img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" /> */}
</div>
)}
<div className="row g-4">