1 Commits

Author SHA1 Message Date
378efd276d Bob AI: fix build errors (attempt 1) 2026-02-26 12:04:29 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Authentic Flavors, Warm Hospitality" title="Authentic Flavors, Warm Hospitality"
buttons={[{text:"Explore Our Menu",href:"#products-section",props:{variant:"primary"}},{text:"Visit Us Today",href:"#contact-section",props:{variant:"secondary"}}]} buttons={[{text:"Explore Our Menu",href:"#products-section",props:{variant:"hover-magnetic"}},{text:"Visit Us Today",href:"#contact-section",props:{variant:"hover-bubble"}}]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />