Files
00a48b85-c0be-49c3-9b02-492…/src/pages/HomePage/sections/Services.tsx
2026-06-14 13:52:45 +00:00

44 lines
1.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 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="Özel Hizmetler"
title="Profesyonel Dokunuşlar"
description="Her saç tipi için özel bakım ve tasarım seçenekleri."
steps={[
{
tag: "Kesim",
title: "Saç Kesimi",
subtitle: "Modern Tasarım",
description: "Yüz hatlarınıza uygun, modern ve kişiselleştirilmiş saç kesimleri.",
imageSrc: "http://img.b2bpic.net/free-photo/instruments-used-latino-hair-salon_23-2150555177.jpg",
},
{
tag: "Boya",
title: "Boya & Renk",
subtitle: "Uzman Renklendirme",
description: "En kaliteli ürünlerle saç sağlığınızı koruyan profesyonel boyama teknikleri.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108856.jpg",
},
{
tag: "Bakım",
title: "Fön & Bakım",
subtitle: "İpeksi Saçlar",
description: "Saçınızın ihtiyacı olan özel bakım kürleri ve profesyonel fön uygulamaları.",
imageSrc: "http://img.b2bpic.net/free-photo/crying-woman-has-frustrated-face-expression-sits-bathrobe-tired-beauty-procedures_273609-37078.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}