From 3260b2c32dd7f63e72834dd6daa6c7638ad67afb Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 14:55:04 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a4fc816..2b3bd8f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -180,8 +180,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg?_wi=2", - imageAlt: "professional barber smiling portrait", }, ]} /> -- 2.49.1 From fa69101a49f038e63f72f1fd7609958b96dc653b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 14:55:12 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 358 +++++++++++++---------------------------- 1 file changed, 113 insertions(+), 245 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2b3bd8f..126a749 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,266 +2,134 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; -import GridDotsBackground from "@/components/ui/GridDotsBackground"; +import GridDotsBackground from '@/components/ui/GridDotsBackground'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- - -
+
+ + +
-
- -
+
+ +
-
- + -
+ title: "Senior Stylists", members: [ + { name: "Marcos", role: "Head Barber", detail: "10 years of experience in high-end grooming.", imageSrc: "http://img.b2bpic.net/free-photo/confident-tilting-head-young-beautiful-female-barber-uniform-holding-comb-isolated-green-wall_141793-105666.jpg" }, + { name: "Felipe", role: "Stylist", detail: "Specialist in beard sculpture and fades.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-afro-american-barber-wearing-uniform-touching-chin_141793-117516.jpg" }, + { name: "Gustavo", role: "Master Barber", detail: "Traditional wet shaving expert.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); -} +} \ No newline at end of file -- 2.49.1