3 Commits

Author SHA1 Message Date
648684e1f7 Update src/app/page.tsx 2026-04-02 16:39:23 +00:00
40c5d46b5e Merge version_2 into main
Merge version_2 into main
2026-04-02 16:35:40 +00:00
304270b63a Merge version_2 into main
Merge version_2 into main
2026-04-02 16:35:08 +00:00

View File

@@ -15,6 +15,10 @@ export default function LandingPage() {
console.log("Subscribed:", email);
};
const handleCall = () => {
window.location.href = "tel:2624564077";
};
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -48,7 +52,7 @@ export default function LandingPage() {
description="Experience local flavors and soul-warming seafood in the heart of Racine. Exceptional service, fresh ingredients, and a warm welcome await you."
buttons={[
{ text: "Order Online", href: "https://www.doordash.com/" },
{ text: "Call Now", href: "tel:2624564077" },
{ text: "Call Now", onClick: handleCall },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg", imageAlt: "Juicy Lucy's dining atmosphere" },
@@ -140,7 +144,7 @@ export default function LandingPage() {
{
title: "Order", items: [
{ label: "Order Delivery", href: "https://www.doordash.com/" },
{ label: "Call Today", href: "tel:2624564077" },
{ label: "Call Today", onClick: handleCall, href: "javascript:void(0)" },
],
},
{