Update src/app/page.tsx

This commit is contained in:
2026-05-27 02:00:35 +00:00
parent 3e3dc9e219
commit ef48a0beb4

View File

@@ -79,7 +79,6 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
carouselPosition="right"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about" className={openSans.variable}>
@@ -221,7 +220,6 @@ export default function LandingPage() {
socialLinks={[
{ icon: Instagram, href: "https://www.instagram.com/", ariaLabel: "Instagram" }
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>