11 Commits

Author SHA1 Message Date
a9783e726d Merge version_11_1781398103050 into main
Merge version_11_1781398103050 into main
2026-06-14 00:49:57 +00:00
kudinDmitriyUp
269968cdfd Bob AI: Delete the /team page. 2026-06-14 00:49:21 +00:00
126c37c96f Merge version_10_1781398062142 into main
Merge version_10_1781398062142 into main
2026-06-14 00:47:48 +00:00
2aae04cb5b Merge version_9_1781398056138 into main
Merge version_9_1781398056138 into main
2026-06-14 00:47:39 +00:00
9c583f0c2e Merge version_8_1781398049479 into main
Merge version_8_1781398049479 into main
2026-06-14 00:47:35 +00:00
f162f26514 Merge version_7_1781398036087 into main
Merge version_7_1781398036087 into main
2026-06-14 00:47:19 +00:00
9733725a18 Merge version_6_1781398032699 into main
Merge version_6_1781398032699 into main
2026-06-14 00:47:16 +00:00
aac35b802e Merge version_5_1781398025968 into main
Merge version_5_1781398025968 into main
2026-06-14 00:47:09 +00:00
33991b558e Merge version_4_1781398019226 into main
Merge version_4_1781398019226 into main
2026-06-14 00:47:02 +00:00
cc420132b3 Merge version_3_1781398015087 into main
Merge version_3_1781398015087 into main
2026-06-14 00:46:58 +00:00
ac0b3d9642 Merge version_2_1781397855981 into main
Merge version_2_1781397855981 into main
2026-06-14 00:44:42 +00:00

View File

@@ -4,7 +4,6 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlow';
import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TeamStackedCards from '@/components/sections/team/TeamStackedCards';
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
import { Palette, Scissors, Sparkles } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
@@ -25,7 +24,7 @@ export default function HomePage() {
text: "View Location",
href: "https://maps.google.com",
}}
imageSrc="https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=80&w=2074&ixlib=rb-4.0.3"
imageSrc="https://picsum.photos/seed/669419329/1200/800"
/>
</SectionErrorBoundary>
</div>
@@ -68,33 +67,6 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="team" data-section="team">
<SectionErrorBoundary name="team">
<TeamStackedCards
tag="The Team"
title="Meet the Professionals"
description="Our barbers are passionate experts, committed to your satisfaction."
members={[
{
name: "Yaniso",
role: "Head Barber",
imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg",
},
{
name: "Alex",
role: "Master Stylist",
imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg",
},
{
name: "Max",
role: "Senior Barber",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonial" data-section="testimonial">
<SectionErrorBoundary name="testimonial">
<TestimonialMarqueeCards
@@ -202,4 +174,4 @@ export default function HomePage() {
</div>
</>
);
}
}