Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-09 19:54:04 +00:00
3 changed files with 1376 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ export default function AuctionsPage() {
price: "$45,000 - $65,000",
rating: 5,
reviewCount: "124 bids",
imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg?_wi=2",
imageAlt: "Vintage Rolex watch",
},
{
@@ -63,7 +63,7 @@ export default function AuctionsPage() {
price: "$12,000 - $18,000",
rating: 5,
reviewCount: "89 bids",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg?_wi=2",
imageAlt: "Modern art painting",
},
{
@@ -73,7 +73,7 @@ export default function AuctionsPage() {
price: "$8,500 - $12,000",
rating: 5,
reviewCount: "156 bids",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=2",
imageAlt: "Antique porcelain vase",
},
{
@@ -83,7 +83,7 @@ export default function AuctionsPage() {
price: "$6,000 - $9,000",
rating: 5,
reviewCount: "67 bids",
imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg?_wi=3",
imageAlt: "Victorian jewelry piece",
},
{
@@ -93,7 +93,7 @@ export default function AuctionsPage() {
price: "$3,500 - $5,500",
rating: 5,
reviewCount: "42 bids",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=3",
imageAlt: "Antique books collection",
},
{
@@ -103,7 +103,7 @@ export default function AuctionsPage() {
price: "$7,200 - $11,000",
rating: 5,
reviewCount: "95 bids",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg?_wi=3",
imageAlt: "Bronze statue artifact",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -78,7 +78,7 @@ export default function HomePage() {
price: "$45,000 - $65,000",
rating: 5,
reviewCount: "124 bids",
imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg?_wi=1",
imageAlt: "Vintage Rolex watch",
},
{
@@ -88,7 +88,7 @@ export default function HomePage() {
price: "$12,000 - $18,000",
rating: 5,
reviewCount: "89 bids",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg?_wi=1",
imageAlt: "Modern art painting",
},
{
@@ -98,7 +98,7 @@ export default function HomePage() {
price: "$8,500 - $12,000",
rating: 5,
reviewCount: "156 bids",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=1",
imageAlt: "Antique porcelain vase",
},
]}