1313import * as _sync0 from "../../sections/Footer/Footer" ;
1414import * as _sync1 from "../../sections/Theme/Theme" ;
1515import * as _sync2 from "../../sections/Header/Header" ;
16- import { LoadingFallback as _fb0 } from "../../sections/Category/CategoryGrid" ;
17- import { LoadingFallback as _fb1 } from "../../sections/Images/Banner" ;
18- import { LoadingFallback as _fb2 } from "../../sections/Images/ShoppableBanner" ;
19- import { LoadingFallback as _fb3 } from "../../sections/Images/ImageGallery" ;
20- import { LoadingFallback as _fb4 } from "../../sections/Images/Carousel" ;
21- import { LoadingFallback as _fb5 } from "../../sections/Product/Wishlist" ;
22- import { LoadingFallback as _fb6 } from "../../sections/Product/ProductShelf" ;
23- import { LoadingFallback as _fb7 } from "../../sections/Product/ShelfWithImage" ;
24- import { LoadingFallback as _fb8 } from "../../sections/Product/ProductShelfTabbed" ;
25- import { LoadingFallback as _fb9 } from "../../sections/Product/ProductDetails" ;
26- import { LoadingFallback as _fb10 } from "../../sections/Miscellaneous/CampaignTimer" ;
27- import { LoadingFallback as _fb11 } from "../../sections/Miscellaneous/CookieConsent" ;
28- import { LoadingFallback as _fb12 } from "../../sections/Social/WhatsApp" ;
29- import { LoadingFallback as _fb13 } from "../../sections/Social/InstagramPosts" ;
30- import { LoadingFallback as _fb14 } from "../../sections/Links/LinkTree" ;
31- import { LoadingFallback as _fb15 } from "../../sections/Newsletter/Newsletter" ;
16+ import { LoadingFallback as _fb0 } from "../../sections/Category/CategoryBanner" ;
17+ import { LoadingFallback as _fb1 } from "../../sections/Category/CategoryGrid" ;
18+ import { LoadingFallback as _fb2 } from "../../sections/Images/Banner" ;
19+ import { LoadingFallback as _fb3 } from "../../sections/Images/ShoppableBanner" ;
20+ import { LoadingFallback as _fb4 } from "../../sections/Images/ImageGallery" ;
21+ import { LoadingFallback as _fb5 } from "../../sections/Images/Carousel" ;
22+ import { LoadingFallback as _fb6 } from "../../sections/Product/Wishlist" ;
23+ import { LoadingFallback as _fb7 } from "../../sections/Product/ProductShelf" ;
24+ import { LoadingFallback as _fb8 } from "../../sections/Product/ShelfWithImage" ;
25+ import { LoadingFallback as _fb9 } from "../../sections/Product/ProductShelfTabbed" ;
26+ import { LoadingFallback as _fb10 } from "../../sections/Product/ProductDetails" ;
27+ import { LoadingFallback as _fb11 } from "../../sections/Miscellaneous/CampaignTimer" ;
28+ import { LoadingFallback as _fb12 } from "../../sections/Miscellaneous/CookieConsent" ;
29+ import { LoadingFallback as _fb13 } from "../../sections/Social/WhatsApp" ;
30+ import { LoadingFallback as _fb14 } from "../../sections/Social/InstagramPosts" ;
31+ import { LoadingFallback as _fb15 } from "../../sections/Links/LinkTree" ;
32+ import { LoadingFallback as _fb16 } from "../../sections/Newsletter/Newsletter" ;
3233
3334export interface SectionMetaEntry {
3435 eager ?: boolean ;
@@ -42,6 +43,7 @@ export interface SectionMetaEntry {
4243
4344export const sectionMeta : Record < string , SectionMetaEntry > = {
4445 "site/sections/Footer/Footer.tsx" : { eager : true , sync : true , layout : true , hasLoadingFallback : true } ,
46+ "site/sections/Category/CategoryBanner.tsx" : { hasLoadingFallback : true } ,
4547 "site/sections/Category/CategoryGrid.tsx" : { hasLoadingFallback : true } ,
4648 "site/sections/Images/Banner.tsx" : { hasLoadingFallback : true } ,
4749 "site/sections/Images/ShoppableBanner.tsx" : { hasLoadingFallback : true } ,
@@ -71,22 +73,23 @@ export const syncComponents: Record<string, any> = {
7173
7274export const loadingFallbacks : Record < string , React . ComponentType < any > > = {
7375 "site/sections/Footer/Footer.tsx" : _sync0 . LoadingFallback ,
74- "site/sections/Category/CategoryGrid.tsx" : _fb0 ,
75- "site/sections/Images/Banner.tsx" : _fb1 ,
76- "site/sections/Images/ShoppableBanner.tsx" : _fb2 ,
77- "site/sections/Images/ImageGallery.tsx" : _fb3 ,
78- "site/sections/Images/Carousel.tsx" : _fb4 ,
79- "site/sections/Product/Wishlist.tsx" : _fb5 ,
80- "site/sections/Product/ProductShelf.tsx" : _fb6 ,
81- "site/sections/Product/ShelfWithImage.tsx" : _fb7 ,
82- "site/sections/Product/ProductShelfTabbed.tsx" : _fb8 ,
83- "site/sections/Product/ProductDetails.tsx" : _fb9 ,
84- "site/sections/Miscellaneous/CampaignTimer.tsx" : _fb10 ,
85- "site/sections/Miscellaneous/CookieConsent.tsx" : _fb11 ,
86- "site/sections/Social/WhatsApp.tsx" : _fb12 ,
87- "site/sections/Social/InstagramPosts.tsx" : _fb13 ,
76+ "site/sections/Category/CategoryBanner.tsx" : _fb0 ,
77+ "site/sections/Category/CategoryGrid.tsx" : _fb1 ,
78+ "site/sections/Images/Banner.tsx" : _fb2 ,
79+ "site/sections/Images/ShoppableBanner.tsx" : _fb3 ,
80+ "site/sections/Images/ImageGallery.tsx" : _fb4 ,
81+ "site/sections/Images/Carousel.tsx" : _fb5 ,
82+ "site/sections/Product/Wishlist.tsx" : _fb6 ,
83+ "site/sections/Product/ProductShelf.tsx" : _fb7 ,
84+ "site/sections/Product/ShelfWithImage.tsx" : _fb8 ,
85+ "site/sections/Product/ProductShelfTabbed.tsx" : _fb9 ,
86+ "site/sections/Product/ProductDetails.tsx" : _fb10 ,
87+ "site/sections/Miscellaneous/CampaignTimer.tsx" : _fb11 ,
88+ "site/sections/Miscellaneous/CookieConsent.tsx" : _fb12 ,
89+ "site/sections/Social/WhatsApp.tsx" : _fb13 ,
90+ "site/sections/Social/InstagramPosts.tsx" : _fb14 ,
8891 "site/sections/Theme/Theme.tsx" : _sync1 . LoadingFallback ,
89- "site/sections/Links/LinkTree.tsx" : _fb14 ,
90- "site/sections/Newsletter/Newsletter.tsx" : _fb15 ,
92+ "site/sections/Links/LinkTree.tsx" : _fb15 ,
93+ "site/sections/Newsletter/Newsletter.tsx" : _fb16 ,
9194 "site/sections/Header/Header.tsx" : _sync2 . LoadingFallback ,
9295} ;
0 commit comments