update blog page issue

This commit is contained in:
2026-06-12 14:55:29 +05:30
parent f412b9f71e
commit ba34c80761
16 changed files with 405 additions and 239 deletions

View File

@@ -78,6 +78,12 @@ export default function RootLayout({
purgecss.config.cjs. ~2.86 MB of vendor CSS -> ~560 KB, one request.
*/}
<link rel="stylesheet" href="/css/site.css" />
<link rel="preload" as="image" href="/images/home-bg-1.png" />
<link rel="preload" as="image" href="/images/about-bg.png" />
<link rel="preload" as="image" href="/images/home2-banner-3.jpg" />
<link rel="preload" as="image" href="/images/home1-slide-1.png" />
<link rel="preload" as="image" href="/images/home2-banner-1.jpg" />
<link rel="preload" as="image" href="/images/miletruth-bg.png" />
</head>
{/*
Production DOM (index.php + header.php):
@@ -90,7 +96,7 @@ export default function RootLayout({
│ └─ footer
SSR ships body with shared WP/Elementor classes; BodyClasses (client) refines per route.
*/}
<body className={SHARED_BODY_CLASSES}>
<body className={SHARED_BODY_CLASSES} suppressHydrationWarning>
<BodyClasses />
<LoadingScreen />
<AnimationProvider>