From fb1739464f70f3c64aaf8aecc0ab239bc0d1ed1b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 21:25:13 +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 8dbf29b..cef58f4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -108,8 +108,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-outside-cafe-with-his-bicycle_23-2148176434.jpg?_wi=2", - imageAlt: "professional barber smiling portrait", }, ]} /> -- 2.49.1 From 10bb6949b05ec793e5535e8d4394736b9b6f418d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 21:25:21 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 124 +++++++++-------------------------------- 1 file changed, 26 insertions(+), 98 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index cef58f4..60135d0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,14 +19,10 @@ export default function HomePage() { title="Where Craft Meets Confidence" description="Premium barbering for the discerning gentleman. Expert cuts, precise grooming, and an atmosphere designed for those who refuse ordinary." primaryButton={{ - text: "Book Your Appointment", - href: "#contact", - }} + text: "Book Your Appointment", href: "#contact"}} secondaryButton={{ - text: "Our Services", - href: "#services", - }} - imageSrc="http://img.b2bpic.net/free-photo/young-man-sitting-outside-cafe-with-his-bicycle_23-2148176434.jpg?_wi=1" + text: "Our Services", href: "#services"}} + imageSrc="http://img.b2bpic.net/free-photo/young-man-sitting-outside-cafe-with-his-bicycle_23-2148176434.jpg" /> @@ -36,13 +32,9 @@ export default function HomePage() { @@ -55,25 +47,13 @@ export default function HomePage() { description="Comprehensive grooming solutions for every style and preference." features={[ { - title: "Signature Cuts", - description: "Expert consultations followed by precision cuts tailored to your unique facial features.", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-natural-oils-his-face_23-2148883825.jpg", - }, + title: "Signature Cuts", description: "Expert consultations followed by precision cuts tailored to your unique facial features.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-natural-oils-his-face_23-2148883825.jpg"}, { - title: "Precision Fades", - description: "Seamless transitions and clean lines delivered with elite mastery of modern fading techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-looking-side-young-male-barber-wearing-uniform-holding-barber-tools-isolated-olive-green-wall_141793-106088.jpg", - }, + title: "Precision Fades", description: "Seamless transitions and clean lines delivered with elite mastery of modern fading techniques.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-looking-side-young-male-barber-wearing-uniform-holding-barber-tools-isolated-olive-green-wall_141793-106088.jpg"}, { - title: "Beard Sculpting", - description: "Comprehensive beard maintenance, including hot towel treatments, edging, and professional conditioning.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-getting-head-massage-relaxing-with-eyes-closed-spa_637285-1721.jpg", - }, + title: "Beard Sculpting", description: "Comprehensive beard maintenance, including hot towel treatments, edging, and professional conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-getting-head-massage-relaxing-with-eyes-closed-spa_637285-1721.jpg"}, { - title: "Grooming Add-ons", - description: "Complete your experience with facials, scalp treatments, and traditional straight razor shaves.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg", - }, + title: "Grooming Add-ons", description: "Complete your experience with facials, scalp treatments, and traditional straight razor shaves.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg"}, ]} /> @@ -87,26 +67,13 @@ export default function HomePage() { description="Our team of experts brings years of collective experience in high-end grooming." groups={[ { - title: "Leadership Team", - members: [ + title: "Leadership Team", members: [ { - name: "Marcus Thorne", - role: "Master Barber", - detail: "Specializing in traditional techniques combined with modern aesthetics.", - imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg", - }, + name: "Marcus Thorne", role: "Master Barber", detail: "Specializing in traditional techniques combined with modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg"}, { - name: "Julian Vega", - role: "Lead Stylist", - detail: "Expert in modern fades and intricate beard sculpting techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-afro-american-male-barber-wearing-uniform-keeping-hand-chin-isolated-pink-wall-with-copy-space_141793-112904.jpg", - }, + name: "Julian Vega", role: "Lead Stylist", detail: "Expert in modern fades and intricate beard sculpting techniques.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-afro-american-male-barber-wearing-uniform-keeping-hand-chin-isolated-pink-wall-with-copy-space_141793-112904.jpg"}, { - name: "Alex Rivers", - role: "Creative Lead", - detail: "10+ years experience in premium mens grooming and styling.", - imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg", - }, + name: "Alex Rivers", role: "Creative Lead", detail: "10+ years experience in premium mens grooming and styling.", imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg"}, ], }, ]} @@ -122,35 +89,15 @@ export default function HomePage() { description="Hear what the city's top professionals have to say." testimonials={[ { - name: "Liam Bennett", - role: "Creative Director", - quote: "Finally found a barber who understands the specific style vision I have.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-backpack-speaking-by-smart-phone-old-european-town_613910-2947.jpg", - }, + name: "Liam Bennett", role: "Creative Director", quote: "Finally found a barber who understands the specific style vision I have.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-backpack-speaking-by-smart-phone-old-european-town_613910-2947.jpg"}, { - name: "Noah Sterling", - role: "Tech Consultant", - quote: "The consistency and atmosphere here are unmatched in the city.", - imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-keeping-hands-crossed-holding-scissors-comb-isolated-white-background-with-copy-space_141793-32123.jpg", - }, + name: "Noah Sterling", role: "Tech Consultant", quote: "The consistency and atmosphere here are unmatched in the city.", imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-keeping-hands-crossed-holding-scissors-comb-isolated-white-background-with-copy-space_141793-32123.jpg"}, { - name: "Ethan Cole", - role: "Founder", - quote: "This isn't a basic haircut. It's a high-end experience that keeps me looking sharp.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-backpack-his-back_158595-3453.jpg", - }, + name: "Ethan Cole", role: "Founder", quote: "This isn't a basic haircut. It's a high-end experience that keeps me looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-backpack-his-back_158595-3453.jpg"}, { - name: "Caleb Hayes", - role: "Architect", - quote: "Expert service, professional environment, and always a perfect fade.", - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-his-drink-salon_23-2148353455.jpg", - }, + name: "Caleb Hayes", role: "Architect", quote: "Expert service, professional environment, and always a perfect fade.", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-his-drink-salon_23-2148353455.jpg"}, { - name: "Mason Reed", - role: "Financial Advisor", - quote: "Best grooming routine I've had in years. Highly recommended for professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg", - }, + name: "Mason Reed", role: "Financial Advisor", quote: "Best grooming routine I've had in years. Highly recommended for professionals.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg"}, ]} /> @@ -164,20 +111,11 @@ export default function HomePage() { description="Consistent quality you can trust." metrics={[ { - icon: Award, - title: "Years of Experience", - value: "15+", - }, + icon: "Award", title: "Years of Experience", value: "15+"}, { - icon: Users, - title: "Clients Served", - value: "5k+", - }, + icon: "Users", title: "Clients Served", value: "5k+"}, { - icon: Star, - title: "5-Star Ratings", - value: "99%", - }, + icon: "Star", title: "5-Star Ratings", value: "99%"}, ]} /> @@ -191,17 +129,11 @@ export default function HomePage() { description="Everything you need to know about booking and our services." items={[ { - question: "How do I book an appointment?", - answer: "You can easily book online via our booking link on the homepage or give us a call.", - }, + question: "How do I book an appointment?", answer: "You can easily book online via our booking link on the homepage or give us a call."}, { - question: "What if I'm running late?", - answer: "We offer a 10-minute grace period; however, please reach out to us if you anticipate a significant delay.", - }, + question: "What if I'm running late?", answer: "We offer a 10-minute grace period; however, please reach out to us if you anticipate a significant delay."}, { - question: "Do you offer walk-ins?", - answer: "While we prioritize booked appointments, we occasionally accommodate walk-ins when availability allows.", - }, + question: "Do you offer walk-ins?", answer: "While we prioritize booked appointments, we occasionally accommodate walk-ins when availability allows."}, ]} imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-gentleman-elegant-black-jacket-glasses-holding-retro-walking-stick-as-cane-flask-tippling-cane-with-golden-diamond-ball-handle-rich-fashionable-afro-man_627829-1478.jpg" /> @@ -214,13 +146,9 @@ export default function HomePage() { tag="BOOK YOUR SPOT" text="Ready for your next premium grooming session? Book now to secure your time." primaryButton={{ - text: "Book Appointment", - href: "#", - }} + text: "Book Appointment", href: "#"}} secondaryButton={{ - text: "View Pricing", - href: "#services", - }} + text: "View Pricing", href: "#services"}} /> -- 2.49.1