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 = [