service section

This commit is contained in:
CHIEFSOFT\ameye
2025-02-21 10:24:33 -05:00
parent 7b2b613c66
commit d5e6f5621f
3 changed files with 79 additions and 6 deletions
+4 -4
View File
@@ -4,7 +4,7 @@ import FancyVideoFive from "../../../components/video/FancyVideoFive";
import CounterThree from "../../../components/counter/CounterThree";
import FooterTwo from "../../../components/footer/FooterTwo";
import CopyRightTwo from "../../../components/footer/CopyRightTwo";
import FeatureSixV2 from "../../../components/features/FeatureSixV2";
import ContentServiceSection from "../../../components/features/ContentServiceSection";
import CallToActionThree from "../../../components/call-to-action/CallToActionThree";
import FancyFeatureThirtyThree from "../../../components/features/FancyFeatureThirtyThree";
import Image from "next/image";
@@ -85,16 +85,16 @@ const ServiceV1 = () => {
<div className="title-style-two text-center mb-85 md-mb-40">
<h2>
<span>
Explore Services
Our Services
<Image width={375} height={44} src="/images/shape/line-shape-2.svg" alt="shape" />
</span>
</h2>
<div className="sub-text mt-15">
Were not just signing contracts; were forging partnerships. Our services include:
Our mission is to craft powerful content marketing strategies that dont just sit pretty but work in harmony with paid advertising to drive serious results.
</div>
</div>
{/* End .title */}
<FeatureSixV2 />
<ContentServiceSection />
</div>
</div>
</div>