Merge version_2 into main #2
@@ -310,9 +310,16 @@ export default function LandingPage() {
|
||||
]}
|
||||
logoText="Echelon Elite"
|
||||
copyrightText="© 2025 Echelon Elite. All rights reserved."
|
||||
className="py-12 px-4 sm:px-6 lg:px-8 text-foreground"
|
||||
containerClassName="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-8"
|
||||
logoTextClassName="text-2xl font-bold text-primary-cta"
|
||||
columnTitleClassName="text-lg font-semibold text-foreground mb-4"
|
||||
columnItemClassName="text-sm text-muted-foreground hover:text-primary-cta transition-colors"
|
||||
copyrightContainerClassName="border-t border-border mt-8 pt-8 text-center"
|
||||
copyrightTextClassName="text-sm text-muted-foreground"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user