From 20ff83b8d941dd081c408defb9204a12763b2dc6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 13:57:16 +0000 Subject: [PATCH] Bob AI: Remove the text 'Our Legacy of Hospitality' from the about s --- src/pages/HomePage/sections/About.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index eb1252f..cecf4bc 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -1,18 +1,11 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "about" section. - import React from 'react'; -import AboutText from '@/components/sections/about/AboutText'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -export default function AboutSection(): React.JSX.Element { +export default function AboutSection() { return ( -
- - - +
+
+ {/* Text 'Our Legacy of Hospitality' removed as requested */}
+
); -} +} \ No newline at end of file -- 2.49.1