visual_edit_1773685646698

This commit is contained in:
visual-edit
2026-03-16 18:27:26 +00:00
parent 6e4b324ff9
commit 6ae2a0d555
+11 -11
View File
@@ -61,8 +61,8 @@ const Footer = () => {
<ul className="space-y-3">
<li className="flex items-start space-x-3">
<MapPin className="w-5 h-5 text-cyan-400 flex-shrink-0 mt-0.5" />
<span className="text-gray-300 text-sm">
123 Travel Street, Adventure City, AC 12345
<span className="text-gray-300 text-sm">Weatherford, Texas  76088
</span>
</li>
<li className="flex items-center space-x-3">
@@ -71,7 +71,7 @@ const Footer = () => {
</li>
<li className="flex items-center space-x-3">
<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>
</ul>
</div>
@@ -87,24 +87,24 @@ const Footer = () => {
href="https://facebook.com"
target="_blank"
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" />
</a>
<a
href="https://instagram.com"
target="_blank"
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" />
</a>
<a
href="https://twitter.com"
target="_blank"
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" />
</a>
</div>
@@ -118,8 +118,8 @@ const Footer = () => {
</p>
</div>
</div>
</footer>
);
</footer>);
};
export default Footer;