feat: add google maps to footer
This commit is contained in:
@@ -48,10 +48,19 @@ const FooterBasic = ({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
<div className="w-full md:w-1/3">
|
||||||
|
<iframe
|
||||||
|
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d214827.9391993325!2d-117.32725643033326!3d32.74946396037413!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80d9530fad921e4b%3A0xd3a21fdfd15df79!2sSan%20Diego%2C%20CA%2C%20USA!5e0!3m2!1sen!2sua!4v1715192157289!5m2!1sen!2sua"
|
||||||
|
width="100%"
|
||||||
|
height="200"
|
||||||
|
style={{ border: 0 }}
|
||||||
|
allowFullScreen
|
||||||
|
loading="lazy"
|
||||||
|
referrerPolicy="no-referrer-when-downgrade"
|
||||||
|
></iframe>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="w-full h-px bg-foreground/20" />
|
<div className="w-full h-px bg-foreground/20" />
|
||||||
|
|
||||||
<div className="w-full flex items-center justify-between pt-5">
|
<div className="w-full flex items-center justify-between pt-5">
|
||||||
<span className="text-sm opacity-50">{leftText}</span>
|
<span className="text-sm opacity-50">{leftText}</span>
|
||||||
<span className="text-sm opacity-50">{rightText}</span>
|
<span className="text-sm opacity-50">{rightText}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user