u
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<!-- Contact Form -->
|
||||
<MudItem xs="12" lg="8">
|
||||
<MudPaper Elevation="3" Class="pa-6 rounded-2xl mud-theme-surface">
|
||||
<MudText Typo="Typo.h5" Class="mb-6 mud-typography-subtitle1">فرم تماس</MudText>
|
||||
<MudText Typo="Typo.h5" Class="mb-6">فرم تماس</MudText>
|
||||
|
||||
<MudForm @ref="_form" Model="_contactForm">
|
||||
<MudGrid Spacing="4">
|
||||
@@ -124,7 +124,7 @@
|
||||
<MudStack Spacing="4">
|
||||
<!-- Contact Details -->
|
||||
<MudPaper Elevation="3" Class="pa-6 rounded-2xl mud-theme-surface">
|
||||
<MudText Typo="Typo.h6" Class="mb-4 mud-typography-subtitle1">اطلاعات تماس</MudText>
|
||||
<MudText Typo="Typo.h6" Class="mb-4">اطلاعات تماس</MudText>
|
||||
|
||||
<MudStack Spacing="4">
|
||||
<MudStack Row="true" Spacing="3" AlignItems="AlignItems.Start">
|
||||
@@ -169,7 +169,7 @@
|
||||
|
||||
<!-- Social Media -->
|
||||
<MudPaper Elevation="3" Class="pa-6 rounded-2xl mud-theme-surface">
|
||||
<MudText Typo="Typo.h6" Class="mb-4 mud-typography-subtitle1">شبکههای اجتماعی</MudText>
|
||||
<MudText Typo="Typo.h6" Class="mb-4">شبکههای اجتماعی</MudText>
|
||||
|
||||
<MudStack Spacing="3">
|
||||
<MudButton Variant="Variant.Outlined"
|
||||
@@ -218,7 +218,7 @@
|
||||
<!-- Map Section -->
|
||||
<section class="py-8 bg-grey-50">
|
||||
<MudContainer MaxWidth="MaxWidth.Large">
|
||||
<MudText Typo="Typo.h4" Align="Align.Center" Class="mb-8 mud-typography-subtitle1">موقعیت مکانی</MudText>
|
||||
<MudText Typo="Typo.h4" Align="Align.Center" Class="mb-8">موقعیت مکانی</MudText>
|
||||
|
||||
<MudPaper Elevation="3" Class="pa-4 rounded-2xl overflow-hidden">
|
||||
<!-- Placeholder for Map -->
|
||||
|
||||
Reference in New Issue
Block a user