commit 8574691b755677f243f252737bb751cbc501a5c4 Author: mukesh13 Date: Wed Jun 18 18:44:42 2025 +0530 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ef6a52 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/versions + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# env files (can opt-in for committing if needed) +.env* + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts diff --git a/README.md b/README.md new file mode 100644 index 0000000..09a8a4d --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). + +## Getting Started + +First, run the development server: + +```bash +npm run dev +# or +yarn dev +# or +pnpm dev +# or +bun dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. + +This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. + +## Learn More + +To learn more about Next.js, take a look at the following resources: + +- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. +- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. + +You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! + +## Deploy on Vercel + +The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. + +Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. diff --git a/app/(homes)/finance-advisor/page.jsx b/app/(homes)/finance-advisor/page.jsx new file mode 100644 index 0000000..efb290a --- /dev/null +++ b/app/(homes)/finance-advisor/page.jsx @@ -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 ( + <> +
+
+ + +
+
+ + +
+ + + +
+
+ + +
+ + +
+ +
+ + ); +} diff --git a/app/(homes)/finance-consulting/page.jsx b/app/(homes)/finance-consulting/page.jsx new file mode 100644 index 0000000..f06ac8c --- /dev/null +++ b/app/(homes)/finance-consulting/page.jsx @@ -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 ( + <> +
+ + {" "} +
+ + + + + + + + + + +
+ +
+ + ); +} diff --git a/app/(homes)/insurance-consulting/page.jsx b/app/(homes)/insurance-consulting/page.jsx new file mode 100644 index 0000000..68fe016 --- /dev/null +++ b/app/(homes)/insurance-consulting/page.jsx @@ -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 ( + <> +
+
+ + +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ + + +
{" "} +
+
+ + ); +} diff --git a/app/(homes)/marketing-consulting/page.jsx b/app/(homes)/marketing-consulting/page.jsx new file mode 100644 index 0000000..b808093 --- /dev/null +++ b/app/(homes)/marketing-consulting/page.jsx @@ -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 ( + <> +
+
+ + +
+
+ + +
+ + + + + + + +
+ +
+
+ +
+
+ + ); +} diff --git a/app/(otherPages)/404/page.jsx b/app/(otherPages)/404/page.jsx new file mode 100644 index 0000000..18713f3 --- /dev/null +++ b/app/(otherPages)/404/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+ {404} +
+

+ We apologize, but the page you're looking for couldn't be found! +

+ + Back To Home + + +
+
+ shape +
+
+
+
+ + + + ); +} diff --git a/app/(otherPages)/about/page.jsx b/app/(otherPages)/about/page.jsx new file mode 100644 index 0000000..5f66226 --- /dev/null +++ b/app/(otherPages)/about/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ Play a key role in
+ business advancement +

+

+ Promote innovation by introducing breakthrough ideas and + technologies
+ to improve business and customer experience. +

+
+
    +
  • + + Home + +
  • +
  • About us
  • +
+
+
+
+
+
+
+ + + + + + +
+ + + ); +} diff --git a/app/(otherPages)/blog/page.jsx b/app/(otherPages)/blog/page.jsx new file mode 100644 index 0000000..4786b13 --- /dev/null +++ b/app/(otherPages)/blog/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ Insights From Our Press +

+

+ Entrepreneurs and business leaders face barriers that can + restrain growth and profit. Understanding and
+ implementing effective strategies is the key to overcoming + obstacles and promoting your business towards success. +

+
+
    +
  • + + Home + +
  • +
  • Blog
  • +
+
+
+
+
+
+
+ +
+ + + ); +} diff --git a/app/(otherPages)/career/page.jsx b/app/(otherPages)/career/page.jsx new file mode 100644 index 0000000..dc740e7 --- /dev/null +++ b/app/(otherPages)/career/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

Career

+

+ A typical day is a mix of strategic thinking, + problem-solving, and client interaction. The work is + demanding
+ but rewarding, offering opportunities to tackle complex + challenges and drive positive change. +

+
+
    +
  • + + Home + +
  • +
  • Career
  • +
+
+
+
+
+
+
+ + + +
+ + + ); +} diff --git a/app/(otherPages)/coming-soon/page.jsx b/app/(otherPages)/coming-soon/page.jsx new file mode 100644 index 0000000..3bd0e99 --- /dev/null +++ b/app/(otherPages)/coming-soon/page.jsx @@ -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 ( + <> +
+ {/* header */} +
+
+
+
+
+
+
+ + More Info + + + + Contact Us + + +
+
+
+
+
+
+
+ {/* /header */} + {/* .page-title */} +
+
+
+
+
+ +
+
+

Before we unveil our new website.

+

+ Is part of innovation. We are on the verge of launching a + revolutionary foundation that revolutionize the industry.
+ Join us when we pave the way for the future. +

+ + +
+
+ shape +
+
+
+ {/* /.page-title */} +
+ + ); +} diff --git a/app/(otherPages)/contact-us/page.jsx b/app/(otherPages)/contact-us/page.jsx new file mode 100644 index 0000000..a9f8ef6 --- /dev/null +++ b/app/(otherPages)/contact-us/page.jsx @@ -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 ( + <> +
+ + + +
+
+ +
+ + + ); +} diff --git a/app/(otherPages)/faqs/page.jsx b/app/(otherPages)/faqs/page.jsx new file mode 100644 index 0000000..4c95074 --- /dev/null +++ b/app/(otherPages)/faqs/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

FAQs

+

+ Our holistic approach combines a comprehensive suite of + integrated services and
+ solutions to deliver maximum value and optimize your + operations. +

+
+
    +
  • + + Home + +
  • +
  • FAQs
  • +
+
+
+
+
+
+
+ + +
+ + + ); +} diff --git a/app/(otherPages)/portfolio/page.jsx b/app/(otherPages)/portfolio/page.jsx new file mode 100644 index 0000000..49adb36 --- /dev/null +++ b/app/(otherPages)/portfolio/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ A deep diving into
+ the success of Advitex +

+

+ A deep dive into Advitex's success reveals a compelling case + study of innovation, strategic partnerships,
+ and customer commitment, leading to significant market + growth and industry recognition. +

+
+
    +
  • + + Home + +
  • +
  • Case Studie
  • +
+
+
+
+
+
+
+ + + +
+ + + ); +} diff --git a/app/(otherPages)/pricing/page.jsx b/app/(otherPages)/pricing/page.jsx new file mode 100644 index 0000000..17dc896 --- /dev/null +++ b/app/(otherPages)/pricing/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ Pricing Plan +

+

+ his focuses on achieving tangible outcomes, such as + increased revenue, cost savings,
+ or improved efficiency, and ultimately driving + organizational success. +

+
+
    +
  • + + Home + +
  • +
  • Pricing
  • +
+
+
+
+
+
+
+ + + +
+ + + ); +} diff --git a/app/(otherPages)/single-post/[id]/page.jsx b/app/(otherPages)/single-post/[id]/page.jsx new file mode 100644 index 0000000..adb8a79 --- /dev/null +++ b/app/(otherPages)/single-post/[id]/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ {blog.title} +

+

+ Entrepreneurs and business leaders face barriers that can + restrain growth and profit. Understanding and
+ implementing effective strategies is the key to overcoming + obstacles and promoting your business towards success. +

+
+
    +
  • + + Home + +
  • +
  • Single Post
  • +
  • {blog.title}
  • +
+
+
+
+
+
+
+ +
+ + + ); +} diff --git a/app/(otherPages)/single-project/[id]/page.jsx b/app/(otherPages)/single-project/[id]/page.jsx new file mode 100644 index 0000000..9a55277 --- /dev/null +++ b/app/(otherPages)/single-project/[id]/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ {caseStudy.title.split(" ").slice(0, 4)}
+ {caseStudy.title.split(" ").slice(4, 10)} +
+ {caseStudy.title.split(" ").slice(10)} +

+

+ Our holistic approach combines a comprehensive suite of + integrated services and
+ solutions to deliver maximum value and optimize your + operations. +

+
+
    +
  • + + Home + +
  • +
  • Project Details
  • +
+
+
+
+
+
+
+ + + + +
+ + + ); +} diff --git a/app/(otherPages)/team/page.jsx b/app/(otherPages)/team/page.jsx new file mode 100644 index 0000000..f406f80 --- /dev/null +++ b/app/(otherPages)/team/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ Get To Know Our Amazing Team +

+

+ With a passion for innovation and a dedication to + excellence, we bring diverse
+ expertise to every project we undertake. +

+
+
    +
  • + + Home + +
  • +
  • Our Team
  • +
+
+
+
+
+
+
+ + + + +
+ + + ); +} diff --git a/app/(services)/service-details/[id]/page.jsx b/app/(services)/service-details/[id]/page.jsx new file mode 100644 index 0000000..4e781a7 --- /dev/null +++ b/app/(services)/service-details/[id]/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+
+
    +
  • + + Home + +
  • +
  • Services
  • +
  • +
+
+
+
+
+
+
+ + + + + +
+ + + ); +} diff --git a/app/(services)/services/page.jsx b/app/(services)/services/page.jsx new file mode 100644 index 0000000..1c79de4 --- /dev/null +++ b/app/(services)/services/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+

+ Our comprehensive
+ suite of services and solutions +

+

+ Our holistic approach combines a comprehensive suite of + integrated services and
+ solutions to deliver maximum value and optimize your + operations. +

+
+
    +
  • + + Home + +
  • +
  • Services
  • +
+
+
+
+
+
+
+ + + + + + +
+ + + ); +} diff --git a/app/(shop)/cart/page.jsx b/app/(shop)/cart/page.jsx new file mode 100644 index 0000000..785efaf --- /dev/null +++ b/app/(shop)/cart/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+
+ Cart +
+
    +
  • + + Home + +
  • +
  • Cart
  • +
+
+
+
+
+
+
+
+ + +
+ + + ); +} diff --git a/app/(shop)/checkout/page.jsx b/app/(shop)/checkout/page.jsx new file mode 100644 index 0000000..a54c7ae --- /dev/null +++ b/app/(shop)/checkout/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+
+ Checkout +
+
+
    +
  • + + Home + +
  • +
  • Checkout
  • +
+
+
+
+
+
+
+ + +
+ + + ); +} diff --git a/app/(shop)/product-details/[id]/page.jsx b/app/(shop)/product-details/[id]/page.jsx new file mode 100644 index 0000000..2979dcf --- /dev/null +++ b/app/(shop)/product-details/[id]/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+
+ Products Detail +
+
    +
  • + + Home + +
  • +
  • Shop
  • +
  • {product.title}
  • +
+
+
+
+
+ {/* /.page-title */} +
+
+
+ + + + +
+ + + ); +} diff --git a/app/(shop)/shop/page.jsx b/app/(shop)/shop/page.jsx new file mode 100644 index 0000000..1952f98 --- /dev/null +++ b/app/(shop)/shop/page.jsx @@ -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 ( + <> +
+ +
+
+
+
+
+
Shop
+
+
    +
  • + + Home + +
  • +
  • Shop
  • +
+
+
+
+
+
+
+ + +
+ + + ); +} diff --git a/app/favicon.ico b/app/favicon.ico new file mode 100644 index 0000000..a54207b Binary files /dev/null and b/app/favicon.ico differ diff --git a/app/layout.js b/app/layout.js new file mode 100644 index 0000000..5fbaf93 --- /dev/null +++ b/app/layout.js @@ -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 ( + + +
+ + {children} + + + + +
+ + + ); +} diff --git a/app/not-found.jsx b/app/not-found.jsx new file mode 100644 index 0000000..18713f3 --- /dev/null +++ b/app/not-found.jsx @@ -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 ( + <> +
+ +
+
+
+
+ {404} +
+

+ We apologize, but the page you're looking for couldn't be found! +

+ + Back To Home + + +
+
+ shape +
+
+
+
+ + + + ); +} diff --git a/app/page.jsx b/app/page.jsx new file mode 100644 index 0000000..796e607 --- /dev/null +++ b/app/page.jsx @@ -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 ( + <> +
+
+ +
+ +
+
+
+ + +
+ +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ +
+
+ +
+
+ + ); +} \ No newline at end of file diff --git a/components/common/Challanges.jsx b/components/common/Challanges.jsx new file mode 100644 index 0000000..6fee055 --- /dev/null +++ b/components/common/Challanges.jsx @@ -0,0 +1,127 @@ +import React from "react"; +import Image from "next/image"; +export default function Challanges() { + return ( +
+ ); +} diff --git a/components/common/Contact.jsx b/components/common/Contact.jsx new file mode 100644 index 0000000..e48ca79 --- /dev/null +++ b/components/common/Contact.jsx @@ -0,0 +1,106 @@ +"use client"; +import React from "react"; +import Link from "next/link"; +import Image from "next/image"; + +export default function Contact() { + return ( +
+
+
+
+
+
+
+ Success is a team play, right? Let's work together! +
+
+
+
+
+068 5681 96 96
+

+ Call us for urgent +

+
+ + Get Direction + + +
+
+
+
+
e.preventDefault()} className="form-contact"> +
+ + +
+
+
+ + +
+
+ + +
+
+
+ +