content updation
This commit is contained in:
parent
b2485ff938
commit
59f6dff027
@ -98,7 +98,7 @@ const ContactSection = () => {
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -149,8 +149,8 @@ const HomeContactOne = () => {
|
||||
<div className="appointment__form__title">
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<h6 className="sec-title__tagline">OUR CONTACT US</h6>
|
||||
<h3 className="sec-title__title">If Your Problem Contact Us For <br /> Immediately Center</h3>
|
||||
<h6 className="sec-title__tagline">CONTACT US</h6>
|
||||
<h3 className="sec-title__title">Drop us a <span className='inner-text'>Line. </span></h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -215,7 +215,7 @@ export default function PortfolioSection() {
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<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>
|
||||
|
||||
|
||||
@ -134,6 +134,7 @@ const BlogSection = ({
|
||||
return (
|
||||
<section className={`blog-section-one section-space ${isPaginated ? "pb-0 pt-0" : ""}`}>
|
||||
<div className={`small-container ${isSlider ? "blog-slider-active" : ""}`}>
|
||||
{!hideHeader && (
|
||||
<div className="row justify-content-center mb-30 text-center">
|
||||
<div className="col-lg-8">
|
||||
<div className="sec-title text-center">
|
||||
@ -143,6 +144,7 @@ const BlogSection = ({
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
{isSlider ? (
|
||||
<Slider {...sliderSettings} className="blog-slider-inner">
|
||||
{currentBlogs.map((blog) => (
|
||||
|
||||
@ -102,7 +102,7 @@ const TestimonialsSection = ({ className = "section-space" }: { className?: stri
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<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="d-flex justify-content-start">
|
||||
<GoogleReviewsBranding />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user