Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-17 23:52:48 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export default function CorporateGiftsPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Executive Heritage Station Clock", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-outdoors-still-life_23-2150436103.jpg" },
{ id: "p2", name: "Presidential Walnut Timekeeper", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg" },
{ id: "p2", name: "Presidential Walnut Timekeeper", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg?_wi=1" },
{ id: "p3", name: "Director Series Wall Clock", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436137.jpg" }
]}
/>

View File

@@ -58,7 +58,7 @@ export default function ProductPage() {
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Bradley Woodworks", name: "Small Heritage Clock", price: "$850.00", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg" },
{ id: "p1", brand: "Bradley Woodworks", name: "Small Heritage Clock", price: "$850.00", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg?_wi=2" },
{ id: "p2", brand: "Bradley Woodworks", name: "Executive Station Clock", price: "$1,500.00", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/white-clock-white-wall-interior_169016-49298.jpg" },
{ id: "p3", brand: "Bradley Woodworks", name: "Grand Commuter Clock", price: "$1,950.00", rating: 4, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/countdown-street-watch-face-black_1203-4950.jpg" }
]}