title mb removed

This commit is contained in:
Selvi 2026-03-03 22:45:53 +05:30
parent e4def3e36f
commit 74fa05edeb
13 changed files with 23 additions and 23 deletions

View File

@ -19,7 +19,7 @@ export default function BlogPage() {
<Header1 /> <Header1 />
<main> <main>
<PageHeader title="Our Blog" /> <PageHeader title="Our Blog" />
<div className="container section-space-top"> {/* <div className="container section-space-top">
<SectionTitle <SectionTitle
tagline="LATEST NEWS" tagline="LATEST NEWS"
title="Latest Blog & News" title="Latest Blog & News"
@ -33,7 +33,7 @@ export default function BlogPage() {
</p> </p>
</div> </div>
</div> </div>
</div> </div> */}
<BlogSection hideHeader={true} /> <BlogSection hideHeader={true} />
</main> </main>
<Footer1 /> <Footer1 />

View File

@ -4656,9 +4656,9 @@ body {
padding-bottom: 120px; padding-bottom: 120px;
} }
.why-choose-two .sec-title { /* .why-choose-two .sec-title {
padding-bottom: 20px; padding-bottom: 20px;
} } */
.why-choose-two__text { .why-choose-two__text {
font-size: 16px; font-size: 16px;
@ -5163,9 +5163,9 @@ body {
width: 100%; width: 100%;
} }
.about-three__content .sec-title { /* .about-three__content .sec-title {
padding-bottom: 21px; padding-bottom: 21px;
} } */
.about-three__content .sec-title__shape::before { .about-three__content .sec-title__shape::before {
background-color: var(--pelocis-black, #1a1f2b); background-color: var(--pelocis-black, #1a1f2b);
@ -6428,9 +6428,9 @@ body {
padding: 60px 0 120px; padding: 60px 0 120px;
} }
.faq-four__content .sec-title { /* .faq-four__content .sec-title {
padding-bottom: 21px; padding-bottom: 21px;
} } */
.faq-four__content__text { .faq-four__content__text {
font-size: 16px; font-size: 16px;
@ -6636,9 +6636,9 @@ body {
padding: 80px 0 80px; padding: 80px 0 80px;
} }
.counselling-solutions .sec-title { /* .counselling-solutions .sec-title {
padding-bottom: 20px; padding-bottom: 20px;
} } */
.counselling-solutions__text { .counselling-solutions__text {
font-size: 16px; font-size: 16px;
@ -8307,9 +8307,9 @@ body {
/* ============================================================ /* ============================================================
SEC-TITLE Universal Section Heading Design System SEC-TITLE Universal Section Heading Design System
============================================================ */ ============================================================ */
.sec-title-wrapper { /* .sec-title-wrapper {
margin-bottom: 50px; margin-bottom: 50px;
} } */
.sec-title { .sec-title {
padding-bottom: 0; padding-bottom: 0;

View File

@ -57,7 +57,7 @@ const ServiceSection2 = () => {
style={{ backgroundImage: "url(https://tolaklaravel.bracketweb.com/assets/images/shapes/service-shape-3.png)" }} style={{ backgroundImage: "url(https://tolaklaravel.bracketweb.com/assets/images/shapes/service-shape-3.png)" }}
></div> ></div>
<div className="container"> <div className="container">
<div className="sec-title-wrapper text-center mb-50 wow fadeInUp" data-wow-delay=".3s"> <div className="sec-title-wrapper text-center wow fadeInUp" data-wow-delay=".3s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">OUR BEST SERVICE</h6> <h6 className="sec-title__tagline">OUR BEST SERVICE</h6>

View File

@ -66,7 +66,7 @@ const WorkProcessSection2 = () => {
<div className="row gy-5 gx-70 align-items-center"> <div className="row gy-5 gx-70 align-items-center">
<div className="col-xl-5"> <div className="col-xl-5">
<div className="work-process-content"> <div className="work-process-content">
<div className="sec-title-wrapper mb-30 wow" data-wow-delay="0.3s" style={{ visibility: "hidden" }}> <div className="sec-title-wrapper wow" data-wow-delay="0.3s" style={{ visibility: "hidden" }}>
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">HOW WE DO</h6> <h6 className="sec-title__tagline">HOW WE DO</h6>

View File

@ -13,7 +13,7 @@ const ContactSection = () => {
<h6 className="sec-title__tagline">CONTACT WITH US</h6> <h6 className="sec-title__tagline">CONTACT WITH US</h6>
<h3 className="sec-title__title">Feel Free to Get in Touch</h3> <h3 className="sec-title__title">Feel Free to Get in Touch</h3>
</div> </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>
<div className="contact-info-list"> <div className="contact-info-list">
<div className="contact-info-item d-flex align-items-center mb-30"> <div className="contact-info-item d-flex align-items-center mb-30">

View File

@ -39,7 +39,7 @@ const AboutSection = () => {
</div> </div>
<div className="col-xxl-6 col-xl-6 col-lg-6"> <div className="col-xxl-6 col-xl-6 col-lg-6">
<div className="about-us-content-area p-relative z-1 pl-30"> <div className="about-us-content-area p-relative z-1 pl-30">
<div className="sec-title-wrapper wow fadeInLeft mb-35" data-wow-delay=".5s"> <div className="sec-title-wrapper wow fadeInLeft" data-wow-delay=".5s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">ABOUT US</h6> <h6 className="sec-title__tagline">ABOUT US</h6>

View File

@ -5,7 +5,7 @@ const BlogSection = ({ hideHeader = false }: { hideHeader?: boolean }) => (
<section className="blog-section-one section-space"> <section className="blog-section-one section-space">
<div className="small-container"> <div className="small-container">
{!hideHeader && ( {!hideHeader && (
<div className="sec-title-wrapper wow fadeInLeft mb-50" data-wow-delay=".5s"> <div className="sec-title-wrapper wow fadeInLeft" data-wow-delay=".5s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">LATEST BLOG</h6> <h6 className="sec-title__tagline">LATEST BLOG</h6>

View File

@ -7,7 +7,7 @@ const ChooseSection = () => (
<div className="small-container"> <div className="small-container">
<div className="row g-4"> <div className="row g-4">
<div className="col-xxl-6 col-xl-6 col-lg-6 p-relative section-space-medium-bottom"> <div className="col-xxl-6 col-xl-6 col-lg-6 p-relative section-space-medium-bottom">
<div className="sec-title-wrapper wow fadeInLeft mb-50" data-wow-delay=".5s"> <div className="sec-title-wrapper wow fadeInLeft" data-wow-delay=".5s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">WHY CHOOSE US</h6> <h6 className="sec-title__tagline">WHY CHOOSE US</h6>

View File

@ -17,7 +17,7 @@ const ServiceThreeSlider = () => {
<div className="small-container"> <div className="small-container">
<div className="row align-items-end"> <div className="row align-items-end">
<div className="col-xxl-6 col-xl-6"> <div className="col-xxl-6 col-xl-6">
<div className="sec-title-wrapper mb-50 wow fadeInLeft" data-wow-delay=".5s"> <div className="sec-title-wrapper wow fadeInLeft" data-wow-delay=".5s">
<div className="sec-title sec-title--light"> <div className="sec-title sec-title--light">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">OUR BEST SERVICE</h6> <h6 className="sec-title__tagline">OUR BEST SERVICE</h6>

View File

@ -18,7 +18,7 @@ const TestimonialsSection = () => (
<div className="col-xxl-8 col-xl-8 col-lg-12"> <div className="col-xxl-8 col-xl-8 col-lg-12">
<div className="testimonials-two-area section-space-medium bg-color-1 p-relative"> <div className="testimonials-two-area section-space-medium bg-color-1 p-relative">
<div className="shape-1" style={{ backgroundImage: "url(/assets/imgs/shapes/shape-36.png)" }}></div> <div className="shape-1" style={{ backgroundImage: "url(/assets/imgs/shapes/shape-36.png)" }}></div>
<div className="sec-title-wrapper wow fadeInLeft mb-60" data-wow-delay=".5s"> <div className="sec-title-wrapper wow fadeInLeft" data-wow-delay=".5s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">TESTIMONIALS</h6> <h6 className="sec-title__tagline">TESTIMONIALS</h6>

View File

@ -28,7 +28,7 @@ const About2Section = () => (
</div> </div>
<div className="col-xxl-6 col-xl-6 col-lg-6 col-md-12"> <div className="col-xxl-6 col-xl-6 col-lg-6 col-md-12">
<div className="about-2-content-area pl-50"> <div className="about-2-content-area pl-50">
<div className="sec-title-wrapper wow fadeInRight mb-35" data-wow-delay=".5s"> <div className="sec-title-wrapper wow fadeInRight" data-wow-delay=".5s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">ABOUT US</h6> <h6 className="sec-title__tagline">ABOUT US</h6>

View File

@ -4,7 +4,7 @@ const WorkProcessSection = () => (
<section className="work-process-section section-space p-relative" style={{ backgroundImage: "url(/assets/imgs/bg/process-bg.png)" }}> <section className="work-process-section section-space p-relative" style={{ backgroundImage: "url(/assets/imgs/bg/process-bg.png)" }}>
<div className="shape-1" style={{ backgroundImage: "url(/assets/imgs/bg/line.png)" }}></div> <div className="shape-1" style={{ backgroundImage: "url(/assets/imgs/bg/line.png)" }}></div>
<div className="small-container"> <div className="small-container">
<div className="sec-title-wrapper text-center mb-60 wow fadeInLeft" data-wow-delay=".5s"> <div className="sec-title-wrapper text-center wow fadeInLeft" data-wow-delay=".5s">
<div className="sec-title"> <div className="sec-title">
<div className="sec-title__shape"></div> <div className="sec-title__shape"></div>
<h6 className="sec-title__tagline">WORKING PROCESS</h6> <h6 className="sec-title__tagline">WORKING PROCESS</h6>

View File

@ -30,7 +30,7 @@ const ChooseSection = () => (
<SectionTitle <SectionTitle
tagline="WHY CHOOSE US" tagline="WHY CHOOSE US"
title="Elevate Your Achievements Using Premier IT Solutions" title="Elevate Your Achievements Using Premier IT Solutions"
className="mb-25 wow fadeInLeft" className="wow fadeInLeft"
/> />
<p>It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters.</p> <p>It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters.</p>
<div className="row g-4 pt-35"> <div className="row g-4 pt-35">