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