Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "v1", name: "Valkyrion", price: "Prototype" },
|
||||
{ id: "v2", name: "EON GT", price: "Concept" },
|
||||
{ id: "v3", name: "Custom Builds", price: "Inquiry" }
|
||||
{ id: "v1", name: "Valkyrion", price: "Prototype", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e542567dc" },
|
||||
{ id: "v2", name: "EON GT", price: "Concept", imageSrc: "https://images.unsplash.com/photo-1580273916550-e323be2ae537" },
|
||||
{ id: "v3", name: "Custom Builds", price: "Inquiry", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user