From 072c3b5aff057c1e311ac14175abd258200a8cce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 07:33:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73342c8..c4ef1ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,6 +127,8 @@ export default function LandingPage() { description="We're here to help you plan your journey. Reach out for any questions, support, or custom itinerary requests." inputPlaceholder="Your message..." buttonText="Send" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} /> -- 2.49.1