From 78a6100dd00144a0f289aa9f2158e6f483b13712 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:05:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bff249..4e3b4db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,6 @@ export default function LandingPage() { rating={5} ratingText="Exceptional Experiences" background={{ variant: "plain" }} - useInvertedBackground={false} />
@@ -149,7 +148,6 @@ export default function LandingPage() { { text: "DOWNLOAD PRESS KIT", href: "mailto:press@worldwave.events" }, { text: "BRAND GUIDELINES", href: "#" } ]} - animationType="slide-up" textboxLayout="default" useInvertedBackground={false} speed={40} @@ -198,7 +196,6 @@ export default function LandingPage() { { title: "LEGAL", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }, { label: "Refund", href: "#" }, { label: "Cookie", href: "#" }] } ]} copyrightText="WORLDWAVE EVENTS REGISTERED IN BRITISH COLUMBIA, CANADA © 2023-2026 ALL RIGHTS RESERVED MADE IN VANCOUVER 49.2827°N 123.1207°W" - useInvertedBackground={false} />
-- 2.49.1