From 795c8bc160ca409369bd6abc0cf610dcfda1e36b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:01:45 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/Menu.tsx --- src/pages/HomePage/sections/Menu.tsx | 131 --------------------------- 1 file changed, 131 deletions(-) delete mode 100644 src/pages/HomePage/sections/Menu.tsx 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 ( - - ); -}