Almost updated

This commit is contained in:
mukesh13
2025-08-13 20:21:20 +05:30
parent c6629e4daa
commit a286215d0f
31 changed files with 1163 additions and 665 deletions

View File

@ -1,61 +1,58 @@
import Contact from "@/components/common/Contact";
import Faqs from "@/components/common/Faqs";
import Testimonials from "@/components/common/Testimonials";
import Footer1 from "@/components/footers/Footer1";
import Header1 from "@/components/headers/Header1";
import Footer3 from "@/components/footers/Footer3";
import Header4 from "@/components/headers/Header4";
import About from "@/components/otherPages/About";
import Process from "@/components/otherPages/Process";
import Team from "@/components/otherPages/Team";
import React from "react";
import Link from "next/link";
export const metadata = {
title:
"About || Advitex - Finance and Business Consulting React Nextjs Template",
title: "About || Keystone Solutions",
description:
"Advitex - Finance and Business Consulting React Nextjs Template",
"Keystone Solutions - Your trusted BPO partner for global excellence and specialized data solutions",
};
export default function AboutPage() {
return (
<>
<div className="wrap-page-header">
<Header1 />
<div className="page-title style-default">
<div className="tf-container">
<div className="row">
<div className="col-12">
<div className="heading mb_51">
<h1 className="text_black mb_16 letter-spacing-1">
Play a key role in <br />
business advancement
</h1>
<p className="sub-heading text_mono-gray-7">
Promote innovation by introducing breakthrough ideas and
technologies <br />
to improve business and customer experience.
</p>
</div>
<ul className="breadcrumb">
<li>
<Link href={`/`} className="link">
<div className="primary-3">
<div className="wrap-page-header">
<Header4 />
{/* Page Title Section */}
<section className="page-title tf-spacing-47 bg-color-1">
<div className="tf-container">
<div className="row">
<div className="col-12">
{/* Breadcrumb */}
<div className="breadcrumb-trail mb-3">
<Link href="/" className="home-link text-body-2 text-dark">
Home
</Link>
</li>
<li>About us</li>
</ul>
<span className="separator text-body-2 mx-2">&gt;</span>
<span className="current-page text-body-2 text-primary">About Us</span>
</div>
{/* Page Title */}
<div className="page-title-content">
<h1 className="page-title-main display-4 mb-3">
About Keystone Solutions
</h1>
<p className="page-subtitle text-body-1 mb-0">
Discover our journey, mission, and commitment to delivering
world-class business process outsourcing solutions.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div className="main-content style-1">
<About />
</div>
</div>
<div className="main-content style-1">
<About />
<Team />
<Process />
<Testimonials />
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
<Contact />
</div>
<Footer1 />
<Footer3 />
</>
);
}
}

View File

@ -1,56 +1,62 @@
// CareerPage Component
import Contact from "@/components/common/Contact";
import Footer1 from "@/components/footers/Footer1";
import Header1 from "@/components/headers/Header1";
import Benefits from "@/components/otherPages/Benefits";
import Footer3 from "@/components/footers/Footer3";
import Header4 from "@/components/headers/Header4";
import Careerform from "@/components/common/Careerform";
import Oppertunities from "@/components/otherPages/Oppertunities";
import Link from "next/link";
import React from "react";
export const metadata = {
title:
"Career || Advitex - Finance and Business Consulting React Nextjs Template",
title: "Career || Keystone Solutions",
description:
"Advitex - Finance and Business Consulting React Nextjs Template",
"Join our team at Keystone Solutions and build your career in business process outsourcing and data solutions",
};
export default function CareerPage() {
return (
<>
<div className="wrap-page-header">
<Header1 />
<div className="page-title style-default">
<div className="tf-container">
<div className="row">
<div className="col-12">
<div className="heading mb_51">
<h1 className="text_black mb_18 letter-spacing-1">Career</h1>
<p className="sub-heading text_mono-gray-7">
A typical day is a mix of strategic thinking,
problem-solving, and client interaction. The work is
demanding <br />
but rewarding, offering opportunities to tackle complex
challenges and drive positive change.
</p>
</div>
<ul className="breadcrumb">
<li>
<Link href={`/`} className="link">
<div className="primary-3 bg-color-1">
<div className="wrap-page-header">
<Header4 />
{/* Page Title Section */}
<section className="page-title tf-spacing-47 bg-color-1">
<div className="tf-container">
<div className="row">
<div className="col-12">
{/* Breadcrumb */}
<div className="breadcrumb-trail mb-3">
<Link href="/" className="home-link text-body-2 text-dark">
Home
</Link>
</li>
<li>Career</li>
</ul>
<span className="separator text-body-2 mx-2">&gt;</span>
<span className="current-page text-body-2 text-primary">Career</span>
</div>
{/* Page Title */}
{/* Page Title */}
<div className="page-title-content">
<h1 className="page-title-main display-4 mb-3">
Career
</h1>
<p className="page-subtitle text-body-1 mb-0">
Join our team to take on meaningful challenges, grow your skills, and make an impact.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div className="main-content">
<Careerform />
</div>
</div>
<div className="main-content style-1">
<Benefits />
<Oppertunities />
<Contact />
</div>
<Footer1 />
<Footer3 />
</>
);
}

View File

@ -1,27 +1,59 @@
// ContactUsPage
import Footer3 from "@/components/footers/Footer3";
import Header4 from "@/components/headers/Header4";
import Contact from "@/components/otherPages/Contact";
// import OfficeLocations from "@/components/otherPages/OfficeLocations";
import React from "react";
import Link from "next/link";
export const metadata = {
title:
"Contact Us || Advitex - Finance and Business Consulting React Nextjs Template",
title: "Contact Us || Keystone Solutions",
description:
"Advitex - Finance and Business Consulting React Nextjs Template",
"Get in touch with Keystone Solutions for all your business process outsourcing needs and data solutions",
};
export default function ContactUsPage() {
return (
<>
<div className="wrap-page-header">
<Header4 />
<div className="primary-3 bg-color-1">
<div className="wrap-page-header">
<Header4 />
<Contact />
{/* Page Title Section */}
<section className="page-title tf-spacing-47 bg-color-1">
<div className="tf-container">
<div className="row">
<div className="col-12">
{/* Breadcrumb */}
<div className="breadcrumb-trail mb-3">
<Link href="/" className="home-link text-body-2 text-dark">
Home
</Link>
<span className="separator text-body-2 mx-2">&gt;</span>
<span className="current-page text-body-2 text-primary">Contact Us</span>
</div>
{/* Page Title */}
<div className="page-title-content">
<h1 className="page-title-main display-4 mb-3">
Contact Us
</h1>
<p className="page-subtitle text-body-1 mb-0">
Get in touch with our team to discuss your business needs and
discover how we can help you achieve your goals.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div className="main-content">
<Contact />
</div>
</div>
{/* <div className="main-content style-1">
<OfficeLocations />
</div> */}
<Footer3 />
</>
);
}
}

View File

@ -1,61 +1,67 @@
import Contact from "@/components/common/Contact";
import Faqs from "@/components/common/Faqs";
import Pricing from "@/components/common/Pricing";
import Testimonials from "@/components/common/Testimonials";
import Footer1 from "@/components/footers/Footer1";
import Header1 from "@/components/headers/Header1";
import Footer3 from "@/components/footers/Footer3";
import Header4 from "@/components/headers/Header4";
import Link from "next/link";
import ServiceDetails from "@/components/otherPages/ServiceDetails";
export const metadata = {
title:
"Service Details || Advitex - Finance and Business Consulting React Nextjs Template",
description:
"Advitex - Finance and Business Consulting React Nextjs Template",
};
import React from "react";
import { allServices } from "@/data/services";
export const metadata = {
title: "Service Details || Keystone Solutions",
description:
"Explore our comprehensive business process outsourcing services and data solutions at Keystone Solutions",
};
export default async function ServiceDetailsPage({ params }) {
const { id } = await params;
const service = allServices.filter((p) => p.id == id)[0] || allServices[0];
return (
<>
<div className="wrap-page-header">
<Header1 />
<div className="page-title style-default">
<div className="tf-container">
<div className="row">
<div className="col-12">
<div className="heading mb_43">
<h1
className="text_black letter-spacing-1"
dangerouslySetInnerHTML={{ __html: service.title }}
></h1>
</div>
<ul className="breadcrumb">
<li>
<Link href={`/`} className="link">
<div className="primary-3">
<div className="wrap-page-header">
<Header4 />
{/* Page Title Section */}
<section className="page-title tf-spacing-47">
<div className="tf-container">
<div className="row">
<div className="col-12">
{/* Breadcrumb */}
<div className="breadcrumb-trail mb-3">
<Link href="/" className="home-link text-body-2">
Home
</Link>
</li>
<li>Services</li>
<li dangerouslySetInnerHTML={{ __html: service.title }}></li>
</ul>
<span className="separator text-body-2 mx-2">&gt;</span>
<span className="text-body-2">Services</span>
<span className="separator text-body-2 mx-2">&gt;</span>
<span
className="current-page text-body-2"
dangerouslySetInnerHTML={{ __html: service.title }}
></span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div className="main-content style-1">
<ServiceDetails service={service} />
{/* <Pricing parentClass="section tf-spacing-13" />
<Testimonials />
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
<Contact /> */}
</div>
</div>
<div className="main-content style-1">
<ServiceDetails />
<Pricing parentClass="section tf-spacing-13" />
<Testimonials />
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
<Contact />
</div>
<Footer1 />
<Footer3 />
</>
);
}
}

View File

@ -1,9 +1,7 @@
import Header4 from "@/components/headers/Header4";
import About from "@/components/homes/insurance-consulting/About";
// import Approach from "@/components/homes/insurance-consulting/Approach";
// import Blogs from "@/components/homes/insurance-consulting/Blogs";
// import CaseStudies from "@/components/homes/insurance-consulting/CaseStudies";
import Contact from "@/components/common/Contact";
import Contact from "../components/common/Contact";
// import Cta from "@/components/homes/insurance-consulting/Cta";
import Testimonials from "@/components/common/Testimonials";
// import Faqs from "@/components/homes/insurance-consulting/Faqs";
@ -25,18 +23,18 @@ export default function HomePage() {
<Header4 />
<Hero />
<div className="main-content">
<Services />
<section id="services">
<Services />
</section>
<div className="tf-container tf-spacing-47">
<div className="divider" />
<div />
</div>
<About />
<div className="tf-container tf-spacing-47">
<div className="divider" />
</div>
<Testimonials />
<div className="tf-container tf-spacing-47">
<div className="divider" />
<div />
</div>
<Contact />
{/* <div className="tf-container tf-spacing-32">
<div className="divider" />
@ -49,16 +47,14 @@ export default function HomePage() {
<div className="tf-container tf-spacing-33">
<div className="divider" />
</div>
<Blogs />
<div className="tf-container tf-spacing-34">
<div className="divider" />
<Blogs />*/}
<div className="tf-container tf-spacing-47">
<div />
</div>
<Faqs />
<Cta /> */}
<Footer3 />
</div>{" "}
</div>
</div>
<Footer3 />
</>
);
}