Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4480cec42 | |||
| 777c2de190 | |||
| c07742834d | |||
| 6a960b821f | |||
| 0145eefb69 |
@@ -125,6 +125,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Questions?"
|
||||
description="Find answers to frequently asked questions about our process."
|
||||
className="animate-on-scroll"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,13 +136,16 @@ export default function LandingPage() {
|
||||
description="Let's start your project."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
className="animate-on-scroll"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Aura Interiors"
|
||||
copyrightText="© 2025 | Aura Interiors"
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "#" }] }]}
|
||||
className="animate-on-scroll"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user