Update src/app/page.tsx

This commit is contained in:
2026-06-13 05:09:26 +00:00
parent bf31404416
commit 585b0fdcac

View File

@@ -62,7 +62,6 @@ export default function LandingPage() {
]}
autoplayDelay={4000}
showDimOverlay={true}
useInvertedBackground={true}
/>
</div>
@@ -186,7 +185,6 @@ export default function LandingPage() {
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Store Location", href: "https://maps.app.goo.gl/YourStoreLocation" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Citi Style | All Rights Reserved"
useInvertedBackground={true}
/>
</div>
</ThemeProvider>