diff --git a/src/app/_components/footer/page.tsx b/src/app/_components/footer/page.tsx new file mode 100644 index 0000000..49a9b1c --- /dev/null +++ b/src/app/_components/footer/page.tsx @@ -0,0 +1,96 @@ +import React from "react"; +import BurgerButton from "../burger-button/page"; +import Image from "next/image"; + +export default function Footer() { + return ( +
+ Parsa Aghayi +
++ © 2023 + + Parsa Aghayi + {" "} + All Rights Reserved , Inc. +
+- Lorem ipsum dolor sit amet consectetur. Mollis erat duis aliquam mauris - est risus lectus. Phasellus consequat urna tellus -
-+ Parsa Aghayi +
+- AirCalling Landing Page Design -
-- Business Landing Page Design -
-- Ecom Web Page Design -
-
-
+
“
{testimonial.quote}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 13d937d..7d2433c 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -3,6 +3,8 @@ import localFont from "next/font/local";
import "./globals.css";
import Image from "next/image";
import BurgerButton from "./_components/burger-button/page";
+import Header from "./_components/header/page";
+import Footer from "./_components/footer/page";
const geistSans = localFont({
src: "./../../public/fonts/Mikhak-v3.2/Variable/Mikhak[DSTY,KSHD,wght].woff2",
@@ -33,159 +35,12 @@ export default function RootLayout({
>
^
-
- Parsa Aghayi
-
- Parsa Aghayi
-
- © 2023
-
- Parsa Aghayi
- {" "}
- All Rights Reserved , Inc.
-
-
-
- Home
-
-
- About Me
-
-
- Services
-
-
- Projects
-
-
- Testimonials
-
-
- Contact
-
-
-
-
- Home
-
-
- About Me
-
-
- Services
-
-
- Projects
-
-
- Testimonials
-
-
- Contact
-
-
- {/* socials */}
-