From d30cfcf201899ee5bd7bf7a1d6607d914390f503 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:01:44 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 66 --------------------------- 1 file changed, 66 deletions(-) delete mode 100644 src/pages/HomePage/sections/About.tsx diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx deleted file mode 100644 index e239202..0000000 --- a/src/pages/HomePage/sections/About.tsx +++ /dev/null @@ -1,66 +0,0 @@ -import React from 'react'; -import { Wheat, Droplet, Flame } from "lucide-react"; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import Button from "@/components/ui/Button"; -import ImageOrVideo from "@/components/ui/ImageOrVideo"; -import Tag from "@/components/ui/Tag"; - -export default function AboutSection(): React.JSX.Element { - return ( -
- -
-
- -
- -
-
-
-
-
- -
-
-

Artisan Dough

-

Hand-kneaded daily for the perfect crust.

-
-
- -
-
- -
-
-

Fresh Ingredients

-

Locally sourced vegetables and premium meats.

-
-
- -
-
- -
-
-

Brick Oven Baked

-

For that irresistible smoky flavor and crispy finish.

-
-
-
-
- -
- -
-
-
-
-
- ); -}