@extends('layouts.main') @section('title', 'Hakkımızda') @section('meta_description', 'Serap Gerebic - Geleneksel Türk mutfağının eşsiz lezzetlerini modern bir yaklaşımla sunan markamız hakkında bilgi edinin.') @section('meta_keywords', 'Serap Gerebiç, hakkımızda, hikayemiz, Kilis, geleneksel lezzetler, misyon, vizyon') @section('og_title', 'Serap Gerebiç Hakkında') @section('og_description', 'Serap Gerebic - Geleneksel Türk mutfağının eşsiz lezzetlerini modern bir yaklaşımla sunan markamız hakkında bilgi edinin.') @section('og_type', 'website') @php $aboutBlock = \App\View\Components\Helper::getBlock('ABOUT_BLOCK'); $aboutBlock2 = \App\View\Components\Helper::getBlock('ABOUT_BLOCK_2'); @endphp @section('content')
Serap Gerebic Hero

Geleneksel Lezzetler, Modern Sunum

Yılların deneyimi ve ustalığıyla, en kaliteli malzemelerle hazırlanan eşsiz tatlar

@if($aboutBlock)
@if($aboutBlock->image_path) {{ $aboutBlock->title }} @endif

{{ $aboutBlock->title }}

{!! $aboutBlock->content !!}

@endif
@if($aboutBlock2)

{{ $aboutBlock2->title }}

{!! $aboutBlock2->content !!}

@if($aboutBlock2->image_path) {{ $aboutBlock2->title }} @endif
@endif
@endsection @section('scripts') @endsection