diff --git a/src/app/page.tsx b/src/app/page.tsx index dac05d4..d419138 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,6 @@ import { Droplet, Wine, Utensils, - Cocktail, Users, Star, } from "lucide-react"; @@ -46,7 +45,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+16316354321"}} + text: "Call Now", href: "tel:+16316354321" + }} animateOnLoad={true} /> @@ -117,7 +117,8 @@ export default function LandingPage() { @@ -167,7 +172,8 @@ export default function LandingPage() { }, { id: "2", name: "James Chen", role: "Regular Customer", testimonial: - "Perfect spot for a casual dinner with friends. The guacamole is made fresh right in front of you, and the portions are huge. Great value for the quality."}, + "Perfect spot for a casual dinner with friends. The guacamole is made fresh right in front of you, and the portions are huge. Great value for the quality." + }, { id: "3", name: "Sarah Thompson", role: "Date Night Regular", testimonial: "Took my partner here for our anniversary and we couldn't have asked for better. The ambiance is lively but cozy, and every dish was delicious. Already planning our next visit!", icon: Star, @@ -238,7 +244,8 @@ export default function LandingPage() { title: "Contact", items: [ { label: "📞 (631) 635-4321", href: "tel:+16316354321" }, { - label: "📍 Huntington Station, NY", href: "https://maps.google.com"}, + label: "📍 Huntington Station, NY", href: "https://maps.google.com" + }, { label: "📧 info@elsueño.com", href: "mailto:info@elsueño.com" }, { label: "Order Online", href: "#menu" }, ],