Update src/app/page.tsx

This commit is contained in:
2026-03-03 04:54:12 +00:00
parent a6bde6cc8f
commit 7ebda5c230

View File

@@ -10,7 +10,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; 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<string, string>) => { const handleOrderSubmit = (data: Record<string, string>) => {
console.log("Order submitted:", data); console.log("Order submitted:", data);
@@ -144,7 +144,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} 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: "#" }]}
/> />
</div> </div>