Contact sayfa düzenlemesi
This commit is contained in:
parent
ffd04bb901
commit
7770227b4c
1 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ const Contact: React.FC = () => {
|
|||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12">
|
||||
<div className="space-y-4">
|
||||
<div className="bg-white rounded-xl shadow-lg p-8">
|
||||
<h2 className="text-2xl font-bold text-gray-900">
|
||||
<h2 className="text-2xl font-bold text-gray-900 mb-6">
|
||||
{translate('::Public.contact.info.title')}
|
||||
</h2>
|
||||
<div className="space-y-4">
|
||||
|
|
@ -178,8 +178,8 @@ const Contact: React.FC = () => {
|
|||
</div>
|
||||
|
||||
{/* Map Section */}
|
||||
<div className="bg-white rounded-xl shadow-lg p-2">
|
||||
<h2 className="text-2xl font-bold text-gray-900 mb-8 text-center">
|
||||
<div className="bg-white rounded-xl shadow-lg p-8">
|
||||
<h2 className="text-2xl font-bold text-gray-900 mb-2 text-center">
|
||||
{translate('::' + contact?.mapDto.title)}
|
||||
</h2>
|
||||
<div className="aspect-w-16 aspect-h-9 bg-gray-200 rounded-xl overflow-hidden">
|
||||
|
|
|
|||
Loading…
Reference in a new issue