Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f94df692a2 | |||
| 3ea1f9989c |
@@ -12,6 +12,14 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Utensils, Book, Pizza, Wine, UtensilsCrossed, Sparkles, Users, Truck, Menu, MapPin, Image, Flame, Facebook, Instagram, Phone, Heart } from 'lucide-react';
|
||||
|
||||
export default function UmbrellaLandingPage() {
|
||||
const handleFooterSocialClick = (href: string) => {
|
||||
if (href.startsWith('tel:')) {
|
||||
window.location.href = href;
|
||||
} else if (href.startsWith('http')) {
|
||||
window.open(href, '_blank');
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
|
||||
Reference in New Issue
Block a user