mirror of
https://github.com/myronblair/epic-download
synced 2026-06-30 17:51:00 -05:00
visual_edit_1773685646698
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user