diff --git a/src/app/page.tsx b/src/app/page.tsx index 70b5d6c..fa557e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="Chicken Inn" description="Fresh, delicious fried chicken, burgers, and fries served fast. Your favorite Thika Town fast-food spot with authentic flavors and warm service." buttons={[ - { text: "Order Online", href: "#contact" }, + { text: "Order Now", href: "#contact" }, { text: "View Menu", href: "#menu" }, ]} buttonAnimation="slide-up"