Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-06-08 08:05:20 +00:00

View File

@@ -57,7 +57,6 @@ export default function LandingPage() {
rating={5}
ratingText="Exceptional Experiences"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="upcoming-events" data-section="upcoming-events">
@@ -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}
/>
</div>
</ThemeProvider>