Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function EventsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -26,6 +26,7 @@ export default function EventsPage() {
|
||||
textboxLayout="split"
|
||||
title="Upcoming Events"
|
||||
description="Join us for unforgettable nights of blues, rock, and roll. Check our schedule for the latest performances."
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "e1",
|
||||
@@ -45,6 +46,8 @@ export default function EventsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
bottomLeftText="© 2025 Cadillac Club"
|
||||
bottomRightText="All rights reserved."
|
||||
columns={[
|
||||
{ title: "Club", items: [{ label: "Home", href: "/" }, { label: "Events", href: "/events" }] }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user