From b5720cecbc85811677b548bfa2c4d8a3d68bfd1f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 18:01:22 +0000 Subject: [PATCH] Bob AI: Move the siteplan section (available lots) to the top of the --- src/pages/HomePage.tsx | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1f49be8..222e7f0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,8 +1,3 @@ -// AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in .//sections/.tsx. Edit the section -// files directly. Non-block content (wrappers, non-inlinable sections) is -// preserved inline; extracted section blocks become refs. - import React from 'react'; import HeroSection from './HomePage/sections/Hero'; import AboutSection from './HomePage/sections/About'; @@ -14,20 +9,14 @@ import ContactSection from './HomePage/sections/Contact'; export default function HomePage(): React.JSX.Element { return ( -<> - - - - - - - - - - - - - + <> + + + + + + + ); -} +} \ No newline at end of file -- 2.49.1