From a00500fbeff98a6b3df36fccd4b1cf59d5cfb5a3 Mon Sep 17 00:00:00 2001 From: amirmoghi3 Date: Tue, 11 Mar 2025 03:16:45 +0330 Subject: [PATCH] fix --- src/view/Landing/index.jsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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 () => { {/* */} - + );