Amir Hossein Moghiseh 2025-03-11 03:16:45 +03:30
parent cb96f5583a
commit a00500fbef
1 changed files with 6 additions and 8 deletions

View File

@ -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 () => {
<Products />
{/* <WhyHorizon/> */}
<ContactUs/>
</div>
);