Update src/app/page.tsx

This commit is contained in:
2026-06-02 12:05:52 +00:00
parent ce293105af
commit fb3cd52828

View File

@@ -58,7 +58,6 @@ export default function LandingPage() {
]}
autoplayDelay={4000}
showDimOverlay={true}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -226,7 +225,6 @@ export default function LandingPage() {
]}
bottomLeftText="© 2024 Restaurant chez Nabil. All rights reserved."
bottomRightText="Privacy Policy | Terms of Service"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>