Merge version_11_1781398103050 into main #10

Merged
bender merged 1 commits from version_11_1781398103050 into main 2026-06-14 00:49:57 +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>
</>
);
}
}