footer updated
This commit is contained in:
parent
0f9d0e1d72
commit
e4def3e36f
@ -2014,7 +2014,7 @@ body {
|
||||
.contact-one {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 80px 0 0;
|
||||
padding: 0 0 80px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -6872,6 +6872,7 @@ body {
|
||||
font-weight: 700;
|
||||
box-shadow: 0 10px 30px rgba(55, 121, 185, 0.3);
|
||||
transition: all 400ms ease;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.pelocis-btn--premium:hover {
|
||||
@ -7157,7 +7158,7 @@ body {
|
||||
position: relative;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
padding: 130px 0;
|
||||
padding: 80px 0;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -7776,8 +7777,8 @@ body {
|
||||
Projects Section Styles
|
||||
══════════════════════════════════════════════════════════ */
|
||||
:root {
|
||||
--pelocis-base: #e2a475;
|
||||
--pelocis-black: #222222;
|
||||
--pelocis-base: #3779b9;
|
||||
--pelocis-black: #1a1f2b;
|
||||
--pelocis-white: #fff;
|
||||
--pelocis-gray: #F5F2EF;
|
||||
--pelocis-border-color: #DDDDDD;
|
||||
@ -7809,7 +7810,7 @@ body {
|
||||
content: "";
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
background-color: var(--pelocis-base, #e2a475);
|
||||
background-color: var(--pelocis-base, #3779b9);
|
||||
display: block;
|
||||
}
|
||||
|
||||
@ -7817,7 +7818,7 @@ body {
|
||||
content: "";
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-color: var(--pelocis-black, #222222);
|
||||
background-color: var(--pelocis-black, #1a1f2b);
|
||||
border: 1px solid var(--pelocis-white, #fff);
|
||||
display: block;
|
||||
position: absolute;
|
||||
@ -7827,7 +7828,7 @@ body {
|
||||
|
||||
.sec-title__tagline {
|
||||
margin: 0;
|
||||
color: var(--pelocis-base, #e2a475);
|
||||
color: var(--pelocis-base, #3779b9);
|
||||
font-size: 18px;
|
||||
line-height: 16px;
|
||||
text-transform: uppercase;
|
||||
@ -7861,7 +7862,7 @@ body {
|
||||
position: relative;
|
||||
display: block;
|
||||
background-color: transparent;
|
||||
color: var(--pelocis-black, #222222);
|
||||
color: var(--pelocis-black, #1a1f2b);
|
||||
transition: all 500ms ease;
|
||||
text-transform: capitalize;
|
||||
padding: 12.5px 25px;
|
||||
@ -7872,8 +7873,8 @@ body {
|
||||
|
||||
.projects-one__filter__list li.active,
|
||||
.projects-one__filter__list li:hover {
|
||||
background-color: var(--pelocis-base, #e2a475);
|
||||
border-color: var(--pelocis-base, #e2a475);
|
||||
background-color: var(--pelocis-base, #3779b9);
|
||||
border-color: var(--pelocis-base, #3779b9);
|
||||
color: var(--pelocis-white, #fff);
|
||||
}
|
||||
|
||||
@ -7951,7 +7952,7 @@ body {
|
||||
left: 2.5%;
|
||||
bottom: 20px;
|
||||
clip-path: polygon(87% 0, 100% 50%, 87% 100%, 0 100%, 0 0);
|
||||
background-color: var(--pelocis-base, #e2a475);
|
||||
background-color: var(--pelocis-base, #3779b9);
|
||||
z-index: -1;
|
||||
border-radius: 15px;
|
||||
}
|
||||
@ -8002,10 +8003,10 @@ body {
|
||||
justify-content: center;
|
||||
border-radius: 15px 15px 0px 0px;
|
||||
background-color: var(--pelocis-white, #fff);
|
||||
color: var(--pelocis-black, #222222);
|
||||
color: var(--pelocis-black, #1a1f2b);
|
||||
font-size: 18px;
|
||||
font-weight: 800;
|
||||
border: 1px solid var(--pelocis-base, #e2a475);
|
||||
border: 1px solid var(--pelocis-base, #3779b9);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
@ -8024,7 +8025,7 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: var(--pelocis-white, #fff);
|
||||
color: var(--pelocis-base, #e2a475);
|
||||
color: var(--pelocis-base, #3779b9);
|
||||
font-size: 16px;
|
||||
border-radius: 12px;
|
||||
cursor: pointer;
|
||||
@ -8326,7 +8327,7 @@ body {
|
||||
content: "";
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
background-color: var(--pelocis-base, #e2a475);
|
||||
background-color: var(--pelocis-base, #3779b9);
|
||||
display: block;
|
||||
}
|
||||
|
||||
@ -8345,7 +8346,7 @@ body {
|
||||
.sec-title__tagline {
|
||||
margin: 0;
|
||||
font-family: var(--pelocis-font, inherit);
|
||||
color: var(--pelocis-base, #e2a475);
|
||||
color: var(--pelocis-base, #3779b9);
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
text-transform: uppercase;
|
||||
@ -8370,7 +8371,7 @@ body {
|
||||
}
|
||||
|
||||
.sec-title--light .sec-title__tagline {
|
||||
color: var(--pelocis-base, #e2a475);
|
||||
color: var(--pelocis-base, #3779b9);
|
||||
}
|
||||
|
||||
.sec-title--light .sec-title__shape::after {
|
||||
|
||||
@ -29,7 +29,7 @@ const AboutTwo = () => {
|
||||
<div className="col-xl-6">
|
||||
<div className="about-two__content">
|
||||
<div className="sec-title">
|
||||
<span className="about-two__dot-circle"></span>
|
||||
{/* <span className="about-two__dot-circle"></span> */}
|
||||
<div className="sec-title__shape"></div>
|
||||
<h6 className="sec-title__tagline">OUR ABOUT COMPANY</h6>
|
||||
<h3 className="sec-title__title">Psychology Seeks To Explore The About Workings of Human</h3>
|
||||
|
||||
@ -60,7 +60,7 @@ const MedicalServices = () => {
|
||||
<section
|
||||
className="medical-services-circle p-relative overflow-hidden"
|
||||
style={{
|
||||
backgroundImage: `url('https://bracketweb.com/pelocishtml/assets/images/backgrounds/contact-bg-1.jpg')`,
|
||||
backgroundImage: `url('/assets/img/all-images/blog/blog-img1.png')`,
|
||||
backgroundAttachment: 'fixed',
|
||||
backgroundPosition: 'center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
@ -96,8 +96,8 @@ const MedicalServices = () => {
|
||||
>
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<h6 className="sec-title__tagline text-white">MEDICAL SERVICES</h6>
|
||||
<h3 className="sec-title__title text-white">Medical <span className="inner-text">Services</span></h3>
|
||||
<h6 className="sec-title__tagline text-white">WELCOME</h6>
|
||||
<h3 className="sec-title__title text-white">Driving Client <span className="inner-text">Success </span></h3>
|
||||
</div>
|
||||
|
||||
<p className="sec-text mt-15 text-white">It is a long established fact that a reader will be distracted the readable content of <br /> a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters.</p>
|
||||
|
||||
@ -11,7 +11,7 @@ const ChooseSection = () => (
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<h6 className="sec-title__tagline">WHY CHOOSE US</h6>
|
||||
<h3 className="sec-title__title">What's Make Us Different</h3>
|
||||
<h3 className="sec-title__title text-white">What's Make Us Different</h3>
|
||||
</div>
|
||||
<img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" />
|
||||
</div>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const CtaSection = () => (
|
||||
<section className="cta-1-section bg-color-1 p-relative wow fadeInDown" data-wow-delay=".5s">
|
||||
<section className="cta-1-section bg-color-1 p-relative wow fadeInDown mb-80" data-wow-delay=".5s">
|
||||
<div className="small-container">
|
||||
<div className="row g-0 box-shadow-1 fix">
|
||||
<div className="col-xxl-6 col-lg-6 bg-white">
|
||||
|
||||
@ -142,7 +142,7 @@ const FeaturesSection = () => {
|
||||
<div className="fo-hover-icon">
|
||||
{feature.icon}
|
||||
</div>
|
||||
<h2 className="fo-hover-title">{feature.title}</h2>
|
||||
<h3 className="fo-hover-title">{feature.title}</h3>
|
||||
<Link href="#" className="fo-hover-btn">
|
||||
<ArrowIcon />
|
||||
</Link>
|
||||
@ -152,7 +152,7 @@ const FeaturesSection = () => {
|
||||
<div className="fo-card">
|
||||
{/* Top dark section */}
|
||||
<div className="fo-card-top">
|
||||
<h2 className="fo-card-title">{feature.title}</h2>
|
||||
<h3 className="fo-card-title">{feature.title}</h3>
|
||||
<Link href="#" className="fo-card-btn">
|
||||
<ArrowIcon />
|
||||
</Link>
|
||||
|
||||
@ -2,7 +2,7 @@ import React from "react";
|
||||
import { testimonialSlides } from "@/utils/data";
|
||||
|
||||
const TestimonialsSection = () => (
|
||||
<section className="testimonials-two-section fix section-space">
|
||||
<section className="testimonials-two-section fix section-space-bottom">
|
||||
<div className="container-fluid g-0">
|
||||
<div className="row g-0">
|
||||
<div className="col-xxl-4 col-xl-4 col-lg-12">
|
||||
@ -22,7 +22,7 @@ const TestimonialsSection = () => (
|
||||
<div className="sec-title">
|
||||
<div className="sec-title__shape"></div>
|
||||
<h6 className="sec-title__tagline">TESTIMONIALS</h6>
|
||||
<h3 className="sec-title__title">Our Client Feedback</h3>
|
||||
<h3 className="sec-title__title text-white">Our Client Feedback</h3>
|
||||
</div>
|
||||
<img src="https://bracketweb.com/pelocishtml/assets/images/shapes/text-shape-2.png" alt="" className="sec-title__text-shape" />
|
||||
</div>
|
||||
|
||||
@ -40,12 +40,12 @@ const Footer1 = () => (
|
||||
<div className="footer-widget-2">
|
||||
<h4 className="mb-20 footer-title">Our Services</h4>
|
||||
<ul className="service-list">
|
||||
<li><Link href="/website-development">Website Development</Link></li>
|
||||
<li><Link href="/mobile-application-development">Mobile Application Development</Link></li>
|
||||
<li><Link href="/graphic-designing">Graphic Designing</Link></li>
|
||||
<li><Link href="/ui-ux-designing">UI / UX Designing</Link></li>
|
||||
<li><Link href="/seo-content-writing">SEO & Content Writing</Link></li>
|
||||
<li><Link href="/digital-marketing">Digital Marketing</Link></li>
|
||||
<li><Link href="/">Website Development</Link></li>
|
||||
<li><Link href="/">Mobile Application Development</Link></li>
|
||||
<li><Link href="/">Graphic Designing</Link></li>
|
||||
<li><Link href="/">UI / UX Designing</Link></li>
|
||||
<li><Link href="/">SEO & Content Writing</Link></li>
|
||||
<li><Link href="/">Digital Marketing</Link></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -5,8 +5,19 @@ const NavMenu = () => (
|
||||
<ul>
|
||||
<li><Link href="/">Home</Link></li>
|
||||
<li><Link href="/about-us">About</Link></li>
|
||||
<li><Link href="/services">Services</Link></li>
|
||||
<li className="has-dropdown">
|
||||
<Link href="/services">Services</Link>
|
||||
<ul className="submenu">
|
||||
<li><Link href="/">Website Development</Link></li>
|
||||
<li><Link href="/">Mobile Application Development</Link></li>
|
||||
<li><Link href="/">Graphic Designing</Link></li>
|
||||
<li><Link href="/">UI / UX Designing</Link></li>
|
||||
<li><Link href="/">SEO & Content Writing</Link></li>
|
||||
<li><Link href="/">Digital Marketing</Link></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><Link href="/careers">Careers</Link></li>
|
||||
<li><Link href="/portfolio">Portfolio</Link></li>
|
||||
<li><Link href="/faq">FAQ</Link></li>
|
||||
<li><Link href="/blog">Blog</Link></li>
|
||||
<li><Link href="/contact">Contact</Link></li>
|
||||
|
||||
@ -126,29 +126,29 @@ const ContactPopup: React.FC<ContactPopupProps> = ({ isOpen, onClose }) => {
|
||||
<div className="col-lg-5 info-panel" style={{ color: '#fff', position: 'relative' }}>
|
||||
<div style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', background: 'linear-gradient(135deg, #1a1f2b 0%, #3779b9 100%)', zIndex: 0 }}></div>
|
||||
<div className="info-inner" style={{ position: 'relative', zIndex: 1 }}>
|
||||
<h2 className="title">Let’s Discuss Your App Idea</h2>
|
||||
<p className="desc">Fill out the form and our team will contact you within 24 hours.</p>
|
||||
<h2 className="title text-white">Let’s Discuss Your App Idea</h2>
|
||||
<p className="desc text-white">Fill out the form and our team will contact you within 24 hours.</p>
|
||||
|
||||
<div className="contact-details">
|
||||
<div className="detail-item">
|
||||
<div className="icon"><i className="fa-solid fa-envelope"></i></div>
|
||||
<div className="text">
|
||||
<p>Email Us</p>
|
||||
<h5>info@metatroncubesolutions.com</h5>
|
||||
<p className='text-white'>Email Us</p>
|
||||
<h5 className='text-white'>info@metatroncubesolutions.com</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div className="detail-item">
|
||||
<div className="icon"><i className="fa-solid fa-phone"></i></div>
|
||||
<div className="text">
|
||||
<p>Call Us Free</p>
|
||||
<h5><a href="tel:+16476797651" style={{ color: 'inherit', textDecoration: 'none' }}>+1-647-679-7651</a></h5>
|
||||
<p className='text-white'>Call Us Free</p>
|
||||
<h5 className='text-white'><a href="tel:+16476797651" style={{ color: 'inherit', textDecoration: 'none' }}>+1-647-679-7651</a></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="social-links">
|
||||
<a href="https://www.facebook.com/metatroncubecanada" target="_blank" rel="noopener noreferrer" className="social-icon"><i className="fa-brands fa-facebook-f"></i></a>
|
||||
<a href="https://x.com/MetatroncubeDA" target="_blank" rel="noopener noreferrer" className="social-icon"><i className="fa-brands fa-x-twitter"></i></a>
|
||||
<a href="https://x.com/MetatroncubeDA" target="_blank" rel="noopener noreferrer" className="social-icon"><i className="fa-brands fa-twitter"></i></a>
|
||||
<a href="https://www.linkedin.com/company/metatroncube-software-solutions/posts/?feedView=all" target="_blank" rel="noopener noreferrer" className="social-icon"><i className="fa-brands fa-linkedin-in"></i></a>
|
||||
<a href="https://www.instagram.com/metatron_digitalagency" target="_blank" rel="noopener noreferrer" className="social-icon"><i className="fa-brands fa-instagram"></i></a>
|
||||
<a href="https://www.youtube.com/@metatron_digitalagency" target="_blank" rel="noopener noreferrer" className="social-icon"><i className="fa-brands fa-youtube"></i></a>
|
||||
@ -272,7 +272,7 @@ const ContactPopup: React.FC<ContactPopupProps> = ({ isOpen, onClose }) => {
|
||||
flex-direction: column;
|
||||
}
|
||||
.info-panel {
|
||||
padding: 50px;
|
||||
padding: 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
@ -13,13 +13,13 @@ const Footer = ({ logo = '/assets/img-app/home/footer/footer-logo-black.webp', c
|
||||
];
|
||||
|
||||
const serviceLinks = [
|
||||
{ label: 'Website Development', link: '#services' },
|
||||
{ label: 'Mobile App Development', link: '#services' },
|
||||
];
|
||||
|
||||
const socialLinks = [
|
||||
{ icon: 'fa-facebook-f', link: 'https://www.facebook.com/metatroncubecanada', bg: '#0866ff' },
|
||||
{ icon: 'fa-instagram', link: 'https://www.instagram.com/metatron_digitalagency', bg: '#d62976' },
|
||||
{ icon: 'fa-x-twitter', link: 'https://x.com/MetatroncubeDA', bg: '#000' },
|
||||
{ icon: 'fa-twitter', link: 'https://x.com/MetatroncubeDA', bg: '#000' },
|
||||
{ icon: 'fa-linkedin-in', link: 'https://www.linkedin.com/company/metatroncube-software-solutions/posts/?feedView=all', bg: '#0077b5' },
|
||||
{ icon: 'fa-youtube', link: 'https://www.youtube.com/@metatron_digitalagency', bg: '#ff0000' },
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user