visual_edit_1773685646698

This commit is contained in:
visual-edit
2026-03-16 18:27:26 +00:00
parent 6e4b324ff9
commit 6ae2a0d555
+12 -12
View File
@@ -61,8 +61,8 @@ const Footer = () => {
<ul className="space-y-3"> <ul className="space-y-3">
<li className="flex items-start space-x-3"> <li className="flex items-start space-x-3">
<MapPin className="w-5 h-5 text-cyan-400 flex-shrink-0 mt-0.5" /> <MapPin className="w-5 h-5 text-cyan-400 flex-shrink-0 mt-0.5" />
<span className="text-gray-300 text-sm"> <span className="text-gray-300 text-sm">Weatherford, Texas  76088
123 Travel Street, Adventure City, AC 12345
</span> </span>
</li> </li>
<li className="flex items-center space-x-3"> <li className="flex items-center space-x-3">
@@ -71,7 +71,7 @@ const Footer = () => {
</li> </li>
<li className="flex items-center space-x-3"> <li className="flex items-center space-x-3">
<Mail className="w-5 h-5 text-cyan-400 flex-shrink-0" /> <Mail className="w-5 h-5 text-cyan-400 flex-shrink-0" />
<span className="text-gray-300 text-sm">info@epictravel.com</span> <span className="text-gray-300 text-sm">advisor@epictravelexpeditions.com</span>
</li> </li>
</ul> </ul>
</div> </div>
@@ -87,24 +87,24 @@ const Footer = () => {
href="https://facebook.com" href="https://facebook.com"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300" className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300">
>
<Facebook className="w-5 h-5" /> <Facebook className="w-5 h-5" />
</a> </a>
<a <a
href="https://instagram.com" href="https://instagram.com"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300" className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300">
>
<Instagram className="w-5 h-5" /> <Instagram className="w-5 h-5" />
</a> </a>
<a <a
href="https://twitter.com" href="https://twitter.com"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300" className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300">
>
<Twitter className="w-5 h-5" /> <Twitter className="w-5 h-5" />
</a> </a>
</div> </div>
@@ -118,8 +118,8 @@ const Footer = () => {
</p> </p>
</div> </div>
</div> </div>
</footer> </footer>);
);
}; };
export default Footer; export default Footer;