Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3659812913 | |||
| 77433a9dc6 | |||
| 39a4c082b4 | |||
| 48df1323eb | |||
| 648a77b1ee | |||
| 0eeb289ffb |
@@ -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