diff --git a/src/app/page.tsx b/src/app/page.tsx
index 830da2a..2b5d09a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,9 +6,19 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import { Smartphone, UtensilsCrossed, Zap } from "lucide-react";
+import { Smartphone, UtensilsCrossed, Zap, Bell, FileText } from "lucide-react";
export default function LandingPage() {
+ const handleServerCall = () => {
+ alert("Server call notification sent to restaurant tablet!");
+ console.log("Server call notification sent");
+ };
+
+ const handleBillingRequest = () => {
+ alert("Billing request notification sent to restaurant tablet!");
+ console.log("Billing request notification sent");
+ };
+
return (
Use these quick action buttons to communicate with our restaurant staff instantly through our tablet notification system.
+