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

@@ -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 />