Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 593bc54dfd | |||
| 3659812913 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
@@ -234,6 +234,9 @@ export default function LandingPage() {
|
||||
buttonText="Get Free Access"
|
||||
termsText="By downloading, you agree to our Terms of Service. We respect your privacy and will never share your information."
|
||||
/>
|
||||
<div style={{ textAlign: 'center', paddingTop: '2rem', fontSize: '1rem', color: 'var(--foreground)' }}>
|
||||
<p>adistackstudio@gmail.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user