Merge version_3 into main #5
@@ -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)" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user