added suspend
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user