Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user