diff --git a/src/app/page.tsx b/src/app/page.tsx index a9e0668..2c990f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,17 +166,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Modern Peoria Estate", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg"}, + id: "p1", name: "Modern Peoria Estate", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }}, { - id: "p2", name: "Commercial Office Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sofia-square-mykhailivska-square-kiev-ukraine_1153-5729.jpg"}, + id: "p2", name: "Commercial Office Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sofia-square-mykhailivska-square-kiev-ukraine_1153-5729.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }}, { - id: "p3", name: "Suburban Roof Upgrade", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg"}, + id: "p3", name: "Suburban Roof Upgrade", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }}, { - id: "p4", name: "Luxury Home Installation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"}, + id: "p4", name: "Luxury Home Installation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }}, { - id: "p5", name: "Multi-Family Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg"}, + id: "p5", name: "Multi-Family Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }}, { - id: "p6", name: "Historic Restoration", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg"}, + id: "p6", name: "Historic Restoration", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }}, ]} title="Completed Projects" description="Explore our recent installations across Peoria."