Skip to content

Commit

Permalink
chore: organize image files into images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
derianrddev committed Nov 22, 2024
1 parent b03d5df commit 47084b4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions frontend/app/marketplace/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const products: Product[] = [
price: 1299,
category: "Electronics",
images: [
{ src: "/macbook-pro-14.webp", alt: "MacBook Pro 14" },
{ src: "/macbook-pro-14.webp", alt: "MacBook Pro 14" },
{ src: "/macbook-pro-14.webp", alt: "MacBook Pro 14" },
{ src: "/images/macbook-pro-14.webp", alt: "MacBook Pro 14" },
{ src: "/images/macbook-pro-14.webp", alt: "MacBook Pro 14" },
{ src: "/images/macbook-pro-14.webp", alt: "MacBook Pro 14" },
],
},
{
Expand All @@ -64,9 +64,9 @@ const products: Product[] = [
price: 699,
category: "Electronics",
images: [
{ src: "/samsung-galaxy-s24-fe.webp", alt: "Samsung Galaxy S24 FE" },
{ src: "/samsung-galaxy-s24-fe.webp", alt: "Samsung Galaxy S24 FE" },
{ src: "/samsung-galaxy-s24-fe.webp", alt: "Samsung Galaxy S24 FE" },
{ src: "/images/samsung-galaxy-s24-fe.webp", alt: "Samsung Galaxy S24 FE" },
{ src: "/images/samsung-galaxy-s24-fe.webp", alt: "Samsung Galaxy S24 FE" },
{ src: "/images/samsung-galaxy-s24-fe.webp", alt: "Samsung Galaxy S24 FE" },
],
},
{
Expand All @@ -75,9 +75,9 @@ const products: Product[] = [
price: 299,
category: "Furniture",
images: [
{ src: "/ergonomic-chair.jpg", alt: "Ergonomic Chair" },
{ src: "/ergonomic-chair.jpg", alt: "Ergonomic Chair" },
{ src: "/ergonomic-chair.jpg", alt: "Ergonomic Chair" },
{ src: "/images/ergonomic-chair.jpg", alt: "Ergonomic Chair" },
{ src: "/images/ergonomic-chair.jpg", alt: "Ergonomic Chair" },
{ src: "/images/ergonomic-chair.jpg", alt: "Ergonomic Chair" },
],
},
{
Expand All @@ -86,9 +86,9 @@ const products: Product[] = [
price: 89,
category: "Appliances",
images: [
{ src: "/coffee-maker.webp", alt: "Coffee Maker" },
{ src: "/coffee-maker.webp", alt: "Coffee Maker" },
{ src: "/coffee-maker.webp", alt: "Coffee Maker" },
{ src: "/images/coffee-maker.webp", alt: "Coffee Maker" },
{ src: "/images/coffee-maker.webp", alt: "Coffee Maker" },
{ src: "/images/coffee-maker.webp", alt: "Coffee Maker" },
],
},
{
Expand All @@ -97,9 +97,9 @@ const products: Product[] = [
price: 129,
category: "Sports",
images: [
{ src: "/running-shoes.jpg", alt: "Running Shoes" },
{ src: "/running-shoes.jpg", alt: "Running Shoes" },
{ src: "/running-shoes.jpg", alt: "Running Shoes" },
{ src: "/images/running-shoes.jpg", alt: "Running Shoes" },
{ src: "/images/running-shoes.jpg", alt: "Running Shoes" },
{ src: "/images/running-shoes.jpg", alt: "Running Shoes" },
],
},
{
Expand All @@ -108,9 +108,9 @@ const products: Product[] = [
price: 159,
category: "Electronics",
images: [
{ src: "/wireless-earbuds.jpg", alt: "Wireless Earbuds" },
{ src: "/wireless-earbuds.jpg", alt: "Wireless Earbuds" },
{ src: "/wireless-earbuds.jpg", alt: "Wireless Earbuds" },
{ src: "/images/wireless-earbuds.jpg", alt: "Wireless Earbuds" },
{ src: "/images/wireless-earbuds.jpg", alt: "Wireless Earbuds" },
{ src: "/images/wireless-earbuds.jpg", alt: "Wireless Earbuds" },
],
},
];
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes

0 comments on commit 47084b4

Please sign in to comment.