about page
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
|
||||
export default function MermsWhyChooseUs(){
|
||||
return <>
|
||||
<section className="pt-100 ws-wrapper content-section">
|
||||
<div className="container">
|
||||
<div className="bc-1-wrapper bg--02 bg--fixed r-16">
|
||||
<div className="section-overlay">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="txt-block left-column wow fadeInRight">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Why Choose Us</span>
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">With knowledge, skills & hard work</h2>
|
||||
{/* Text */}
|
||||
<p>Sodales tempor sapien quaerat congue eget ipsum laoreet turpis neque auctor
|
||||
vitae eros dolor luctus placerat magna ligula cursus and purus pretium
|
||||
</p>
|
||||
{/* Small Title */}
|
||||
<h5 className="s-24 w-700 h5-title">Your road to success!</h5>
|
||||
{/* Text */}
|
||||
<p className="mb-0">Sapien tempor sodales quaerat ipsum undo congue laoreet turpis neque
|
||||
auctor turpis vitae dolor luctus placerat magna and ligula cursus purus vitae
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-6 order-first order-md-2">
|
||||
<div className="img-block right-column wow fadeInLeft">
|
||||
<img className="img-fluid" src="/images/img-08.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End section overlay */}
|
||||
</div> {/* End content wrapper */}
|
||||
</div> {/* End container */}
|
||||
</section>
|
||||
</>
|
||||
|
||||
}
|
||||
+2
-39
@@ -4,6 +4,7 @@ import Layout from "../components/layout/Layout"
|
||||
import BrandSlider2 from "../components/slider/BrandSlider2"
|
||||
import Link from "next/link"
|
||||
import MermsRecentBlog from "../components/sections/MermsRecentBlog";
|
||||
import MermsWhyChooseUs from "../components/sections/MermsWhyChooseUs";
|
||||
export default function Home() {
|
||||
|
||||
return (
|
||||
@@ -292,45 +293,7 @@ export default function Home() {
|
||||
{/* BRANDS-1
|
||||
============================================= */}
|
||||
|
||||
{/* TEAM-1
|
||||
============================================= */}
|
||||
|
||||
<section className="pt-100 ws-wrapper content-section">
|
||||
<div className="container">
|
||||
<div className="bc-1-wrapper bg--02 bg--fixed r-16">
|
||||
<div className="section-overlay">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="txt-block left-column wow fadeInRight">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Why Choose Us</span>
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">With knowledge, skills & hard work</h2>
|
||||
{/* Text */}
|
||||
<p>Sodales tempor sapien quaerat congue eget ipsum laoreet turpis neque auctor
|
||||
vitae eros dolor luctus placerat magna ligula cursus and purus pretium
|
||||
</p>
|
||||
{/* Small Title */}
|
||||
<h5 className="s-24 w-700 h5-title">Your road to success!</h5>
|
||||
{/* Text */}
|
||||
<p className="mb-0">Sapien tempor sodales quaerat ipsum undo congue laoreet turpis neque
|
||||
auctor turpis vitae dolor luctus placerat magna and ligula cursus purus vitae
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-6 order-first order-md-2">
|
||||
<div className="img-block right-column wow fadeInLeft">
|
||||
<img className="img-fluid" src="/images/img-08.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End section overlay */}
|
||||
</div> {/* End content wrapper */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END BOX CONTENT */}
|
||||
|
||||
<MermsWhyChooseUs />
|
||||
<MermsRecentBlog />
|
||||
<hr className="divider" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user