fix
parent
cb96f5583a
commit
a00500fbef
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue