feat: add FooterAndContact component and privacy policy page
This commit is contained in:
parent
e686d41d26
commit
4d145ae7b0
@ -38,7 +38,7 @@ export default function PrivacyPolicyPage() {
|
|||||||
If you have questions or concerns about this Privacy Policy, please reach out to us at:
|
If you have questions or concerns about this Privacy Policy, please reach out to us at:
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<strong>YS Lootah Robotics</strong><br/>
|
<strong>YS Lootah Robotics</strong><br/>
|
||||||
Dubai Design District (D3)<br/>
|
Office 408, City Bay Business Center<br/>
|
||||||
Dubai, United Arab Emirates<br/>
|
Dubai, United Arab Emirates<br/>
|
||||||
Email: info@yslootahtech.com
|
Email: info@yslootahtech.com
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -159,11 +159,11 @@ export function FooterAndContact() {
|
|||||||
</div>
|
</div>
|
||||||
<div><div className="text-sm text-slate-400">Email</div><div className="mt-1 font-medium text-white">info@yslootahtech.com</div></div>
|
<div><div className="text-sm text-slate-400">Email</div><div className="mt-1 font-medium text-white">info@yslootahtech.com</div></div>
|
||||||
</a>
|
</a>
|
||||||
<a className="group flex items-start gap-4" href="https://maps.google.com/?q=Dubai Design District (D3), Dubai" target="_blank" rel="noopener noreferrer">
|
<a className="group flex items-start gap-4" href="https://maps.google.com/?q=Office+408+City+Bay+Business+Center+Dubai" target="_blank" rel="noopener noreferrer">
|
||||||
<div className="flex h-12 w-12 shrink-0 items-center justify-center rounded-xl bg-[#c4a265]/10 text-[#c4a265] transition-all duration-300 group-hover:bg-[#c4a265]/20 group-hover:scale-110">
|
<div className="flex h-12 w-12 shrink-0 items-center justify-center rounded-xl bg-[#c4a265]/10 text-[#c4a265] transition-all duration-300 group-hover:bg-[#c4a265]/20 group-hover:scale-110">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-map-pin h-5 w-5" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-map-pin h-5 w-5" aria-hidden="true"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg>
|
||||||
</div>
|
</div>
|
||||||
<div><div className="text-sm text-slate-400">Address</div><div className="mt-1 font-medium text-white">Dubai Design District (D3)<br/>Dubai, UAE</div></div>
|
<div><div className="text-sm text-slate-400">Address</div><div className="mt-1 font-medium text-white">Office 408, City Bay Business Center<br/>Dubai, UAE</div></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-8 pt-6 border-t border-[rgba(255,255,255,0.05)]">
|
<div className="mt-8 pt-6 border-t border-[rgba(255,255,255,0.05)]">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user