Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -105,8 +105,8 @@ export default function AutoHubPage() {
|
||||
containerStyle="default"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,8 +176,8 @@ export default function AutoHubPage() {
|
||||
containerStyle="default"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -227,8 +227,8 @@ export default function AutoHubPage() {
|
||||
imageAlt: "Emma Thompson satisfied client"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -253,8 +253,8 @@ export default function AutoHubPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
topMarqueeDirection="left"
|
||||
speed={40}
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -299,8 +299,8 @@ export default function AutoHubPage() {
|
||||
content: "Yes, we provide complete vehicle history reports and maintenance records for all pre-owned vehicles. Every vehicle also includes our detailed inspection report ensuring quality and transparency."
|
||||
}
|
||||
]}
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user