Update src/app/page.tsx

This commit is contained in:
2026-06-11 05:52:30 +00:00
parent d3c0dbc573
commit d5653e6bfa

View File

@@ -59,7 +59,6 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
ariaLabel="Hero section"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -185,7 +184,6 @@ export default function LandingPage() {
]}
copyrightText="© 2024 Vividh Design. All rights reserved."
ariaLabel="Site footer"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>