From 09de8e73691a04c8264487a8f2be25ad6a05a3a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:28:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3b648c..da0e625 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { title="LELOS" description="A hidden oasis in the heart of the city. Warm lights, slow moments, and unforgettable nights." tag="City Oasis" + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Reserve Your Table", href: "#cta"}, -- 2.49.1