empty data component
This commit is contained in:
@@ -34,10 +34,10 @@ export function Footer() {
|
||||
initial="hidden"
|
||||
whileInView="visible"
|
||||
viewport={{ once: true }}
|
||||
className="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12"
|
||||
className="grid grid-cols-1 md:grid-cols-4 max-md:justify-items-center gap-8 mb-12"
|
||||
>
|
||||
{/* Brand */}
|
||||
<motion.div variants={itemVariants}>
|
||||
<motion.div variants={itemVariants} className="max-md:flex flex-col items-center justify-center">
|
||||
<h3 className=" mb-2">
|
||||
<Image
|
||||
src="/logo.jpg"
|
||||
@@ -54,8 +54,8 @@ export function Footer() {
|
||||
|
||||
{/* Quick Links */}
|
||||
<motion.div variants={itemVariants}>
|
||||
<h4 className="font-semibold mb-4">{t.footer.common.quickLinks}</h4>
|
||||
<ul className="space-y-2 text-gray-400 text-sm">
|
||||
<h4 className="font-semibold mb-4 max-md:text-center">{t.footer.common.quickLinks}</h4>
|
||||
<ul className="space-y-2 text-gray-400 text-sm max-md:text-center">
|
||||
<li>
|
||||
<a href="#about" className="hover:text-white transition-colors text-[15px] ">
|
||||
{t.footer.common.aboutUs}
|
||||
@@ -82,8 +82,8 @@ export function Footer() {
|
||||
|
||||
{/* Contact Info */}
|
||||
<motion.div variants={itemVariants}>
|
||||
<h4 className="font-semibold mb-4">{t.footer.common.contact}</h4>
|
||||
<ul className="space-y-2 text-gray-400 text-sm">
|
||||
<h4 className="font-semibold mb-4 max-md:text-center">{t.footer.common.contact}</h4>
|
||||
<ul className="space-y-2 text-gray-400 text-sm max-md:text-center">
|
||||
<li className="text-[15px]">{t.footer.common.email}: info@firma.uz</li>
|
||||
<li className="text-[15px]">{t.footer.common.phone}: +998 (99) 869-74-70</li>
|
||||
<li className="text-[15px]">{t.footer.common.telegram}: @firma_support</li>
|
||||
|
||||
Reference in New Issue
Block a user