Center phone number in footer
This commit is contained in:
@@ -249,10 +249,10 @@ export default function Home() {
|
|||||||
|
|
||||||
<footer className="bg-gray-100 dark:bg-gray-800 border-t border-gray-200 dark:border-gray-700 mt-16">
|
<footer className="bg-gray-100 dark:bg-gray-800 border-t border-gray-200 dark:border-gray-700 mt-16">
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||||
<div className="flex flex-col sm:flex-row justify-center items-center gap-6">
|
<div className="flex flex-col justify-center items-center gap-6">
|
||||||
<div className="text-center sm:text-left">
|
<div className="text-center">
|
||||||
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">Kontakt</h3>
|
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">Kontakt</h3>
|
||||||
<a
|
<a
|
||||||
href="tel:+381631031048"
|
href="tel:+381631031048"
|
||||||
className="inline-flex items-center gap-2 text-blue-600 dark:text-blue-400 hover:text-blue-700 dark:hover:text-blue-300 transition-colors"
|
className="inline-flex items-center gap-2 text-blue-600 dark:text-blue-400 hover:text-blue-700 dark:hover:text-blue-300 transition-colors"
|
||||||
onClick={() => trackEvent('Contact', 'Phone Call', 'Footer')}
|
onClick={() => trackEvent('Contact', 'Phone Call', 'Footer')}
|
||||||
|
|||||||
Reference in New Issue
Block a user