diff --git a/src/app/page.tsx b/src/app/page.tsx index 72e1bca..3a2bc92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,10 +85,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Victorian Pocket Watch", price: "$1,250", variant: "Gold • 1890s • Excellent", imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Victorian pocket watch" + id: "1", name: "Victorian Pocket Watch", price: "$1,250", variant: "Gold • 1890s • Excellent", imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=1", imageAlt: "Victorian pocket watch" }, { - id: "2", name: "Porcelain Figurine", price: "$680", variant: "Meissen • Hand-Painted • Rare", imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg", imageAlt: "Antique porcelain figurine" + id: "2", name: "Porcelain Figurine", price: "$680", variant: "Meissen • Hand-Painted • Rare", imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg?_wi=1", imageAlt: "Antique porcelain figurine" }, { id: "3", name: "Brass Navigation Telescope", price: "$890", variant: "Maritime • 1920s • Functional", imageSrc: "http://img.b2bpic.net/free-photo/composition-marine-elements-with-copyspace_23-2147804677.jpg", imageAlt: "Antique brass telescope" @@ -105,11 +105,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Authentic Verification", author: "Curatorial Team", description: "Every piece is thoroughly authenticated by our expert appraisers with decades of experience in antique valuation and historical documentation.", tags: ["Authenticity", "Expert"], - imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg", imageAlt: "Authentication process" + imageSrc: "http://img.b2bpic.net/free-photo/elegance-gold-luxury-watch-success-generated-by-ai_188544-14010.jpg?_wi=2", imageAlt: "Authentication process" }, { id: "2", title: "Heritage Restoration", author: "Restoration Specialists", description: "Our skilled craftspeople carefully restore each piece while maintaining original character and historical integrity for lasting value.", tags: ["Quality", "Preservation"], - imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg", imageAlt: "Restoration workshop" + imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-30129.jpg?_wi=2", imageAlt: "Restoration workshop" } ]} textboxLayout="default"