This commit is contained in:
CHIEFSOFT\ameye
2023-09-28 08:56:09 -04:00
parent 7470750413
commit 007537d383
8 changed files with 27 additions and 25 deletions
+5 -4
View File
@@ -45,11 +45,12 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{children} {children}
</main> </main>
< Footer3 />
{!footerStyle && < Footer1 />} {/*{!footerStyle && < Footer1 />}*/}
{footerStyle == 1 ? < Footer1 /> : null} {/*{footerStyle == 1 ? < Footer1 /> : null}*/}
{footerStyle == 2 ? < Footer2 /> : null} {/*{footerStyle == 2 ? < Footer2 /> : null}*/}
{footerStyle == 3 ? < Footer3 /> : null} {/*{footerStyle == 3 ? < Footer3 /> : null}*/}
<BackToTop /> <BackToTop />
</div> </div>
+20 -20
View File
@@ -22,17 +22,17 @@ export default function Footer3() {
{/* Links */} {/* Links */}
<ul className="foo-links clearfix"> <ul className="foo-links clearfix">
<li> <li>
<p><Link href="/about">About Us</Link></p> <p><Link href="#lnk-1">About Us</Link></p>
</li> </li>
<li> <li>
<p><Link href="/blog-listing">Our Blog</Link></p> <p><Link href="https://blog.automedsys.net/">Our Blog</Link></p>
</li>
<li>
<p><Link href="/testimonials">Customers</Link></p>
</li>
<li>
<p><Link href="#">Community</Link></p>
</li> </li>
{/*<li>*/}
{/* <p><Link href="/testimonials">Customers</Link></p>*/}
{/*</li>*/}
{/*<li>*/}
{/* <p><Link href="#">Community</Link></p>*/}
{/*</li>*/}
</ul> </ul>
</div> </div>
</div> {/* END FOOTER LINKS */} </div> {/* END FOOTER LINKS */}
@@ -43,12 +43,12 @@ export default function Footer3() {
<h6 className="s-17 w-700">Product</h6> <h6 className="s-17 w-700">Product</h6>
{/* Links */} {/* Links */}
<ul className="foo-links clearfix"> <ul className="foo-links clearfix">
<li> {/*<li>*/}
<p><Link href="/features">Integration</Link></p> {/* <p><Link href="/features">Integration</Link></p>*/}
</li> {/*</li>*/}
<li> {/*<li>*/}
<p><Link href="/download">What's New</Link></p> {/* <p><Link href="/download">What's New</Link></p>*/}
</li> {/*</li>*/}
<li> <li>
<p><Link href="/pricing-1">Pricing</Link></p> <p><Link href="/pricing-1">Pricing</Link></p>
</li> </li>
@@ -71,12 +71,12 @@ export default function Footer3() {
<li> <li>
<p><Link href="/privacy">Privacy Policy</Link></p> <p><Link href="/privacy">Privacy Policy</Link></p>
</li> </li>
<li> {/*<li>*/}
<p><Link href="/cookies">Cookie Policy</Link></p> {/* <p><Link href="/cookies">Cookie Policy</Link></p>*/}
</li> {/*</li>*/}
<li> {/*<li>*/}
<p><Link href="#">Site Map</Link></p> {/* <p><Link href="#">Site Map</Link></p>*/}
</li> {/*</li>*/}
</ul> </ul>
</div> </div>
</div> {/* END FOOTER LINKS */} </div> {/* END FOOTER LINKS */}
+2 -1
View File
@@ -15,7 +15,8 @@ import "/public/css/lunar.css"
// import "/public/css/owl.theme.default.min.css" // import "/public/css/owl.theme.default.min.css"
// import SmoothScroll from "@/components/elements/SmoothScroll" // import SmoothScroll from "@/components/elements/SmoothScroll"
import "/public/css/animate.css" import "/public/css/animate.css"
import "/public/css/automedsys.css" //import "/public/css/automedsys.css"
import "/public/css/red-theme.css"
import "/public/css/responsive.css" import "/public/css/responsive.css"
function MyApp({ Component, pageProps }) { function MyApp({ Component, pageProps }) {
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB