feat: logo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
import { useScroll } from '../hooks/useScroll';
|
||||
import LotusLogo from './LotusLogo';
|
||||
|
||||
function Footer() {
|
||||
const { scrollToSectionWithHeader } = useScroll();
|
||||
@@ -12,11 +13,9 @@ function Footer() {
|
||||
{/* Brand Column */}
|
||||
<div className="lg:col-span-2">
|
||||
<div className="flex items-center gap-3 mb-6">
|
||||
<div className="bg-gradient-to-r from-primary-500 to-primary-600 w-10 h-10 rounded-xl flex items-center justify-center">
|
||||
<span className="text-white font-bold text-lg">آ</span>
|
||||
</div>
|
||||
<LotusLogo className="w-11 h-11 drop-shadow-sm" />
|
||||
<div className="text-2xl font-bold bg-gradient-to-r from-primary-500 to-primary-600 bg-clip-text text-transparent">
|
||||
آرام لند
|
||||
آرام جان
|
||||
</div>
|
||||
</div>
|
||||
<p className="text-gray-600 leading-relaxed mb-6 max-w-md">
|
||||
@@ -44,7 +43,7 @@ function Footer() {
|
||||
{[
|
||||
{ name: 'ویژگیها', section: 'features' },
|
||||
{ name: 'امکانات', section: 'what-you-can-do' },
|
||||
{ name: 'چرا آرام لند', section: 'why-aramland' },
|
||||
{ name: 'چرا آرام جان', section: 'why-aramland' },
|
||||
{ name: 'ارتباط با تیم', href: 'https://approagency.ir/' }
|
||||
].map((link) => (
|
||||
<li key={link.name}>
|
||||
@@ -107,7 +106,7 @@ function Footer() {
|
||||
<div className="flex flex-col md:flex-row justify-between items-center gap-4">
|
||||
<div className="text-center md:text-right">
|
||||
<p className="text-gray-600 mb-2">
|
||||
© 1404 آرام لند - همراه تو برای یک زندگی آرامتر
|
||||
© 1404 آرام جان - همراه تو برای یک زندگی آرامتر
|
||||
</p>
|
||||
<p className="text-gray-500 text-sm">
|
||||
ساخته شده با عشق برای مردم ایران
|
||||
|
||||
Reference in New Issue
Block a user