Update src/app/page.tsx

This commit is contained in:
2026-05-28 10:33:24 +00:00
parent fe4245c129
commit f2f915cc08

View File

@@ -100,7 +100,6 @@ export default function LandingPage() {
{ id: "h5", imageSrc: getAssetUrl("hero-carousel-5"), imageAlt: getAssetAlt("hero-carousel-5", "Modern gym interior with various exercise machines") },
{ id: "h6", imageSrc: getAssetUrl("hero-carousel-6"), imageAlt: getAssetAlt("hero-carousel-6", "Athlete sprinting on a track with motion blur") }
]}
useInvertedBackground={false}
/>
</div>
@@ -226,7 +225,6 @@ export default function LandingPage() {
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Apex Fitness. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>