Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -119,22 +119,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Prop Design", name: "Vintage Revolver", price: "$500", rating: 5,
|
||||
id: "1", brand: "Prop Design", name: "Vintage Revolver", price: "Model Purchase: $500", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396049.jpg", imageAlt: "3D render of a vintage revolver"},
|
||||
{
|
||||
id: "2", brand: "Environment", name: "Noir Detective Desk", price: "$1200", rating: 5,
|
||||
id: "2", brand: "Environment", name: "Noir Detective Desk", price: "Estimated Cost: $1200", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-scene_23-2151136086.jpg", imageAlt: "3D render of a film noir detective's desk"},
|
||||
{
|
||||
id: "3", brand: "Vehicle", name: "1930s Mob Sedan", price: "$2500", rating: 5,
|
||||
id: "3", brand: "Vehicle", name: "1930s Mob Sedan", price: "Starting from: $2500", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-minimal-background_23-2150796922.jpg", imageAlt: "3D model of a 1930s-style sedan"},
|
||||
{
|
||||
id: "4", brand: "Character", name: "Stylized Mafia Bulldog", price: "$900", rating: 4,
|
||||
id: "4", brand: "Character", name: "Stylized Mafia Bulldog", price: "Model Purchase: $900", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-like-dog_23-2150780954.jpg", imageAlt: "3D render of a stylized mafia bulldog character"},
|
||||
{
|
||||
id: "5", brand: "Architecture", name: "Gritty Warehouse", price: "$1800", rating: 5,
|
||||
id: "5", brand: "Architecture", name: "Gritty Warehouse", price: "Estimated Cost: $1800", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/metallurgical-industry-seen-from-drone_641386-431.jpg", imageAlt: "3D render of a modular brick warehouse"},
|
||||
{
|
||||
id: "6", brand: "Prop Asset", name: "Ornate Safe & Loot", price: "$750", rating: 5,
|
||||
id: "6", brand: "Prop Asset", name: "Ornate Safe & Loot", price: "Model Purchase: $750", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-treasure-chest-with-stones-king_23-2148746797.jpg", imageAlt: "3D render of an ornate safe with gold and cash"},
|
||||
]}
|
||||
title="Featured Projects: A Glimpse into the Underworld"
|
||||
|
||||
Reference in New Issue
Block a user