diff --git a/src/app/page.tsx b/src/app/page.tsx index e872fea..ea3ec82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,9 +72,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "slab", name: "Live Edge Slabs", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12886.jpg", imageAlt: "Live edge slab" }, - { id: "custom", name: "Custom Furniture", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg", imageAlt: "Custom furniture" }, - { id: "specialty", name: "Specialty Projects", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-man-engraving-wood_23-2149061688.jpg", imageAlt: "Specialty project" }, + { id: "slab", name: "Live Edge Slabs", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12886.jpg?_wi=1", imageAlt: "Live edge slab" }, + { id: "custom", name: "Custom Furniture", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg?_wi=1", imageAlt: "Custom furniture" }, + { id: "specialty", name: "Specialty Projects", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-man-engraving-wood_23-2149061688.jpg?_wi=1", imageAlt: "Specialty project" }, ]} title="What We Offer" description="Hand-picked Appalachian hardwoods, custom furniture, and heirloom quality builds." diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index cb6fe69..809935f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -41,9 +41,9 @@ export default function ProductsPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "slab", name: "Live Edge Slabs", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12886.jpg", imageAlt: "Live edge slab" }, - { id: "custom", name: "Custom Furniture", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg", imageAlt: "Custom furniture" }, - { id: "specialty", name: "Specialty Projects", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-man-engraving-wood_23-2149061688.jpg", imageAlt: "Specialty project" }, + { id: "slab", name: "Live Edge Slabs", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12886.jpg?_wi=2", imageAlt: "Live edge slab" }, + { id: "custom", name: "Custom Furniture", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg?_wi=2", imageAlt: "Custom furniture" }, + { id: "specialty", name: "Specialty Projects", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-man-engraving-wood_23-2149061688.jpg?_wi=2", imageAlt: "Specialty project" }, ]} title="Our Premium Products" description="Browse our full collection of hand-crafted Appalachian hardwood furniture and custom-milled slabs."