added suspend

This commit is contained in:
2026-03-10 20:30:30 +05:30
parent 0f194eb9e7
commit 64d9c67fe1
5 changed files with 61 additions and 51 deletions

View File

@@ -6,8 +6,7 @@ import { Toaster } from '@/components/ui/sonner'
import { auth } from '@/auth';
import StructuredData from '@/components/StructuredData'
import { generateOrganizationJsonLd } from '@/lib/structured-data'
import PWAInstallPrompt, { IOSInstallPrompt } from '@/components/PWAInstallPrompt'
import ClientFloatingWhatsApp from '@/components/ClientFloatingWhatsApp'
// Optimize font loading
const inter = Inter({
@@ -230,14 +229,7 @@ export default async function PublicRootLayout({
</footer>
<Toaster />
<PWAInstallPrompt />
<IOSInstallPrompt />
<ClientFloatingWhatsApp
phoneNumber="+919475758817"
message="Hello! I'm interested in Padmaaja Rasooi products. Can you help me?"
position="bottom-right"
showTooltip={true}
/>
</Providers>
</div>