Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aec73d624b | |||
| 23dedd7d00 | |||
| 85e5de77de |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
|
|
||||||
export default function InventoryPage() {
|
export default function InventoryPage() {
|
||||||
@@ -34,21 +34,20 @@ export default function InventoryPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="inventory" data-section="inventory">
|
<div id="inventory" data-section="inventory">
|
||||||
<ProductCardFour
|
<ProductCardNineteen
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
|
||||||
{ id: "c1", name: "BMW 7 Series", price: "$85,000", variant: "2023 Executive", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080212.jpg" },
|
|
||||||
{ id: "c2", name: "Genesis G90", price: "$92,000", variant: "2024 Prestige", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861920.jpg" },
|
|
||||||
{ id: "c3", name: "Rolls-Royce Ghost", price: "$340,000", variant: "2022 Custom", imageSrc: "http://img.b2bpic.net/free-photo/wall-glass_1127-2093.jpg" },
|
|
||||||
{ id: "c4", name: "Mercedes S-Class", price: "$110,000", variant: "2023 Luxury", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797749.jpg" },
|
|
||||||
{ id: "c5", name: "Audi A8", price: "$88,000", variant: "2023 Sport", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg" },
|
|
||||||
{ id: "c6", name: "Bentley Flying Spur", price: "$210,000", variant: "2024 Ultimate", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797643.jpg" }
|
|
||||||
]}
|
|
||||||
title="Catalog Collection"
|
title="Catalog Collection"
|
||||||
description="Discover our exclusive catalog of performance luxury vehicles."
|
description="Discover our exclusive catalog of performance luxury vehicles."
|
||||||
|
features={[
|
||||||
|
{ tag: "2023 Executive", title: "BMW 7 Series", subtitle: "$85,000", description: "Experience the epitome of comfort and performance.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080212.jpg" },
|
||||||
|
{ tag: "2024 Prestige", title: "Genesis G90", subtitle: "$92,000", description: "Unmatched elegance in every detail.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861920.jpg" },
|
||||||
|
{ tag: "2022 Custom", title: "Rolls-Royce Ghost", subtitle: "$340,000", description: "The pinnacle of automotive luxury.", imageSrc: "http://img.b2bpic.net/free-photo/wall-glass_1127-2093.jpg" },
|
||||||
|
{ tag: "2023 Luxury", title: "Mercedes S-Class", subtitle: "$110,000", description: "Setting the gold standard for executive travel.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797749.jpg" },
|
||||||
|
{ tag: "2023 Sport", title: "Audi A8", subtitle: "$88,000", description: "Dynamic handling meets modern sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg" },
|
||||||
|
{ tag: "2024 Ultimate", title: "Bentley Flying Spur", subtitle: "$210,000", description: "Where performance meets bespoke craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797643.jpg" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,4 +63,4 @@ export default function InventoryPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user