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" }]} />