Merge version_2_1781558058609 into main #1

Merged
bender merged 2 commits from version_2_1781558058609 into main 2026-06-15 21:17:02 +00:00
9 changed files with 365 additions and 209 deletions

View File

@@ -1,221 +1,36 @@
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import HeroBrand from '@/components/sections/hero/HeroBrand';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
// AUTO-GENERATED shell by per-section-migrate.
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
// files directly. Non-block content (wrappers, non-inlinable sections) is
// preserved inline; extracted section blocks become <XSection/> refs.
export default function HomePage() {
import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import AboutSection from './HomePage/sections/About';
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';
export default function HomePage(): React.JSX.Element {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBrand
brand="Barbearia Simão 💈"
description="Estilo e precisão em cada corte. O seu novo ponto de encontro em Sorocaba."
primaryButton={{
text: "Agendar Agora",
href: "#contact",
}}
secondaryButton={{
text: "Conheça",
href: "#about",
}}
imageSrc="https://storage.googleapis.com/webild/users/user_3F97mkcqQj8XIAU2DfDcYbSRofa/uploaded-1781557839045-aqmd9n16.webp"
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Sobre Nós"
title="Tradição e Modernidade"
description="Na Barbearia Simão, unimos técnicas tradicionais à modernidade do estilo urbano. Nosso compromisso é com a sua autoestima e um atendimento de excelência em um ambiente feito para homens exigentes."
imageSrc="https://storage.googleapis.com/webild/users/user_3F97mkcqQj8XIAU2DfDcYbSRofa/uploaded-1781557839046-q8bvf8c7.webp"
/>
</SectionErrorBoundary>
</div>
<AboutSection />
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesDetailedSteps
tag="Serviços"
title="Cortes & Tratamentos"
description="O melhor cuidado para sua imagem."
steps={[
{
tag: "01",
title: "Corte de Cabelo",
subtitle: "Estilo e acabamento",
description: "Cortes clássicos, modernos ou degradê com precisão total.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg",
},
{
tag: "02",
title: "Barba Completa",
subtitle: "Desenho e hidratação",
description: "Barba modelada com produtos de alta performance e toalha quente.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg",
},
{
tag: "03",
title: "Acabamento de Sobrancelha",
subtitle: "Design masculino",
description: "Limpeza e desenho natural para destacar seu olhar.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-wiping-clients-face-with-hot-towel_107420-94798.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<ServicesSection />
<div id="gallery" data-section="gallery">
<SectionErrorBoundary name="gallery">
<FeaturesImageBento
tag="Trabalhos"
title="Nossa Galeria"
description="Confira um pouco da nossa arte."
items={[
{
title: "Fade",
description: "Corte moderno",
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-customer-sitting-armchair-barber-shop_23-2147839805.jpg",
},
{
title: "Barba",
description: "Cuidados",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-scissors_23-2149007425.jpg",
},
{
title: "Estilo",
description: "Atendimento",
imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg",
},
{
title: "Detalhes",
description: "Acabamento",
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-hair-spray-her-client_23-2148353412.jpg",
},
{
title: "Ambiente",
description: "Conforto",
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg",
},
{
title: "Premium",
description: "Qualidade",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg",
},
{
title: "Barbearia",
description: "Estrutura",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<GallerySection />
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Horário"
title="Funcionamento"
description="Estamos prontos para te atender."
metrics={[
{
value: "Seg-Sáb",
description: "Dias de atendimento",
},
{
value: "09:00 - 19:00",
description: "Horário de funcionamento",
},
{
value: "Centro",
description: "Localização central",
},
]}
/>
</SectionErrorBoundary>
</div>
<MetricsSection />
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialTrustCard
quote="O melhor atendimento e o corte mais preciso da região. Barbearia Simão é nota 10!"
rating={5}
author="Cliente Satisfeito"
avatars={[
{
name: "Cliente 1",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-bearded-male-dressed-elegant-classic-jacket_613910-11190.jpg",
},
{
name: "Cliente 2",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg",
},
{
name: "Cliente 3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-trimmer-back-customer-head_23-2148257056.jpg",
},
{
name: "Cliente 4",
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186517.jpg",
},
{
name: "Cliente 5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-brown-eyes_23-2148257025.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<TestimonialsSection />
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTwoColumn
tag="Dúvidas"
title="Perguntas Frequentes"
description="Saiba mais sobre como agendar."
items={[
{
question: "Como agendar um horário?",
answer: "Entre em contato via WhatsApp no número (15) 99608-9514.",
},
{
question: "Aceitam cartões?",
answer: "Sim, aceitamos todas as formas de pagamento.",
},
{
question: "Onde fica a barbearia?",
answer: "R. Benedito Ferreira da Costa, 80 - Centro, Sorocaba.",
},
]}
/>
</SectionErrorBoundary>
</div>
<FaqSection />
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Contato"
text="Agende seu horário na Barbearia Simão pelo nosso WhatsApp agora mesmo."
primaryButton={{
text: "WhatsApp: (15) 99608-9514",
href: "https://wa.me/5515996089514",
}}
secondaryButton={{
text: "Ver no Mapa",
href: "https://maps.google.com",
}}
/>
</SectionErrorBoundary>
</div>
<ContactSection />
</>
);
}

View File

@@ -0,0 +1,21 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Sobre Nós"
title="Tradição e Modernidade"
description="Na Barbearia Simão, unimos técnicas tradicionais à modernidade do estilo urbano. Nosso compromisso é com a sua autoestima e um atendimento de excelência em um ambiente feito para homens exigentes."
imageSrc="https://storage.googleapis.com/webild/users/user_3F97mkcqQj8XIAU2DfDcYbSRofa/uploaded-1781557839046-q8bvf8c7.webp"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,21 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "contact" section.
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ContactSection(): React.JSX.Element {
return (
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Contato"
text="Agende seu horário na Barbearia Simão pelo nosso WhatsApp agora mesmo."
primaryButton={{"href":"#","text":"WhatsApp: (15) 99608-9514"}}
secondaryButton={{"href":"#","text":"Ver no Mapa"}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,34 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "faq" section.
import React from 'react';
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FaqSection(): React.JSX.Element {
return (
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTwoColumn
tag="Dúvidas"
title="Perguntas Frequentes"
description="Saiba mais sobre como agendar."
items={[
{
question: "Como agendar um horário?",
answer: "Entre em contato via WhatsApp no número (15) 99608-9514.",
},
{
question: "Aceitam cartões?",
answer: "Sim, aceitamos todas as formas de pagamento.",
},
{
question: "Onde fica a barbearia?",
answer: "R. Benedito Ferreira da Costa, 80 - Centro, Sorocaba.",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,57 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "gallery" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function GallerySection(): React.JSX.Element {
return (
<div id="gallery" data-section="gallery">
<SectionErrorBoundary name="gallery">
<FeaturesImageBento
tag="Trabalhos"
title="Nossa Galeria"
description="Confira um pouco da nossa arte."
items={[
{
title: "Fade",
description: "Corte moderno",
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-customer-sitting-armchair-barber-shop_23-2147839805.jpg",
},
{
title: "Barba",
description: "Cuidados",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-scissors_23-2149007425.jpg",
},
{
title: "Estilo",
description: "Atendimento",
imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg",
},
{
title: "Detalhes",
description: "Acabamento",
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-hair-spray-her-client_23-2148353412.jpg",
},
{
title: "Ambiente",
description: "Conforto",
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg",
},
{
title: "Premium",
description: "Qualidade",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg",
},
{
title: "Barbearia",
description: "Estrutura",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,89 @@
/* eslint-disable */
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
import Button from "@/components/ui/Button";
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
import TextAnimation from "@/components/ui/TextAnimation";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import AvatarGroup from "@/components/ui/AvatarGroup";
const primaryButton = {
text: "Agendar Agora",
href: "#"
};
const secondaryButton = {
text: "Conheça",
href: "#"
};
type HeroOverlayProps = {
tag: string;
title: string;
description: string;
primaryButton: { text: string; href: string };
secondaryButton: { text: string; href: string };
avatarsSrc?: string[];
avatarsLabel?: string;
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
const HeroInline = () => {
return (
<section
aria-label="Hero section"
className="relative w-full h-svh overflow-hidden flex flex-col justify-end mb-20"
>
<HeroBackgroundSlot />
<ImageOrVideo
imageSrc={"https://storage.googleapis.com/webild/users/user_3F97mkcqQj8XIAU2DfDcYbSRofa/uploaded-1781557839045-aqmd9n16.webp"}
className="absolute inset-0 w-full h-full object-cover rounded-none"
/>
<div
className="absolute z-10 w-[150vw] h-[150vw] left-0 bottom-0 -translate-x-1/2 translate-y-1/2 backdrop-blur mask-[radial-gradient(circle,black_20%,transparent_70%)]"
aria-hidden="true"
/>
<div className="relative z-10 w-content-width mx-auto pb-10 md:pb-25">
<div className="flex flex-col gap-3 w-full md:w-6/10 lg:w-1/2 xl:w-45/100 2xl:w-4/10">
<div className="w-fit px-3 py-1 mb-1 text-sm card rounded">
<p>{"…"}</p>
</div>
<TextAnimation
text={"Barbearia Simão 💈"}
variant="slide-up"
gradientText={true}
tag="h1"
className="text-7xl 2xl:text-8xl leading-[1.15] font-semibold text-white text-balance"
/>
<TextAnimation
text={"Estilo e precisão em cada corte. O seu novo ponto de encontro em Sorocaba."}
variant="slide-up"
gradientText={false}
tag="p"
className="text-lg md:text-xl text-white leading-snug text-balance"
/>
<div className="flex flex-wrap gap-3 mt-2 md:mt-3">
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
</div>
{undefined && undefined.length > 0 && (
<div className="mt-3 md:mt-4">
<AvatarGroup size="lg" labelClassName="text-primary-cta-text" />
</div>
)}
</div>
</div>
</section>
);
};
export default function HeroSection() {
return (
<div data-webild-section="hero" id="hero">
<HeroInline />
</div>
);
}

View File

@@ -0,0 +1,34 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Horário"
title="Funcionamento"
description="Estamos prontos para te atender."
metrics={[
{
value: "Seg-Sáb",
description: "Dias de atendimento",
},
{
value: "09:00 - 19:00",
description: "Horário de funcionamento",
},
{
value: "Centro",
description: "Localização central",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,43 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "services" section.
import React from 'react';
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ServicesSection(): React.JSX.Element {
return (
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesDetailedSteps
tag="Serviços"
title="Cortes & Tratamentos"
description="O melhor cuidado para sua imagem."
steps={[
{
tag: "01",
title: "Corte de Cabelo",
subtitle: "Estilo e acabamento",
description: "Cortes clássicos, modernos ou degradê com precisão total.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg",
},
{
tag: "02",
title: "Barba Completa",
subtitle: "Desenho e hidratação",
description: "Barba modelada com produtos de alta performance e toalha quente.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg",
},
{
tag: "03",
title: "Acabamento de Sobrancelha",
subtitle: "Design masculino",
description: "Limpeza e desenho natural para destacar seu olhar.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-wiping-clients-face-with-hot-towel_107420-94798.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,42 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "testimonials" section.
import React from 'react';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialsSection(): React.JSX.Element {
return (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialTrustCard
quote="O melhor atendimento e o corte mais preciso da região. Barbearia Simão é nota 10!"
rating={5}
author="Cliente Satisfeito"
avatars={[
{
name: "Cliente 1",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-bearded-male-dressed-elegant-classic-jacket_613910-11190.jpg",
},
{
name: "Cliente 2",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg",
},
{
name: "Cliente 3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-trimmer-back-customer-head_23-2148257056.jpg",
},
{
name: "Cliente 4",
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186517.jpg",
},
{
name: "Cliente 5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-brown-eyes_23-2148257025.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}