From 72d96e4bc8d7c632e201a5f34c154569e1cba415 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 18:01:45 +0000 Subject: [PATCH] Bob AI: Update gallery section with images from Google Maps links --- src/pages/HomePage.tsx | 179 ++--------------- src/pages/HomePage/sections/Contact.tsx | 69 +++++-- .../HomePage/sections/ContactSection.tsx | 62 ++++++ src/pages/HomePage/sections/Gallery.tsx | 188 ++++-------------- .../HomePage/sections/GallerySection.tsx | 46 +++++ src/pages/HomePage/sections/HeroSection.tsx | 39 ++++ src/pages/HomePage/sections/Testimonials.tsx | 87 ++++---- .../HomePage/sections/TestimonialsSection.tsx | 55 +++++ 8 files changed, 352 insertions(+), 373 deletions(-) create mode 100644 src/pages/HomePage/sections/ContactSection.tsx create mode 100644 src/pages/HomePage/sections/GallerySection.tsx create mode 100644 src/pages/HomePage/sections/HeroSection.tsx create mode 100644 src/pages/HomePage/sections/TestimonialsSection.tsx diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7075f5d..26bcc11 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,174 +1,31 @@ +// 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 Button from '@/components/ui/Button'; -import TextAnimation from '@/components/ui/TextAnimation'; -import GridOrCarousel from '@/components/ui/GridOrCarousel'; -import ScrollReveal from '@/components/ui/ScrollReveal'; -import Card from '@/components/ui/Card'; -import Input from '@/components/ui/Input'; -import Textarea from '@/components/ui/Textarea'; -import Label from '@/components/ui/Label'; -import AvatarAuthor from '@/components/ui/AvatarAuthor'; -import RatingStars from '@/components/ui/RatingStars'; +import HeroSectionSection from './HomePage/sections/HeroSection'; +import GallerySectionSection from './HomePage/sections/GallerySection'; +import GallerySection from './HomePage/sections/Gallery'; +import TestimonialsSectionSection from './HomePage/sections/TestimonialsSection'; +import TestimonialsSection from './HomePage/sections/Testimonials'; +import ContactSectionSection from './HomePage/sections/ContactSection'; +import ContactSection from './HomePage/sections/Contact'; export default function HomePage(): React.JSX.Element { return ( - <> +<> {/* Hero Section */} -
-
-
-
-

Welcome to BCZ Motors

-
- - -
-
-
-
-
-
+ {/* Gallery Section */} -
- -
+ {/* Testimonials Section */} -
-
-
-
- -
- - - - -

- "BCZ Motors provided an outstanding experience. The staff was knowledgeable and helped me find the perfect car without any pressure." -

- -
- - -

- "I was impressed by the quality of their inventory and the transparency of the buying process. Highly recommend BCZ Motors!" -

- -
- - -

- "Exceptional service from start to finish. They went above and beyond to ensure I was satisfied with my purchase." -

- -
-
-
-
-
-
+ {/* Contact Section */} -
-
-
-
- -

- Have questions about a vehicle or want to schedule a test drive? Fill out the form and our team will get back to you shortly. -

-
-
- Address - 123 Auto Plaza, Motor City, MC 90210 -
-
- Phone - (555) 123-4567 -
-
- Email - sales@bczmotors.com -
-
-
-
- -
- - -
-
- - -
-
- -