import React from ‘react’;
import { Card, CardContent } from ‘@/components/ui/card’;
import { Button } from ‘@/components/ui/button’;
import { motion } from ‘framer-motion’;
import { QrCode, Truck, CheckCircle } from ‘lucide-react’;

export default function Homepage() {
return (

Graffy Foods – Fast & Easy Food Delivery

Scan the QR code to place your order and track your delivery in real-time.


Scan QR

Scan the QR code to view the menu and place your order instantly.


Track Order

Keep track of your order status from kitchen to doorstep.


Fast Delivery

Get your food delivered hot and fresh within minutes.

);
}

Scroll to Top