diff --git a/src/app/page.tsx b/src/app/page.tsx index 6630f40..b10063c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,7 @@ export default function LandingPage() { description="More Over Coffee (MOC) invites you to a refined cafe experience. Indulge in our exquisite coffee blends, handcrafted beverages, and a culinary journey of delicious food, all in a stylish and inviting ambiance." buttons={[ { - text: "Order via Swiggy", href: "https://www.swiggy.com", onClick: () => window.open('https://www.swiggy.com', '_blank', 'noopener,noreferrer'), - className: "bg-[#FC8019] text-white hover:bg-[#e07015]"}, + text: "Order via Swiggy", href: "https://www.swiggy.com", onClick: () => window.open('https://www.swiggy.com', '_blank', 'noopener,noreferrer')}, { text: "Book a Table", href: "#contact"}, ]}