content updation

This commit is contained in:
akash 2026-03-17 09:56:03 +05:30
parent b2485ff938
commit 59f6dff027
5 changed files with 7 additions and 5 deletions

View File

@ -98,7 +98,7 @@ const ContactSection = () => {
<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">Let's Connect</h6> <h6 className="sec-title__tagline">Let's Connect</h6>
<h2 className="sec-title__title">Drop us a Line.</h2> <h2 className="sec-title__title mb-15">Drop us a Line.</h2>
<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 Solution and start your journey towards innovative digital success.</p> <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 Solution and start your journey towards innovative digital success.</p>
</div> </div>
</div> </div>

View File

@ -149,8 +149,8 @@ const HomeContactOne = () => {
<div className="appointment__form__title"> <div className="appointment__form__title">
<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 CONTACT US</h6> <h6 className="sec-title__tagline">CONTACT US</h6>
<h3 className="sec-title__title">If Your Problem Contact Us For <br /> Immediately Center</h3> <h3 className="sec-title__title">Drop us a <span className='inner-text'>Line. </span></h3>
</div> </div>
</div> </div>
</div> </div>

View File

@ -215,7 +215,7 @@ export default function PortfolioSection() {
<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">PORTFOLIO</h6> <h6 className="sec-title__tagline">PORTFOLIO</h6>
<h2 className="sec-title__title">We Serve the Best Works<span className="inner-text"></span></h2> <h2 className="sec-title__title">We Serve the Best Works <br/> View <span className="inner-text">Case Studies</span></h2>
</div> </div>
</div> </div>

View File

@ -134,6 +134,7 @@ const BlogSection = ({
return ( return (
<section className={`blog-section-one section-space ${isPaginated ? "pb-0 pt-0" : ""}`}> <section className={`blog-section-one section-space ${isPaginated ? "pb-0 pt-0" : ""}`}>
<div className={`small-container ${isSlider ? "blog-slider-active" : ""}`}> <div className={`small-container ${isSlider ? "blog-slider-active" : ""}`}>
{!hideHeader && (
<div className="row justify-content-center mb-30 text-center"> <div className="row justify-content-center mb-30 text-center">
<div className="col-lg-8"> <div className="col-lg-8">
<div className="sec-title text-center"> <div className="sec-title text-center">
@ -143,6 +144,7 @@ const BlogSection = ({
</div> </div>
</div> </div>
</div> </div>
)}
{isSlider ? ( {isSlider ? (
<Slider {...sliderSettings} className="blog-slider-inner"> <Slider {...sliderSettings} className="blog-slider-inner">
{currentBlogs.map((blog) => ( {currentBlogs.map((blog) => (

View File

@ -102,7 +102,7 @@ const TestimonialsSection = ({ className = "section-space" }: { className?: stri
<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>
<h3 className="sec-title__title text-white">Our Client Feedback</h3> <h3 className="sec-title__title text-white">What They're Talking <span className="inner-text"> About Us. </span></h3>
<div className="space20"></div> <div className="space20"></div>
<div className="d-flex justify-content-start"> <div className="d-flex justify-content-start">
<GoogleReviewsBranding /> <GoogleReviewsBranding />