Initial Commit
This commit is contained in:
47
app/(homes)/finance-advisor/page.jsx
Normal file
47
app/(homes)/finance-advisor/page.jsx
Normal file
@ -0,0 +1,47 @@
|
||||
import Footer3 from "@/components/footers/Footer3";
|
||||
import Header3 from "@/components/headers/Header3";
|
||||
import Blogs from "@/components/homes/finance-advisor/Blogs";
|
||||
import CaseStudies from "@/components/homes/finance-advisor/CaseStudies";
|
||||
import Choices from "@/components/homes/finance-advisor/Choices";
|
||||
import Contact from "@/components/homes/finance-advisor/Contact";
|
||||
import Faq from "@/components/homes/finance-advisor/Faq";
|
||||
import Features from "@/components/homes/finance-advisor/Features";
|
||||
import Hero from "@/components/homes/finance-advisor/Hero";
|
||||
import Services from "@/components/homes/finance-advisor/Services";
|
||||
import Team from "@/components/homes/finance-advisor/Team";
|
||||
import Testimonials from "@/components/homes/finance-advisor/Testimonials";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Finance Advisor || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function FinanceAdvisorPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="primary-2">
|
||||
<div className="bg-color-primary">
|
||||
<Header3 />
|
||||
<Hero />
|
||||
</div>
|
||||
<div className="main-content">
|
||||
<Services />
|
||||
<Team />
|
||||
<div className="bg-mono-gray-1">
|
||||
<Features />
|
||||
<Choices />
|
||||
<CaseStudies />
|
||||
</div>
|
||||
<div className="bg-primary-fa-green">
|
||||
<Blogs />
|
||||
<Testimonials />
|
||||
</div>
|
||||
<Faq />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer3 />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
43
app/(homes)/finance-consulting/page.jsx
Normal file
43
app/(homes)/finance-consulting/page.jsx
Normal file
@ -0,0 +1,43 @@
|
||||
import Footer2 from "@/components/footers/Footer2";
|
||||
import Header2 from "@/components/headers/Header2";
|
||||
import About from "@/components/homes/finance-consulting/About";
|
||||
import Blogs from "@/components/homes/finance-consulting/Blogs";
|
||||
import CaseStudies from "@/components/homes/finance-consulting/CaseStudies";
|
||||
import Cta from "@/components/homes/finance-consulting/Cta";
|
||||
import Faqs from "@/components/homes/finance-consulting/Faqs";
|
||||
import Features from "@/components/homes/finance-consulting/Features";
|
||||
import Hero from "@/components/homes/finance-consulting/Hero";
|
||||
import MarqueeSlide from "@/components/homes/finance-consulting/MarqueeSlide";
|
||||
import Process from "@/components/homes/finance-consulting/Process";
|
||||
import Services from "@/components/homes/finance-consulting/Services";
|
||||
import Testimonials from "@/components/homes/finance-consulting/Testimonials";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Finance Consulting || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function FinanceCOnsultionPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="primary-1">
|
||||
<Header2 />
|
||||
<Hero />{" "}
|
||||
<div className="main-content">
|
||||
<Services />
|
||||
<About />
|
||||
<Testimonials />
|
||||
<Features />
|
||||
<MarqueeSlide />
|
||||
<CaseStudies />
|
||||
<Process />
|
||||
<Cta />
|
||||
<Blogs />
|
||||
<Faqs />
|
||||
</div>
|
||||
<Footer2 />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
64
app/(homes)/insurance-consulting/page.jsx
Normal file
64
app/(homes)/insurance-consulting/page.jsx
Normal file
@ -0,0 +1,64 @@
|
||||
import Footer4 from "@/components/footers/Footer4";
|
||||
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 Cta from "@/components/homes/insurance-consulting/Cta";
|
||||
import Facts from "@/components/homes/insurance-consulting/Facts";
|
||||
import Faqs from "@/components/homes/insurance-consulting/Faqs";
|
||||
import Hero from "@/components/homes/insurance-consulting/Hero";
|
||||
import Services from "@/components/homes/insurance-consulting/Services";
|
||||
import Testimonials from "@/components/homes/insurance-consulting/Testimonials";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Insurance Consulting || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function InsuranceConsultingPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="primary-3">
|
||||
<div className="bg-color-1 counter-scroll">
|
||||
<Header4 />
|
||||
<Hero />
|
||||
<div className="main-content">
|
||||
<Services />
|
||||
<div className="tf-container tf-spacing-29">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<About />
|
||||
<div className="tf-container tf-spacing-30">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<Facts />
|
||||
<div className="tf-container tf-spacing-31">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<CaseStudies />
|
||||
<div className="tf-container tf-spacing-32">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<Approach />
|
||||
<div className="tf-container tf-spacing-33">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<Testimonials />
|
||||
<div className="tf-container tf-spacing-33">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<Blogs />
|
||||
<div className="tf-container tf-spacing-34">
|
||||
<div className="divider" />
|
||||
</div>
|
||||
<Faqs />
|
||||
<Cta />
|
||||
<Footer4 />
|
||||
</div>{" "}
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
49
app/(homes)/marketing-consulting/page.jsx
Normal file
49
app/(homes)/marketing-consulting/page.jsx
Normal file
@ -0,0 +1,49 @@
|
||||
import Footer5 from "@/components/footers/Footer5";
|
||||
import Header2 from "@/components/headers/Header2";
|
||||
import Contact from "@/components/common/Contact";
|
||||
import CaseStudies from "@/components/homes/marketing-consulting/CaseStudies";
|
||||
import Features2 from "@/components/homes/marketing-consulting/Features2";
|
||||
import Figures from "@/components/homes/marketing-consulting/Figures";
|
||||
import Hero from "@/components/homes/finance-consulting/Hero";
|
||||
import Services from "@/components/homes/finance-consulting/Services";
|
||||
import Testimonials from "@/components/homes/marketing-consulting/Testimonials";
|
||||
import Brands from "@/components/homes/marketing-consulting/Brands";
|
||||
import React from "react";
|
||||
import ThreeImageDisplay from "@/components/common/ThreeImageDisplay";
|
||||
|
||||
export const metadata = {
|
||||
title:
|
||||
"Marketing Consulting || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
|
||||
export default function MarketingConsultionPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="primary-4">
|
||||
<div id="wrapper" className="counter-scroll">
|
||||
<Header2 />
|
||||
<Hero />
|
||||
<div className="main-content">
|
||||
<section id="services-section">
|
||||
<Features2 />
|
||||
<Figures/>
|
||||
</section>
|
||||
|
||||
<Services />
|
||||
<CaseStudies />
|
||||
<Testimonials />
|
||||
<ThreeImageDisplay />
|
||||
<Brands/>
|
||||
|
||||
<section id="contact-section">
|
||||
<Contact />
|
||||
</section>
|
||||
</div>
|
||||
<Footer5 />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
52
app/(otherPages)/404/page.jsx
Normal file
52
app/(otherPages)/404/page.jsx
Normal file
@ -0,0 +1,52 @@
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Not Found Page || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function NotFoundPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default">
|
||||
<div className="error-404">
|
||||
<div className="contnet">
|
||||
<div className="img">
|
||||
<Image
|
||||
alt={404}
|
||||
src="/images/item/404.png"
|
||||
width={609}
|
||||
height={240}
|
||||
/>
|
||||
</div>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
We apologize, but the page you're looking for couldn't be found!
|
||||
</p>
|
||||
<Link href={`/`} className="tf-btn mx-auto">
|
||||
<span>Back To Home</span>
|
||||
<span className="bg-effect" />
|
||||
</Link>
|
||||
</div>
|
||||
<div className="item position-absolute">
|
||||
<Image
|
||||
alt="shape"
|
||||
src="/images/item/shape-5.png"
|
||||
width={1105}
|
||||
height={720}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
61
app/(otherPages)/about/page.jsx
Normal file
61
app/(otherPages)/about/page.jsx
Normal file
@ -0,0 +1,61 @@
|
||||
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 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",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
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">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>About us</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<About />
|
||||
<Team />
|
||||
<Process />
|
||||
<Testimonials />
|
||||
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
52
app/(otherPages)/blog/page.jsx
Normal file
52
app/(otherPages)/blog/page.jsx
Normal file
@ -0,0 +1,52 @@
|
||||
import Link from "next/link";
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Blogs from "@/components/otherPages/Blogs";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Blog || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
import React from "react";
|
||||
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default v6">
|
||||
<div className="tf-container">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<div className="heading mb_51">
|
||||
<h1 className="text_black mb_25 letter-spacing-1">
|
||||
Insights From Our Press
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
Entrepreneurs and business leaders face barriers that can
|
||||
restrain growth and profit. Understanding and <br />
|
||||
implementing effective strategies is the key to overcoming
|
||||
obstacles and promoting your business towards success.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Blog</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Blogs />
|
||||
</div>
|
||||
<Footer1 parentClass="footer style-default has-border-top" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
56
app/(otherPages)/career/page.jsx
Normal file
56
app/(otherPages)/career/page.jsx
Normal file
@ -0,0 +1,56 @@
|
||||
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 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",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
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">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Career</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Benefits />
|
||||
<Oppertunities />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
89
app/(otherPages)/coming-soon/page.jsx
Normal file
89
app/(otherPages)/coming-soon/page.jsx
Normal file
@ -0,0 +1,89 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import Newsletter from "@/components/otherPages/Newsletter";
|
||||
import CountdownTimer from "@/components/common/Countdown";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Comming Soon || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function ComingSoonPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header overflow-hidden">
|
||||
{/* header */}
|
||||
<header id="header-main" className="header style-default">
|
||||
<div className="header-inner">
|
||||
<div className="tf-container">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<div className="header-inner-wrap justify-content-end">
|
||||
<div className="header-right d-flex align-items-center">
|
||||
<Link href={`/about`} className="tf-btn btn-white">
|
||||
<span>More Info</span>
|
||||
<span className="bg-effect" />
|
||||
</Link>
|
||||
<Link href={`/contact-us`} className="tf-btn">
|
||||
<span>Contact Us</span>
|
||||
<span className="bg-effect" />
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
{/* /header */}
|
||||
{/* .page-title */}
|
||||
<div className="page-title style-default v3">
|
||||
<div className="coming-soon">
|
||||
<div className="contnet">
|
||||
<div className="tf-countdown-lg">
|
||||
<div
|
||||
className="js-countdown"
|
||||
data-timer={102738}
|
||||
data-labels="Days,Hours,Minute,Second"
|
||||
>
|
||||
<CountdownTimer style={2} />
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="mb_21">Before we unveil our new website.</h2>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
Is part of innovation. We are on the verge of launching a
|
||||
revolutionary foundation that revolutionize the industry. <br />
|
||||
Join us when we pave the way for the future.
|
||||
</p>
|
||||
<Newsletter />
|
||||
<ul className="social d-flex gap_8 justify-content-center">
|
||||
<li className="text_primary">
|
||||
<a href="#" className="link-black icon-twitter-x" />
|
||||
</li>
|
||||
<li className="text_primary">
|
||||
<a href="#" className="link-black icon-facebook-f" />
|
||||
</li>
|
||||
<li className="text_primary">
|
||||
<a href="#" className="link-black icon-github" />
|
||||
</li>
|
||||
<li className="text_primary">
|
||||
<a href="#" className="link-black icon-instagram" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="item position-absolute">
|
||||
<Image
|
||||
alt="shape"
|
||||
src="/images/item/shape-5.png"
|
||||
width={1105}
|
||||
height={720}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.page-title */}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
27
app/(otherPages)/contact-us/page.jsx
Normal file
27
app/(otherPages)/contact-us/page.jsx
Normal file
@ -0,0 +1,27 @@
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Contact from "@/components/otherPages/Contact";
|
||||
import OfficeLocations from "@/components/otherPages/OfficeLocations";
|
||||
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Contact Us || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function ContactUsPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
|
||||
<Contact />
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<OfficeLocations />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
56
app/(otherPages)/faqs/page.jsx
Normal file
56
app/(otherPages)/faqs/page.jsx
Normal file
@ -0,0 +1,56 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
import Faqs from "@/components/common/Faqs";
|
||||
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Faqs || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function FaqsPage() {
|
||||
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_49 text-center">
|
||||
<h1 className="text_black mb_19 letter-spacing-1">FAQs</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
Our holistic approach combines a comprehensive suite of
|
||||
integrated services and <br />
|
||||
solutions to deliver maximum value and optimize your
|
||||
operations.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb justify-content-center">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>FAQs</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Faqs
|
||||
headingClass="heading-title"
|
||||
parentClass="section-faqs style-1 tf-spacing-8"
|
||||
header2
|
||||
/>
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
57
app/(otherPages)/portfolio/page.jsx
Normal file
57
app/(otherPages)/portfolio/page.jsx
Normal file
@ -0,0 +1,57 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
import Faqs from "@/components/common/Faqs";
|
||||
import Link from "next/link";
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Portfolio from "@/components/otherPages/Portfolio";
|
||||
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Portfolio || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function PortfolioPage() {
|
||||
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">
|
||||
A deep diving into <br />
|
||||
the success of Advitex
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
A deep dive into Advitex's success reveals a compelling case
|
||||
study of innovation, strategic partnerships, <br />
|
||||
and customer commitment, leading to significant market
|
||||
growth and industry recognition.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Case Studie</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Portfolio />
|
||||
<Faqs parentClass="section-faqs style-1 tf-spacing-8 pt-0" />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
56
app/(otherPages)/pricing/page.jsx
Normal file
56
app/(otherPages)/pricing/page.jsx
Normal file
@ -0,0 +1,56 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
import Faqs from "@/components/common/Faqs";
|
||||
import Link from "next/link";
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Pricing from "@/components/common/Pricing";
|
||||
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Pricing || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function PricingPage() {
|
||||
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">
|
||||
Pricing Plan
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
his focuses on achieving tangible outcomes, such as
|
||||
increased revenue, cost savings, <br />
|
||||
or improved efficiency, and ultimately driving
|
||||
organizational success.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Pricing</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Pricing />
|
||||
<Faqs parentClass="section-faqs style-1 tf-spacing-8 pt-0" />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
57
app/(otherPages)/single-post/[id]/page.jsx
Normal file
57
app/(otherPages)/single-post/[id]/page.jsx
Normal file
@ -0,0 +1,57 @@
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import BlogDetails from "@/components/otherPages/BlogDetails";
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import { allBlogs } from "@/data/blogs";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Single Post || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
|
||||
export default async function BlogDetailsPage1({ params }) {
|
||||
const { id } = await params;
|
||||
|
||||
const blog = allBlogs.filter((p) => p.id == id)[0] || allBlogs[0];
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default v2">
|
||||
<div className="tf-container">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<div className="heading mb_53">
|
||||
<h1 className="text_black mb_25 letter-spacing-1">
|
||||
{blog.title}
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
Entrepreneurs and business leaders face barriers that can
|
||||
restrain growth and profit. Understanding and <br />
|
||||
implementing effective strategies is the key to overcoming
|
||||
obstacles and promoting your business towards success.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Single Post</li>
|
||||
<li>{blog.title}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<BlogDetails />
|
||||
</div>
|
||||
<Footer1 parentClass="footer style-default has-border-top" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
66
app/(otherPages)/single-project/[id]/page.jsx
Normal file
66
app/(otherPages)/single-project/[id]/page.jsx
Normal file
@ -0,0 +1,66 @@
|
||||
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 PortfolioSingle from "@/components/otherPages/PortfolioSingle";
|
||||
|
||||
import { allCaseStudies } from "@/data/caseStudies";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Single Prroject || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default async function SingleProjectPage({ params }) {
|
||||
const { id } = await params;
|
||||
|
||||
const caseStudy =
|
||||
allCaseStudies.filter((p) => p.id == id)[0] || allCaseStudies[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_51">
|
||||
<h1 className="text_black mb_18 letter-spacing-1">
|
||||
{caseStudy.title.split(" ").slice(0, 4)} <br />
|
||||
{caseStudy.title.split(" ").slice(4, 10)}
|
||||
<br />
|
||||
{caseStudy.title.split(" ").slice(10)}
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
Our holistic approach combines a comprehensive suite of
|
||||
integrated services and <br />
|
||||
solutions to deliver maximum value and optimize your
|
||||
operations.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Project Details</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<PortfolioSingle />
|
||||
<Testimonials />
|
||||
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
55
app/(otherPages)/team/page.jsx
Normal file
55
app/(otherPages)/team/page.jsx
Normal file
@ -0,0 +1,55 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
import Faqs from "@/components/common/Faqs";
|
||||
import Link from "next/link";
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Team2 from "@/components/otherPages/Team2";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Team || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function TeamPage() {
|
||||
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_17 letter-spacing-1">
|
||||
Get To Know Our Amazing Team
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
With a passion for innovation and a dedication to
|
||||
excellence, we bring diverse <br />
|
||||
expertise to every project we undertake.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Our Team</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Team2 />
|
||||
|
||||
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
61
app/(services)/service-details/[id]/page.jsx
Normal file
61
app/(services)/service-details/[id]/page.jsx
Normal file
@ -0,0 +1,61 @@
|
||||
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 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 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">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Services</li>
|
||||
<li dangerouslySetInnerHTML={{ __html: service.title }}></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
63
app/(services)/services/page.jsx
Normal file
63
app/(services)/services/page.jsx
Normal file
@ -0,0 +1,63 @@
|
||||
import Challanges from "@/components/common/Challanges";
|
||||
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 ServiceAdvantages from "@/components/otherPages/ServiceAdvantages";
|
||||
import Services from "@/components/otherPages/Services";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Services || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function ServicesPage() {
|
||||
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_19 letter-spacing-1">
|
||||
Our comprehensive <br />
|
||||
suite of services and solutions
|
||||
</h1>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
Our holistic approach combines a comprehensive suite of
|
||||
integrated services and <br />
|
||||
solutions to deliver maximum value and optimize your
|
||||
operations.
|
||||
</p>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Services</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<ServiceAdvantages />
|
||||
<Services />
|
||||
<Challanges />
|
||||
<Testimonials />
|
||||
<Faqs parentClass="section-faqs style-1 tf-spacing-8" />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
49
app/(shop)/cart/page.jsx
Normal file
49
app/(shop)/cart/page.jsx
Normal file
@ -0,0 +1,49 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Link from "next/link";
|
||||
import ShopCart from "@/components/shop/ShopCart";
|
||||
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Shop Cart || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function CartPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default v4">
|
||||
<div className="tf-container">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<div className="heading mb_51">
|
||||
<div className="text-display-2 mb_44 letter-spacing-1">
|
||||
Cart
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Cart</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<ShopCart />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
48
app/(shop)/checkout/page.jsx
Normal file
48
app/(shop)/checkout/page.jsx
Normal file
@ -0,0 +1,48 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Checkout from "@/components/shop/Checkout";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Checkout || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function CheckoutPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default v5">
|
||||
<div className="tf-container">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<div className="heading mb_44">
|
||||
<div className="text-display-2 text_black letter-spacing-1">
|
||||
Checkout
|
||||
</div>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Checkout</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Checkout />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
57
app/(shop)/product-details/[id]/page.jsx
Normal file
57
app/(shop)/product-details/[id]/page.jsx
Normal file
@ -0,0 +1,57 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
import Link from "next/link";
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import RelatedProducts from "@/components/shop/RelatedProducts";
|
||||
import ShopDescription from "@/components/shop/ShopDescription";
|
||||
import ShopDetails from "@/components/shop/ShopDetails";
|
||||
import { products } from "@/data/products";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Product Details || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default async function ProductDetailsPage({ params }) {
|
||||
const { id } = await params;
|
||||
|
||||
const product = products.filter((p) => p.id == id)[0] || products[0];
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default v4">
|
||||
<div className="tf-container">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<div className="heading mb_51">
|
||||
<div className="text-display-2 mb_25 letter-spacing-1 mb_43">
|
||||
Products Detail
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Shop</li>
|
||||
<li>{product.title}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* /.page-title */}
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<ShopDetails product={product} />
|
||||
<ShopDescription />
|
||||
<RelatedProducts />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
46
app/(shop)/shop/page.jsx
Normal file
46
app/(shop)/shop/page.jsx
Normal file
@ -0,0 +1,46 @@
|
||||
import Contact from "@/components/common/Contact";
|
||||
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Shop from "@/components/shop/Shop";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Shop || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function ShopPage() {
|
||||
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_42">
|
||||
<div className="text-display-2 letter-spacing-1">Shop</div>
|
||||
</div>
|
||||
<ul className="breadcrumb">
|
||||
<li>
|
||||
<Link href={`/`} className="link">
|
||||
Home
|
||||
</Link>
|
||||
</li>
|
||||
<li>Shop</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="main-content style-1">
|
||||
<Shop />
|
||||
<Contact />
|
||||
</div>
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
BIN
app/favicon.ico
Normal file
BIN
app/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 652 B |
30
app/layout.js
Normal file
30
app/layout.js
Normal file
@ -0,0 +1,30 @@
|
||||
import LayoutWrapper from "@/components/common/LayoutWrapper";
|
||||
import "../public/scss/main.scss";
|
||||
import "odometer/themes/odometer-theme-default.css"; // Import theme
|
||||
import "rc-slider/assets/index.css";
|
||||
import "photoswipe/dist/photoswipe.css";
|
||||
import ScrollTop from "@/components/common/ScrollTop";
|
||||
import Mobilemenu from "@/components/modals/Mobilemenu";
|
||||
import Context from "@/context/Context";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Business Consulting || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<div id="wrapper" className="counter-scroll">
|
||||
<LayoutWrapper>
|
||||
<Context>{children}</Context>
|
||||
|
||||
<ScrollTop />
|
||||
<Mobilemenu />
|
||||
</LayoutWrapper>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
52
app/not-found.jsx
Normal file
52
app/not-found.jsx
Normal file
@ -0,0 +1,52 @@
|
||||
import Footer1 from "@/components/footers/Footer1";
|
||||
import Header1 from "@/components/headers/Header1";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title:
|
||||
"Not Found Page || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
export default function NotFoundPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap-page-header">
|
||||
<Header1 />
|
||||
<div className="page-title style-default">
|
||||
<div className="error-404">
|
||||
<div className="contnet">
|
||||
<div className="img">
|
||||
<Image
|
||||
alt={404}
|
||||
src="/images/item/404.png"
|
||||
width={609}
|
||||
height={240}
|
||||
/>
|
||||
</div>
|
||||
<p className="sub-heading text_mono-gray-7">
|
||||
We apologize, but the page you're looking for couldn't be found!
|
||||
</p>
|
||||
<Link href={`/`} className="tf-btn mx-auto">
|
||||
<span>Back To Home</span>
|
||||
<span className="bg-effect" />
|
||||
</Link>
|
||||
</div>
|
||||
<div className="item position-absolute">
|
||||
<Image
|
||||
alt="shape"
|
||||
src="/images/item/shape-5.png"
|
||||
width={1105}
|
||||
height={720}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer1 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
59
app/page.jsx
Normal file
59
app/page.jsx
Normal file
@ -0,0 +1,59 @@
|
||||
import Footer5 from "@/components/footers/Footer5";
|
||||
import Header2 from "@/components/headers/Header2";
|
||||
import Contact from "@/components/common/Contact";
|
||||
import CaseStudies from "@/components/homes/marketing-consulting/CaseStudies";
|
||||
import Features2 from "@/components/homes/marketing-consulting/Features2";
|
||||
import Figures from "@/components/homes/marketing-consulting/Figures";
|
||||
import Hero from "@/components/homes/finance-consulting/Hero";
|
||||
import ThreeImageDisplay from "@/components/common/ThreeImageDisplay";
|
||||
import Brands from "@/components/homes/marketing-consulting/Brands";
|
||||
import Services from "@/components/homes/finance-consulting/Services";
|
||||
import Testimonials from "@/components/homes/marketing-consulting/Testimonials";
|
||||
import React from "react";
|
||||
|
||||
export const metadata = {
|
||||
title:
|
||||
"Marketing Consulting || Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
description:
|
||||
"Advitex - Finance and Business Consulting React Nextjs Template",
|
||||
};
|
||||
|
||||
export default function MarketingConsultionPage() {
|
||||
return (
|
||||
<>
|
||||
<div className="primary-4">
|
||||
<div id="wrapper" className="counter-scroll">
|
||||
<Header2 />
|
||||
<section id="home">
|
||||
<Hero />
|
||||
</section>
|
||||
<div className="main-content">
|
||||
<section id="services">
|
||||
<Features2 />
|
||||
<Figures/>
|
||||
</section>
|
||||
|
||||
<section id="focus-areas">
|
||||
<Services />
|
||||
</section>
|
||||
|
||||
<section id="team">
|
||||
<CaseStudies />
|
||||
</section>
|
||||
|
||||
<section id="about">
|
||||
<Testimonials />
|
||||
<ThreeImageDisplay />
|
||||
<Brands/>
|
||||
</section>
|
||||
|
||||
<section id="contact">
|
||||
<Contact />
|
||||
</section>
|
||||
</div>
|
||||
<Footer5 />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user