feat: rebrans
This commit is contained in:
+13
-13
@@ -2,13 +2,13 @@
|
||||
import { useScroll } from '../hooks/useScroll';
|
||||
|
||||
function Footer() {
|
||||
const { scrollToSectionWithHeader } = useScroll();
|
||||
const { scrollToSectionWithHeader } = useScroll();
|
||||
return (
|
||||
<footer className="bg-white border-t border-gray-100">
|
||||
{/* Main Footer Content */}
|
||||
<div className="max-w-5xl mx-auto px-6 sm:px-8 lg:px-10 py-16">
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12">
|
||||
|
||||
|
||||
{/* Brand Column */}
|
||||
<div className="lg:col-span-2">
|
||||
<div className="flex items-center gap-3 mb-6">
|
||||
@@ -16,11 +16,11 @@ function Footer() {
|
||||
<span className="text-white font-bold text-lg">آ</span>
|
||||
</div>
|
||||
<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">
|
||||
همراه شما در مسیر رسیدن به آرامش درونی. با ابزارهای علمی و تخصصی
|
||||
همراه شما در مسیر رسیدن به آرامش درونی. با ابزارهای علمی و تخصصی
|
||||
برای زندگی بهتر و ذهنی آرامتر.
|
||||
</p>
|
||||
<div className="flex gap-4">
|
||||
@@ -42,13 +42,13 @@ function Footer() {
|
||||
<h3 className="font-bold text-gray-900 mb-6 text-lg">لینکهای سریع</h3>
|
||||
<ul className="space-y-3">
|
||||
{[
|
||||
{ name: 'ویژگیها', section: 'features'},
|
||||
{ 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}>
|
||||
<a
|
||||
<a
|
||||
href={link.href}
|
||||
onClick={() => scrollToSectionWithHeader(link.section)}
|
||||
target="_blank"
|
||||
@@ -74,9 +74,9 @@ function Footer() {
|
||||
<p className="text-sm text-gray-500">Approagency</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div className="space-y-3">
|
||||
<a
|
||||
<a
|
||||
href="mailto:approagency@gmail.com"
|
||||
className="flex items-center gap-2 text-gray-600 hover:text-primary-500 transition-colors group"
|
||||
>
|
||||
@@ -85,8 +85,8 @@ function Footer() {
|
||||
</div>
|
||||
<span className="text-sm">approagency@gmail.com</span>
|
||||
</a>
|
||||
|
||||
<a
|
||||
|
||||
<a
|
||||
href="tel:+989362957108"
|
||||
className="flex items-center gap-2 text-gray-600 hover:text-primary-500 transition-colors group"
|
||||
>
|
||||
@@ -107,13 +107,13 @@ 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">
|
||||
ساخته شده با عشق برای مردم ایران
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
{/* Additional Links */}
|
||||
<div className="flex gap-6 text-sm">
|
||||
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
||||
|
||||
Reference in New Issue
Block a user