Compare commits
2 Commits
f19ec504dd
...
version_2
| Author | SHA1 | Date | |
|---|---|---|---|
| 918b25a295 | |||
| 4d4d91dda9 |
@@ -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';
|
||||||
@@ -52,7 +52,7 @@ export default function AutoHubPage() {
|
|||||||
{ text: "Browse Inventory", href: "product" },
|
{ text: "Browse Inventory", href: "product" },
|
||||||
{ text: "Schedule Test Drive", href: "contact" }
|
{ text: "Schedule Test Drive", href: "contact" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766161705753-vhizi7n6.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502378303-fame3an0.jpg"
|
||||||
imageAlt="Featured luxury vehicle"
|
imageAlt="Featured luxury vehicle"
|
||||||
className="relative"
|
className="relative"
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
@@ -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