Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-04 08:44:49 +00:00

View File

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