Beginning of ecommerce

This commit is contained in:
2024-09-26 09:50:24 +05:30
parent e4925eeb16
commit a5398565cf
25 changed files with 493 additions and 34 deletions

View File

@ -7,19 +7,14 @@ import {
FaLinkedin,
} from 'react-icons/fa';
import Image from 'next/image';
import logoPic from '/public/images/logo-puce-red.svg';
export function Footer() {
return (
<footer className='bg-[#f8f6f5] flex flex-col md:flex-row py-12 border-t-2 border-black max-w-7xl mx-auto gap-8 px-4'>
{/* First Column: Logo and Description */}
<div className='space-y-4 flex flex-col basis-1/4'>
<Image
src='/images/logo.png' // Update with your logo path
alt='Mozimo Logo'
className='h-10'
width={100}
height={100}
/>
<Image src={logoPic} alt='Mozimo Logo' width={100} height={100} />
<p className='text-sm'>
India&apos;s Premier European style bean-to-bar chocolate experience.
</p>