Commit c6d8db2e by sujata

chnages home page

1 parent 0266eb58
...@@ -106,7 +106,7 @@ const PageBanner = ({ banners = [] }) => { ...@@ -106,7 +106,7 @@ const PageBanner = ({ banners = [] }) => {
className="img-fluid postion-absolute" className="img-fluid postion-absolute"
/> />
</div> </div>
<Container fluid className="ps-5"> <Container fluid className="ps-md-5 pe-md-5">
<div className="page-title-content"> <div className="page-title-content">
<h2>{banner.pageTitle}</h2> <h2>{banner.pageTitle}</h2>
<ul> <ul>
......
...@@ -27,7 +27,7 @@ const ContactInfo = () => { ...@@ -27,7 +27,7 @@ const ContactInfo = () => {
<div> <div>
<h3>Office</h3>
<p> <p>
<span> Reg office:</span> Nanda commercial complex and health center, <span> Reg office:</span> Nanda commercial complex and health center,
...@@ -48,7 +48,7 @@ const ContactInfo = () => { ...@@ -48,7 +48,7 @@ const ContactInfo = () => {
<i className="ri-phone-line"></i> <i className="ri-phone-line"></i>
</div> </div>
<div> <div>
<h3>Landline & Mobile</h3> {/* <h3>Landline & Mobile</h3> */}
<p> <p>
<span>Call:</span> <span>Call:</span>
<a href="tel:08204200985">0820-4200985</a> <a href="tel:08204200985">0820-4200985</a>
...@@ -67,7 +67,7 @@ const ContactInfo = () => { ...@@ -67,7 +67,7 @@ const ContactInfo = () => {
<i className="ri-mail-star-line"></i> <i className="ri-mail-star-line"></i>
</div> </div>
<div> <div>
<h3>Email</h3> {/* <h3>Email</h3> */}
<p> <p>
<a href="mailto: Support@advithitec.in"> <a href="mailto: Support@advithitec.in">
......
...@@ -87,7 +87,7 @@ const AboutContent = ({ Knowledges, KnowledgeTab }) => { ...@@ -87,7 +87,7 @@ const AboutContent = ({ Knowledges, KnowledgeTab }) => {
href={item?.CTA?.URL ? item?.CTA?.URL : "#"} href={item?.CTA?.URL ? item?.CTA?.URL : "#"}
className="default-btn mb-3 mb-md-0" className="default-btn mb-3 mb-md-0"
> >
Know More Read More
<i className="ri-arrow-right-line"></i> <i className="ri-arrow-right-line"></i>
</Link> </Link>
)} )}
......
...@@ -66,22 +66,22 @@ const areasofExpertise = [ ...@@ -66,22 +66,22 @@ const areasofExpertise = [
}, },
]; ];
const AreasofExpertise = ({Areas}) => { const AreasofExpertise = ({AreasofExpertiseList}) => {
// console.log(Areas, "areas"); console.log(AreasofExpertiseList, "areas");
return ( return (
<> <>
<div className="areas-of-expertise pt-100 pb-70 bglight"> <div className="areas-of-expertise pt-100 pb-70 bglight">
<Container> <Container fluid className="ps-md-5 pe-md-5">
<div className="section-title"> <div className="section-title">
<Heading el="h2" heading="Areas of Expertise" className="h2" /> <Heading el="h2" heading="Areas of Expertise" className="h2" />
</div> </div>
<Row className="justify-content-center"> <Row className="justify-content-center">
{Areas && {AreasofExpertiseList &&
Areas.map((item, index) => { AreasofExpertiseList.map((item, index) => {
// console.log("Areas", item); console.log("Areas", item);
return ( return (
<Col lg={6} md={6} key={item.id}> <Col lg={4} md={4} key={item.id}>
<div className="single-projects-box"> <div className="single-projects-box">
<motion.div <motion.div
variants={fadeIn(index * 1)} variants={fadeIn(index * 1)}
......
...@@ -89,10 +89,10 @@ const HomeBlog = ({ data }) => { ...@@ -89,10 +89,10 @@ const HomeBlog = ({ data }) => {
<li> <li>
<i className="ri-calendar-2-line"></i> {post?.Date} <i className="ri-calendar-2-line"></i> {post?.Date}
</li> </li>
<li> {/* <li>
<i className="ri-user-voice-line"></i> <i className="ri-user-voice-line"></i>
{post?.Author} {post?.Author}
</li> </li> */}
</ul> </ul>
<h3> <h3>
<Link href={`/blog/${post?.slug}`}>{post.Title}</Link> <Link href={`/blog/${post?.slug}`}>{post.Title}</Link>
......
...@@ -11,9 +11,9 @@ const PartnerSlider = ({ Clientel = [] }) => { ...@@ -11,9 +11,9 @@ const PartnerSlider = ({ Clientel = [] }) => {
{/* Duplicate logos for seamless looping */} {/* Duplicate logos for seamless looping */}
{Clientel.concat(Clientel).map((logo, index) => ( {Clientel.concat(Clientel).map((logo, index) => (
<div <div
className="single-partner-item d-flex justify-content-center align-items-center px-3" className="single-partner-item d-flex justify-content-center align-items-center"
key={`${logo.id}-${index}`} key={`${logo.id}-${index}`}
style={{ flex: "0 0 auto", width: "350px", height: "80px" }} style={{ flex: "0 0 auto", width: "250px", height: "80px" }}
> >
<Image <Image
src={cleanImage(logo?.logos?.[0]?.url)} src={cleanImage(logo?.logos?.[0]?.url)}
......
...@@ -10,7 +10,7 @@ const Footer = () => { ...@@ -10,7 +10,7 @@ const Footer = () => {
<div className="container-fluid ps-5"> <div className="container-fluid ps-5">
<div className="row justify-content-between"> <div className="row justify-content-between">
<div className="col-lg-3 col-sm-6 col-md-6"> <div className="col-lg-3 col-sm-6 col-md-6">
<div className="single-footer-widget"> <div className="single-footer-widget text-center">
<Link href="/" className="logo"> <Link href="/" className="logo">
<Image <Image
src="/images/Advithlogo.svg" src="/images/Advithlogo.svg"
...@@ -78,12 +78,13 @@ const Footer = () => { ...@@ -78,12 +78,13 @@ const Footer = () => {
<h3>Address</h3> <h3>Address</h3>
<ul> <ul>
<li> <li>
<span>Reg office:</span> Nanda commercial complex and health center, <span><h3 className="mb-1 office-heading">Reg office:</h3></span> Nanda commercial complex and health center,
court road, Udupi -576101 court road, Udupi -576101
</li> </li>
<li><span>Phone No:</span> <a href="tel: 820-4200985">0820-4200985</a> </li> {/* <li><span>Phone No:</span> <a href="tel: 820-4200985">0820-4200985</a> </li> */}
<li> <li>
<span> Corporate office:</span> No.988,1st Floor,13th Cross, Banashankari II Stage, Bangalore -560070 <span><h3 className="mb-1 office-heading"> Corporate office:</h3>
</span> No.988,1st Floor,13th Cross, Banashankari II Stage, Bangalore -560070
</li> </li>
</ul> </ul>
</div> </div>
...@@ -115,13 +116,14 @@ const Footer = () => { ...@@ -115,13 +116,14 @@ const Footer = () => {
<h3>Contact</h3> <h3>Contact</h3>
<ul> <ul>
<li> <li>
<span>Call: </span> <span> <i className="ri-phone-line"></i></span>
<a href="tel:+91-08026719484"> <a href="tel:+91-08026719484">
080-26719484 080-26719484
</a> </a>
</li> </li>
<li> <li>
<span>Email: </span> <a href="mailto:info@advithconsulting.in"> <span> <i className="ri-mail-star-line"></i> </span> <a href="mailto:info@advithconsulting.in">
support@advithitec.in support@advithitec.in
</a> </a>
</li> </li>
......
...@@ -13,6 +13,7 @@ import TechnicalExpertise from "@/container/ClientServicing/ TechnicalExpertise" ...@@ -13,6 +13,7 @@ import TechnicalExpertise from "@/container/ClientServicing/ TechnicalExpertise"
import ConversionCode from "@/components/reuseables/ConversionCode/ConversionCode"; import ConversionCode from "@/components/reuseables/ConversionCode/ConversionCode";
import WhatWeDo from "@/components/reuseables/WhatWeDo"; import WhatWeDo from "@/components/reuseables/WhatWeDo";
import Seo from "@/components/reuseables/Seo/Seo"; import Seo from "@/components/reuseables/Seo/Seo";
import AreasofExpertise from "@/container/Home/AreasofExpertise";
const ClientServicingPage = ({ ClientPage, conversionData }) => { const ClientServicingPage = ({ ClientPage, conversionData }) => {
const banners = [ const banners = [
...@@ -24,7 +25,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => { ...@@ -24,7 +25,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => {
activePageText: ClientPage?.Banner?.Heading, activePageText: ClientPage?.Banner?.Heading,
}, },
]; ];
const technicalexpertise = ClientPage?.Technicalexpertise; const technicalexpertise = ClientPage?.Technicallist;
// console.log(technicalexpertise,"technicalexpertise")
const serviceHeading = ClientPage?.whatwedoheading; const serviceHeading = ClientPage?.whatwedoheading;
const serviceData = ClientPage?.whatwedo; const serviceData = ClientPage?.whatwedo;
const dispatch = useDispatch(); const dispatch = useDispatch();
...@@ -42,7 +44,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => { ...@@ -42,7 +44,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => {
<PageBanner banners={banners} /> <PageBanner banners={banners} />
<ConversionCode code={code} /> <ConversionCode code={code} />
<WhatWeDo service={serviceData} serviceheading={serviceHeading} /> <WhatWeDo service={serviceData} serviceheading={serviceHeading} />
<TechnicalExpertise technicalexpertise={technicalexpertise} /> {/* <TechnicalExpertise technicalexpertise={technicalexpertise} /> */}
<AreasofExpertise AreasofExpertiseList={technicalexpertise} />
<FunctionalAreas functionarea={FunctionArea} /> <FunctionalAreas functionarea={FunctionArea} />
<Industries industry={IndustryData} /> <Industries industry={IndustryData} />
<CallBackRequest /> <CallBackRequest />
...@@ -65,6 +68,7 @@ export async function getServerSideProps() { ...@@ -65,6 +68,7 @@ export async function getServerSideProps() {
"FunctionalAreas.Icon", "FunctionalAreas.Icon",
"Technicalexpertise", "Technicalexpertise",
"Technicalexpertise.Technicallist", "Technicalexpertise.Technicallist",
"Technicalexpertise.Technicallist.Image",
"seo", "seo",
"seo.metaImage", "seo.metaImage",
"seo.schema", "seo.schema",
......
...@@ -55,8 +55,8 @@ export default function Home({ homepage, conversionData }) { ...@@ -55,8 +55,8 @@ export default function Home({ homepage, conversionData }) {
<AboutContent Knowledges={Knowledgeshack} KnowledgeTab={KnowledgeTab} /> <AboutContent Knowledges={Knowledgeshack} KnowledgeTab={KnowledgeTab} />
<People people={people} /> <People people={people} />
<ClientService service={serviceData} /> <ClientService service={serviceData} />
<TechnicalExpertise AreasExpertiseTitle={AreasExpertiseTitle} AreasofExpertiseList={AreasofExpertiseList}/> {/* <TechnicalExpertise AreasExpertiseTitle={AreasExpertiseTitle} AreasofExpertiseList={AreasofExpertiseList}/> */}
{/* <AreasofExpertise Areas={Areas} /> */} <AreasofExpertise AreasExpertiseTitle={AreasExpertiseTitle} AreasofExpertiseList={AreasofExpertiseList} />
<FunctionalAreas functionarea={functionarea} /> <FunctionalAreas functionarea={functionarea} />
<Industries industry={industry} /> <Industries industry={industry} />
<HomeBlog data={blogData} /> <HomeBlog data={blogData} />
...@@ -85,7 +85,7 @@ export async function getServerSideProps() { ...@@ -85,7 +85,7 @@ export async function getServerSideProps() {
"whatwedo.CTA", "whatwedo.CTA",
"AreasExpertiseTitle.Heading", "AreasExpertiseTitle.Heading",
"AreasExpertiseTitle.Image", "AreasExpertiseTitle.Image",
"AreasofExpertiselists", "AreasofExpertiselists.Image",
"FunctionalAreas.Icon", "FunctionalAreas.Icon",
"Industry.Image", "Industry.Image",
"Industry.CTA", "Industry.CTA",
......
...@@ -9686,4 +9686,17 @@ ul.pagination.custom-pagination { ...@@ -9686,4 +9686,17 @@ ul.pagination.custom-pagination {
.weoffer-box-budget:hover h3 { .weoffer-box-budget:hover h3 {
color: white; color: white;
}
.contact-btn{
background-color: #f8971f;
padding: 10px 25px !important;
align-items: center;
justify-items: center;
margin-top: 1rem;
color: #fff!important;
border-radius: 7px;
}
.office-heading{
color: #393641!important;
font-size: 20px!important;
} }
\ No newline at end of file \ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!