fix sections links
This commit is contained in:
+2
-2
@@ -76,8 +76,8 @@ function MyApp({ Component, pageProps }) {
|
||||
return (<>
|
||||
{/* <SmoothScroll /> */}
|
||||
{!loading ? (
|
||||
<ProductHome />
|
||||
// <Component {...pageProps} />
|
||||
// <ProductHome />
|
||||
<Component {...pageProps} />
|
||||
) : (
|
||||
<Preloader />
|
||||
)}
|
||||
|
||||
+708
-651
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user