added suspend
This commit is contained in:
@@ -4,6 +4,8 @@ import { Footer } from '@/components/layout/footer'
|
||||
import MobileTabBar from '@/components/layout/MobileTabBar'
|
||||
import CTA from '@/components/sections/cta'
|
||||
import UpdateNotification from '@/components/UpdateNotification'
|
||||
import PWAInstallPrompt, { IOSInstallPrompt } from '@/components/PWAInstallPrompt'
|
||||
import ClientFloatingWhatsApp from '@/components/ClientFloatingWhatsApp'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Padmaaja Rasooi - Premium Food Products | Multigrain Flour & Rice',
|
||||
@@ -27,6 +29,14 @@ export default async function RootLayout({
|
||||
|
||||
{/* PWA Update Notification */}
|
||||
<UpdateNotification />
|
||||
<PWAInstallPrompt />
|
||||
<IOSInstallPrompt />
|
||||
<ClientFloatingWhatsApp
|
||||
phoneNumber="+919475758817"
|
||||
message="Hello! I'm interested in Padmaaja Rasooi products. Can you help me?"
|
||||
position="bottom-right"
|
||||
showTooltip={true}
|
||||
/>
|
||||
|
||||
{/* Mobile Tab Bar */}
|
||||
<MobileTabBar />
|
||||
|
||||
Reference in New Issue
Block a user