summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/_app.jsx4
-rw-r--r--src/pages/index.jsx8
2 files changed, 7 insertions, 5 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx
index 01dec611..bcb41dd6 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -89,9 +89,9 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }) {
<AnimatePresence>
{animateLoader && (
<motion.div
- initial={{ opacity: 0.4 }}
+ initial={{ opacity: 0.25 }}
animate={{ opacity: 1 }}
- exit={{ opacity: 0.4 }}
+ exit={{ opacity: 0.25 }}
transition={{
duration: 0.1,
}}
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 4bdccdb4..f0bf5843 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -75,8 +75,9 @@ export default function Home() {
]}
/>
+ <PagePopupIformation />
+
<DesktopView>
- <PagePopupIformation />
<div className='container mx-auto'>
<div
className='flex min-h-[400px] h-[460px]'
@@ -111,7 +112,6 @@ export default function Home() {
</DesktopView>
<MobileView>
- <PagePopupIformation />
<DelayRender renderAfter={200}>
<HeroBanner />
</DelayRender>
@@ -123,7 +123,9 @@ export default function Home() {
<PreferredBrand />
</DelayRender>
<DelayRender renderAfter={600}>
- <FlashSale />
+ <div id='flashsale'>
+ <FlashSale />
+ </div>
</DelayRender>
<DelayRender renderAfter={600}>
<PromotinProgram />