Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5e42de016 | |||
| a3b850887e | |||
| b8a33cf13a | |||
| f2ca48047f | |||
| 2668df0f5d | |||
| 1d35175436 | |||
| 084e4bd816 | |||
| c7bf693582 | |||
| b68522c0af |
@@ -8,7 +8,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
import { Facebook, Film, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -48,22 +48,22 @@ export default function LandingPage() {
|
||||
layout="page"
|
||||
products={[
|
||||
{
|
||||
id: "i-1", name: "Activa 6G", price: "₹ 76,234", rating: 5,
|
||||
id: "i-1", name: "Activa 6G", price: "₹75,000", rating: 5,
|
||||
reviewCount: "2.5K", imageSrc: "asset://product-honda-activa", imageAlt: "Honda Activa 6G scooter"},
|
||||
{
|
||||
id: "i-2", name: "Ntorq 125", price: "₹ 84,636", rating: 4,
|
||||
id: "i-2", name: "Ntorq 125", price: "₹95,000", rating: 4,
|
||||
reviewCount: "1.8K", imageSrc: "asset://product-tvs-ntorq", imageAlt: "TVS Ntorq 125 scooter"},
|
||||
{
|
||||
id: "i-3", name: "Classic 350", price: "₹ 1,93,080", rating: 5,
|
||||
id: "i-3", name: "Classic 350", price: "₹1,90,000", rating: 5,
|
||||
reviewCount: "3.1K", imageSrc: "asset://product-royal-enfield-classic", imageAlt: "Royal Enfield Classic 350 motorcycle"},
|
||||
{
|
||||
id: "i-4", name: "Maestro Edge 125", price: "₹ 80,000", rating: 4,
|
||||
id: "i-4", name: "Maestro Edge 125", price: "₹82,000", rating: 4,
|
||||
reviewCount: "1.1K", imageSrc: "asset://product-hero-maestro", imageAlt: "Hero Maestro Edge 125 scooter"},
|
||||
{
|
||||
id: "i-5", name: "Gixxer SF 155", price: "₹ 1,37,100", rating: 5,
|
||||
id: "i-5", name: "Gixxer SF 155", price: "₹1,45,000", rating: 5,
|
||||
reviewCount: "900", imageSrc: "asset://product-suzuki-gixxer", imageAlt: "Suzuki Gixxer SF 155 motorcycle"},
|
||||
{
|
||||
id: "i-6", name: "Platina 110", price: "₹ 70,400", rating: 4,
|
||||
id: "i-6", name: "Platina 110", price: "₹68,000", rating: 4,
|
||||
reviewCount: "1.4K", imageSrc: "asset://product-bajaj-platina", imageAlt: "Bajaj Platina 110 motorcycle"},
|
||||
]}
|
||||
onSearchChange={() => {}}
|
||||
|
||||
Reference in New Issue
Block a user