New pages
This commit is contained in:
@@ -108,7 +108,7 @@ export default function Footer3() {
|
|||||||
{/* FOOTER COPYRIGHT */}
|
{/* FOOTER COPYRIGHT */}
|
||||||
<div className="col">
|
<div className="col">
|
||||||
<div className="footer-copyright">
|
<div className="footer-copyright">
|
||||||
<p className="p-sm">© 2023 Martex. <span>All Rights Reserved</span></p>
|
<p className="p-sm">© 2025 autoMedSys A.I. <span>All Rights Reserved</span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* FOOTER SOCIALS */}
|
{/* FOOTER SOCIALS */}
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
|
||||||
|
|
||||||
|
import Link from "next/link"
|
||||||
|
export default function MersmHero() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<section id="hero-13" className="hero-section">
|
||||||
|
<div className="container">
|
||||||
|
<div className="row d-flex align-items-center">
|
||||||
|
{/* HERO TEXT */}
|
||||||
|
<div className="col-md-5">
|
||||||
|
<div className="hero-13-txt wow fadeInRight">
|
||||||
|
{/* Section ID */}
|
||||||
|
<span className="section-id">Strategies That Work</span>
|
||||||
|
{/* Title */}
|
||||||
|
<h2 className="s-54 w-700">Right SEO strategies for your success</h2>
|
||||||
|
{/* Text */}
|
||||||
|
<p className="p-lg">Mauris ligula ociis ipsum congue neque undo laoreet sagittis sapien diam
|
||||||
|
tempor
|
||||||
|
</p>
|
||||||
|
{/* Button */}
|
||||||
|
<Link href="#banner-13" className="btn r-04 btn--theme hover--tra-black">Get started for free</Link>
|
||||||
|
<p className="p-sm btn-txt ico-15">
|
||||||
|
<span className="flaticon-check" /> No credit card needed, free 14-day trial
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div> {/* END HERO TEXT */}
|
||||||
|
{/* HERO IMAGE */}
|
||||||
|
<div className="col-md-7">
|
||||||
|
<div className="hero-13-img wow fadeInLeft">
|
||||||
|
<img className="img-fluid" src="/images/hero-13-img.png" alt="hero-image" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -10,19 +10,20 @@ import Faqs3_9 from "../components/sections/Faqs3_9"
|
|||||||
import Features13_5 from "../components/sections/Features13_5"
|
import Features13_5 from "../components/sections/Features13_5"
|
||||||
import Features1_2 from "../components/sections/Features1_2"
|
import Features1_2 from "../components/sections/Features1_2"
|
||||||
import Features5_8 from "../components/sections/Features5_8"
|
import Features5_8 from "../components/sections/Features5_8"
|
||||||
import Hero13 from "../components/sections/Hero13"
|
//import Hero13 from "../components/sections/Hero13"
|
||||||
import Integrations2_6 from "../components/sections/Integrations2_6"
|
import Integrations2_6 from "../components/sections/Integrations2_6"
|
||||||
import Lnk1_13 from "../components/sections/Lnk1_13"
|
import Lnk1_13 from "../components/sections/Lnk1_13"
|
||||||
import Lnk2_13 from "../components/sections/Lnk2_13"
|
import Lnk2_13 from "../components/sections/Lnk2_13"
|
||||||
import Reviews2_3 from "../components/sections/Reviews2_3"
|
import Reviews2_3 from "../components/sections/Reviews2_3"
|
||||||
import Statistic5_3 from "../components/sections/Statistic5_3"
|
import Statistic5_3 from "../components/sections/Statistic5_3"
|
||||||
|
import MersmHero from "../components/sections/MersmHero";
|
||||||
|
|
||||||
export default function ProductHome() {
|
export default function ProductHome() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark">
|
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark">
|
||||||
<Hero13 />
|
<MersmHero />
|
||||||
<Statistic5_3 />
|
<Statistic5_3 />
|
||||||
<hr className="divider" />
|
<hr className="divider" />
|
||||||
<Features13_5 />
|
<Features13_5 />
|
||||||
|
|||||||
Reference in New Issue
Block a user