diff --git a/src/pages/HomePage/sections/Menu.tsx b/src/pages/HomePage/sections/Menu.tsx deleted file mode 100644 index 6a7ab51..0000000 --- a/src/pages/HomePage/sections/Menu.tsx +++ /dev/null @@ -1,131 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "menu" section. - -import React from 'react'; -import FeaturesAttributeCards from '@/components/sections/features/FeaturesAttributeCards'; -import { Award, Clock, DollarSign, Droplet, Flame, Pizza, Star, Wheat } from "lucide-react"; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function MenuSection(): React.JSX.Element { - return ( - - ); -}