From 7ebda5c23098b8b355a72f52cf936c4f1e70da43 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:54:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 393e460..c099105 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Clock, Star, DollarSign, MapPin, Flame, CheckCircle, Zap, Leaf, Users, Heart, MessageCircle } from "lucide-react"; +import { Clock, Star, DollarSign, MapPin, Flame, CheckCircle, Zap, Leaf, Users, Heart, MessageCircle, FileText } from "lucide-react"; const handleOrderSubmit = (data: Record) => { console.log("Order submitted:", data); @@ -144,7 +144,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "📞 Call to Order", href: "tel:04-263-1366" }]} + buttons={[{ text: "📞 Call to Order", href: "tel:04-263-1366" }, { text: "📋 View Full Menu", href: "#" }]} /> -- 2.49.1