From f8053f2f9c7dc0aa3dc9ca30a9b22d2553357398 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 17:04:17 +0000 Subject: [PATCH] Bob AI: Simplify the HomePage by removing the services, metrics, and --- src/components/Layout.tsx | 91 ++++++++---------- src/pages/HomePage.tsx | 189 +++++++++++++++++++++++++++++++++----- 2 files changed, 203 insertions(+), 77 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 66f886e..541bee2 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,71 +8,56 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Services", - "href": "#services" - }, - { - "name": "Gallery", - "href": "#gallery" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "FAQ", - "href": "#faq" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Contact", - "href": "#contact" - } -]; + { + "name": "Gallery", + "href": "#gallery" + }, + { + "name": "Testimonials", + "href": "#testimonials" + }, + { + "name": "Contact", + "href": "#contact" + } + ]; return ( + logo="BCZ Motors" + ctaButton={{ + text: "Get A Quote", + href: "#contact", + }} + navItems={navItems} + />
+ brand="BCZ Motors" + copyright="© 2024 BCZ Motors. All rights reserved." + socialLinks={[ + { + icon: Instagram, + href: "#", + }, + { + icon: Twitter, + href: "#", + }, + { + icon: Facebook, + href: "#", + }, + ]} + />
); -} +} \ No newline at end of file diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 76cba7e..a70884c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,33 +1,174 @@ -// 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 ServicesSection from './HomePage/sections/Services'; -import GallerySection from './HomePage/sections/Gallery'; -import MetricsSection from './HomePage/sections/Metrics'; -import TestimonialsSection from './HomePage/sections/Testimonials'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; +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'; 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 +
+
+
+
+ +
+ + +
+
+ + +
+
+ +