Update src/app/page.tsx

This commit is contained in:
2026-01-04 18:11:01 +00:00
parent 36c31b509c
commit aaddf41513

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -128,8 +128,6 @@ export default function Page() {
textboxLayout="default"
useInvertedBackground="noInvert"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-2"
/>
</div>
@@ -194,8 +192,6 @@ export default function Page() {
textboxLayout="default"
useInvertedBackground="noInvert"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-2"
/>
</div>
@@ -257,8 +253,6 @@ export default function Page() {
textboxLayout="default"
useInvertedBackground="noInvert"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-2"
/>
</div>
@@ -290,7 +284,6 @@ export default function Page() {
]}
className="py-16 md:py-24"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-2xl md:text-3xl font-bold text-foreground text-center mb-12"
/>
</div>
@@ -324,7 +317,6 @@ export default function Page() {
useInvertedBackground="noInvert"
className="py-16 md:py-24"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-3xl md:text-4xl font-bold text-foreground mb-12"
/>
</div>
@@ -398,8 +390,6 @@ export default function Page() {
textboxLayout="default"
useInvertedBackground="noInvert"
containerClassName="py-16 md:py-24"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-2"
/>
</div>
@@ -419,7 +409,6 @@ export default function Page() {
]}
useInvertedBackground="noInvert"
containerClassName="py-12 md:py-16"
textClassName="text-2xl md:text-3xl font-bold text-foreground"
/>
</div>
@@ -514,7 +503,6 @@ export default function Page() {
]}
copyrightText="© 2025 BULLS Bikes | Engineered for Performance"
containerClassName="py-12 md:py-16"
logoTextClassName="text-3xl font-bold text-primary-cta"
/>
</div>
</ThemeProvider>