diff --git a/src/view/Landing/index.jsx b/src/view/Landing/index.jsx
index 8d8bdbe..0a79174 100644
--- a/src/view/Landing/index.jsx
+++ b/src/view/Landing/index.jsx
@@ -1,12 +1,10 @@
-import Navbar from "src/components/NavBar";
-import AboutUs from "./components/AboutUs";
-import Footer from "./components/Footer";
-import Products from "./components/Products";
-import Sides from "./components/Sides";
-import graphql from "src/utils/graphql";
-import CounterDetail from "./components/CounterDetail";
import { getLocale } from "next-intl/server";
import BackgroundCarousel from "src/components/BackgroundCarousel";
+import graphql from "src/utils/graphql";
+import AboutUs from "./components/AboutUs";
+import CounterDetail from "./components/CounterDetail";
+import Products from "./components/Products";
+import Sides from "./components/Sides";
const images = [
{
image: "/images/fmcg.jpg",
@@ -67,7 +65,7 @@ const Landing = async () => {
{/* */}
-
+
);