44 lines
1.9 KiB
TypeScript
44 lines
1.9 KiB
TypeScript
// 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>
|
||
);
|
||
}
|