From b346ad9684aedf1db109a38cc47642b2813b6406 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:27:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9057d2..87fb026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,7 @@ export default function LandingPage() {
@@ -116,6 +121,7 @@ export default function LandingPage() { faqs={[{ id: "faq1", title: "Where are you located?", content: "We are at Tkáčska 8717, 080 01 Prešov." }, { id: "faq2", title: "How do I book?", content: "Visit bistro.sk to make a reservation or call us at 0948 649 980." }]} faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -124,6 +130,8 @@ export default function LandingPage() { tag="Contact Us" title="Visit Blue Bistro Today" description="We look forward to serving you in Prešov! Contact us at 0948 649 980 or visit bistro.sk for more info." + background={{ variant: "plain" }} + useInvertedBackground={false} buttons={[{ text: "Book Now", href: "https://bistro.sk" }, { text: "Call Us", href: "tel:0948649980" }]} /> -- 2.49.1