diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fc1157..c3acc49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function HomePage() { logoText="Food Fest Cafeteria" description="Fresh Food, Great Taste, Every Day. Your favorite neighborhood spot for quality tea, coffee, fresh juices, and delicious quick bites in the heart of Dubai." buttons={[ + { text: "Order Now", href: "#contact" }, { text: "View Menu", href: "/menu" }, - { text: "Contact Us", href: "#contact" }, ]} background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/top-view-people-toasting-party_23-2148232023.jpg" @@ -165,4 +165,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}