diff --git a/app/components/HomeOne.js b/app/components/HomeOne.js
index f5e5a1f..17e669d 100644
--- a/app/components/HomeOne.js
+++ b/app/components/HomeOne.js
@@ -7,7 +7,7 @@ import Drawer from '../Mobile/Drawer';
// import FooterHomeOne from './FooterHomeOne';
// import HeroHomeOne from './HeroHomeOne';
// import HomeOneHeader from './HomeOneHeader';
-// import ServicesHomeOne from './ServicesHomeOne';
+import ServicesHomeOne from './ServicesHomeOne';
// import TrafficHomeOne from './TrafficHomeOne';
// import TrafficHomeTwo from './TrafficHomeTwo';
//import FeaturedScreen from './FeaturedScreen';
@@ -27,7 +27,7 @@ function HomeOne() {
THIS IS HOME
- {/* */}
+
{/* */}
>
diff --git a/app/layout.tsx b/app/layout.tsx
index 3314e47..79d3ac1 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -16,6 +16,20 @@ export default function RootLayout({
}>) {
return (
+
+
+
+
+
{children}
);
diff --git a/app/lnd/LndParts/Design/Main.js b/app/lnd/LndParts/Design/Main.js
index 562eefd..10dccbe 100644
--- a/app/lnd/LndParts/Design/Main.js
+++ b/app/lnd/LndParts/Design/Main.js
@@ -1,11 +1,11 @@
"use client"
import React, { useState } from 'react'
-import localImgLoad from "../../../lib/localImgLoad"; // '../../../../lib/localImgLoad'
+//import localImgLoad from "../../../lib/localImgLoad"; // "../../../lib/localImgLoad";
-import img1 from '../../../../assets/images/modern01.png'
-import img2 from '../../../../assets/images/secure_data.png'
-import img3 from '../../../../assets/images/modern02.png'
-import img4 from '../../../../assets/images/modern03.png'
+// import img1 from '../../../../assets/images/modern01.png'
+// import img2 from '../../../../assets/images/secure_data.png'
+// import img3 from '../../../../assets/images/modern02.png'
+// import img4 from '../../../../assets/images/modern03.png'
import Right from './Right'
diff --git a/app/lnd/LndParts/Design/Right.js b/app/lnd/LndParts/Design/Right.js
index e4f7f04..95f718c 100644
--- a/app/lnd/LndParts/Design/Right.js
+++ b/app/lnd/LndParts/Design/Right.js
@@ -1,5 +1,5 @@
import React from 'react'
-import BGImage from "../../../../assets/images/sec-background.jpg";
+import BGImage from "../../../assets/images/sec-background.jpg";
export default function Right() {
return (
diff --git a/public/index.html b/public/index.html
index 67a79f7..70a9a40 100644
--- a/public/index.html
+++ b/public/index.html
@@ -22,6 +22,7 @@
content="Cumberland Pkwy"
/>
+