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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -105,8 +105,8 @@ export default function AutoHubPage() {
|
|||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-4xl font-bold"
|
textBoxTitleClassName="text-4xl font-bold"
|
||||||
descriptionClassName="text-lg"
|
textBoxDescriptionClassName="text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -176,8 +176,8 @@ export default function AutoHubPage() {
|
|||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-4xl font-bold"
|
textBoxTitleClassName="text-4xl font-bold"
|
||||||
descriptionClassName="text-lg"
|
textBoxDescriptionClassName="text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -227,8 +227,8 @@ export default function AutoHubPage() {
|
|||||||
imageAlt: "Emma Thompson satisfied client"
|
imageAlt: "Emma Thompson satisfied client"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
titleClassName="text-4xl font-bold"
|
textBoxTitleClassName="text-4xl font-bold"
|
||||||
descriptionClassName="text-lg"
|
textBoxDescriptionClassName="text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -253,8 +253,8 @@ export default function AutoHubPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
topMarqueeDirection="left"
|
topMarqueeDirection="left"
|
||||||
speed={40}
|
speed={40}
|
||||||
titleClassName="text-4xl font-bold"
|
textBoxTitleClassName="text-4xl font-bold"
|
||||||
descriptionClassName="text-lg"
|
textBoxDescriptionClassName="text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
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"
|
textBoxTitleClassName="text-4xl font-bold"
|
||||||
descriptionClassName="text-lg"
|
textBoxDescriptionClassName="text-lg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user