Fix:Changed project name

This commit is contained in:
Atharva Ombase
2025-04-16 15:43:02 +05:30
parent 9d6387699e
commit 65ca53b224
+36 -10
View File
@@ -42,22 +42,38 @@ const Footer = () => {
/> />
</svg> </svg>
</div> </div>
<h3 className="text-2xl font-bold text-white">Drive-thru</h3> <h3 className="text-2xl font-bold text-white">Skycrate</h3>
</div> </div>
<p className="text-white/90"> <p className="text-white/90">
Your secure cloud storage solution for all your digital needs. Your secure cloud storage solution for all your digital needs.
</p> </p>
<div className="flex space-x-4"> <div className="flex space-x-4">
<a href="https://facebook.com" target="_blank" rel="noopener noreferrer"> <a
href="https://facebook.com"
target="_blank"
rel="noopener noreferrer"
>
<Facebook className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" /> <Facebook className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" />
</a> </a>
<a href="https://twitter.com" target="_blank" rel="noopener noreferrer"> <a
href="https://twitter.com"
target="_blank"
rel="noopener noreferrer"
>
<Twitter className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" /> <Twitter className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" />
</a> </a>
<a href="https://instagram.com" target="_blank" rel="noopener noreferrer"> <a
href="https://instagram.com"
target="_blank"
rel="noopener noreferrer"
>
<Instagram className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" /> <Instagram className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" />
</a> </a>
<a href="https://linkedin.com" target="_blank" rel="noopener noreferrer"> <a
href="https://linkedin.com"
target="_blank"
rel="noopener noreferrer"
>
<Linkedin className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" /> <Linkedin className="w-5 h-5 text-white cursor-pointer hover:text-cyan-200 transition-all duration-200 transform hover:scale-110" />
</a> </a>
</div> </div>
@@ -117,7 +133,8 @@ const Footer = () => {
<div> <div>
<h4 className="font-semibold text-white mb-4">Stay Updated</h4> <h4 className="font-semibold text-white mb-4">Stay Updated</h4>
<p className="text-white/90 mb-4"> <p className="text-white/90 mb-4">
Get exclusive tips, updates on new features, and special offers directly in your inbox. Get exclusive tips, updates on new features, and special offers
directly in your inbox.
</p> </p>
<div className="space-y-4"> <div className="space-y-4">
<input <input
@@ -141,15 +158,24 @@ const Footer = () => {
{/* Bottom Section */} {/* Bottom Section */}
<div className="flex flex-col md:flex-row justify-between items-center text-white/90 text-sm"> <div className="flex flex-col md:flex-row justify-between items-center text-white/90 text-sm">
<p>© {new Date().getFullYear()} Drive-Thru. All rights reserved.</p> <p>© {new Date().getFullYear()} Skycrate. All rights reserved.</p>
<div className="flex gap-4 mt-4 md:mt-0"> <div className="flex gap-4 mt-4 md:mt-0">
<a href="#" className="hover:text-white transition-all duration-200 hover:translate-x-1 inline-block"> <a
href="#"
className="hover:text-white transition-all duration-200 hover:translate-x-1 inline-block"
>
Privacy Policy Privacy Policy
</a> </a>
<a href="#" className="hover:text-white transition-all duration-200 hover:translate-x-1 inline-block"> <a
href="#"
className="hover:text-white transition-all duration-200 hover:translate-x-1 inline-block"
>
Terms of Service Terms of Service
</a> </a>
<a href="#" className="hover:text-white transition-all duration-200 hover:translate-x-1 inline-block"> <a
href="#"
className="hover:text-white transition-all duration-200 hover:translate-x-1 inline-block"
>
Cookie Policy Cookie Policy
</a> </a>
</div> </div>