diff --git a/components/layout/NavbarNav.js b/components/layout/NavbarNav.js
index 60efba4..d3fc2b6 100644
--- a/components/layout/NavbarNav.js
+++ b/components/layout/NavbarNav.js
@@ -10,7 +10,7 @@ export default function NavbarNav() {
Home
-
+ {/*
-
@@ -60,15 +60,15 @@ export default function NavbarNav() {
-
+
*/}
- -
-
+
-
+
- Pages
+ About Us
-
+ {/*
-
About
@@ -105,9 +105,16 @@ export default function NavbarNav() {
-
+
*/}
- -
+
-
+
+
+ FAQ
+
+
+
+ {/* -
Services
@@ -165,8 +172,8 @@ export default function NavbarNav() {
-
-
+ */}
+ {/*
Portfolio
@@ -196,8 +203,8 @@ export default function NavbarNav() {
-
-
+ */}
+ {/*
Blog
@@ -263,8 +270,8 @@ export default function NavbarNav() {
-
-
+ */}
+ {/*
Shop
@@ -308,7 +315,15 @@ export default function NavbarNav() {
+ */}
+
+
+
+ Book Now
+
+
+
diff --git a/components/layout/header/Header4.js b/components/layout/header/Header4.js
index cd84a99..c16ec9f 100644
--- a/components/layout/header/Header4.js
+++ b/components/layout/header/Header4.js
@@ -19,9 +19,9 @@ export default function Header4({ handleSearch, handleOptionalPanel, handleMobil
@@ -41,12 +41,12 @@ export default function Header4({ handleSearch, handleOptionalPanel, handleMobil
- */}
diff --git a/next.config.js b/next.config.js
index a843cbe..c2e5835 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,6 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
+ output: "export",
+ trailingSlash: true,
+ images: {
+ unoptimized: true,
+ },
}
module.exports = nextConfig
diff --git a/pages/home-1.js b/pages/home-1.js
new file mode 100644
index 0000000..63dddaa
--- /dev/null
+++ b/pages/home-1.js
@@ -0,0 +1,32 @@
+import Layout from "@/components/layout/Layout"
+import About1 from "@/components/sections/About1"
+import Blog1 from "@/components/sections/Blog1"
+import Client1 from "@/components/sections/Client1"
+import Faq1 from "@/components/sections/Faq1"
+import Form1 from "@/components/sections/Form1"
+import Funfacts1 from "@/components/sections/Funfacts1"
+import Process1 from "@/components/sections/Process1"
+import Service1 from "@/components/sections/Service1"
+import Service2 from "@/components/sections/Service2"
+import Slider1 from "@/components/sections/Slider1"
+import Testimonial1 from "@/components/sections/Testimonial1"
+export default function Home1() {
+
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/pages/index.js b/pages/index.js
index 63dddaa..1d75c74 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -1,31 +1,36 @@
import Layout from "@/components/layout/Layout"
-import About1 from "@/components/sections/About1"
-import Blog1 from "@/components/sections/Blog1"
-import Client1 from "@/components/sections/Client1"
-import Faq1 from "@/components/sections/Faq1"
-import Form1 from "@/components/sections/Form1"
-import Funfacts1 from "@/components/sections/Funfacts1"
-import Process1 from "@/components/sections/Process1"
-import Service1 from "@/components/sections/Service1"
-import Service2 from "@/components/sections/Service2"
-import Slider1 from "@/components/sections/Slider1"
-import Testimonial1 from "@/components/sections/Testimonial1"
-export default function Home1() {
+import About4 from "@/components/sections/About4"
+import Banner1 from "@/components/sections/Banner1"
+import Blog4 from "@/components/sections/Blog4"
+import Client3 from "@/components/sections/Client3"
+import Content5 from "@/components/sections/Content5"
+import Form3 from "@/components/sections/Form3"
+import Funfacts2 from "@/components/sections/Funfacts2"
+import Process3 from "@/components/sections/Process3"
+import Service6 from "@/components/sections/Service6"
+import Service7 from "@/components/sections/Service7"
+import Testimonial3 from "@/components/sections/Testimonial3"
+import Slider2 from "@/components/sections/slider"
+import Location from "@/components/sections/Location"
+export default function Home4() {
return (
<>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+
+
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
>
)