Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6770dd478b | |||
| e8c02f1096 |
@@ -310,6 +310,13 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
logoText="Echelon Elite"
|
logoText="Echelon Elite"
|
||||||
copyrightText="© 2025 Echelon Elite. All rights reserved."
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user