Update src/app/my-quotes/page.tsx

This commit is contained in:
2026-03-20 23:15:24 +00:00
parent f2c6606e26
commit ac503fb8a2

View File

@@ -88,7 +88,7 @@ export default function MyQuotesPage() {
title: "Standard Electronics Bundle",
subtitle: "Request ID: CHE-2024-001",
description: "50 units of wireless earbuds with charging case. Requested on March 15, 2024. Awaiting supplier confirmation.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-invoice-sheet_23-2149093045.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-invoice-sheet_23-2149093045.jpg?_wi=3",
imageAlt: "Active quote for electronics bundle",
buttons: [
{ text: "View Details", href: "/my-quotes/CHE-2024-001" },
@@ -100,7 +100,7 @@ export default function MyQuotesPage() {
title: "Bulk Office Supplies",
subtitle: "Request ID: CHE-2024-002",
description: "200 units of premium desk organizers. Quote approved at $2,450. Ready for payment processing.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-invoice-sheet_23-2149093045.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-invoice-sheet_23-2149093045.jpg?_wi=4",
imageAlt: "Approved office supplies quote",
buttons: [
{ text: "Proceed to Payment", href: "/my-quotes/CHE-2024-002/payment" },
@@ -112,7 +112,7 @@ export default function MyQuotesPage() {
title: "Premium Fashion Accessories",
subtitle: "Request ID: CHE-2024-003",
description: "150 units of designer handbags. Order completed and shipped on February 28, 2024.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-invoice-sheet_23-2149093045.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-business-invoice-sheet_23-2149093045.jpg?_wi=5",
imageAlt: "Completed fashion accessories order",
buttons: [
{ text: "Download Invoice", href: "/my-quotes/CHE-2024-003/invoice" },