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 ( +
+
+
+
+
+
+

Need Assistance?

+

Use these quick action buttons to communicate with our restaurant staff instantly through our tablet notification system.

+
+
+ + +
+
+
+
+

How It Works

+
    +
  • + 1. + Tap "Call a Server" and a notification appears instantly on our tablet at the host stand. +
  • +
  • + 2. + Our staff receives your request immediately and responds within seconds. +
  • +
  • + 3. + Tap "Request Billing" when ready to pay, and your check arrives promptly. +
  • +
+
+
+
+
+
+
+