From 6876d00f0edd4bb7185a48b48f5fdf4a68bacf77 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:44:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cff07d..b829754 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, MapPin } from "lucide-react"; +import { Award, MapPin, Phone } from "lucide-react"; const navItems = [ { name: "Menu", id: "menu" }, @@ -80,7 +80,11 @@ const menuProps = { products: menuProducts, gridVariant: "three-columns-all-equal-width" as const, animationType: "slide-up" as const, - carouselMode: "buttons" as const + carouselMode: "buttons" as const, + buttons: [ + { text: "Call to Order: (632) 555-1234", href: "tel:+16325551234" } + ], + buttonAnimation: "blur-reveal" as const }; const locationFaqs = [