Update src/app/page.tsx
This commit is contained in:
@@ -94,12 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Before & After Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof_23-2148748814.jpg" },
|
||||
{ id: "2", name: "Our Skilled Roofing Crew", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg" },
|
||||
{ id: "3", name: "Finished Shingle Project", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg" },
|
||||
{ id: "4", name: "Finished Roof Exterior", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg" },
|
||||
{ id: "5", name: "Team Hard at Work", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg" },
|
||||
{ id: "6", name: "Roofing Transformation", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof_23-2148748814.jpg" },
|
||||
{ id: "1", name: "Before & After Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof_23-2148748814.jpg?_wi=1" },
|
||||
{ id: "2", name: "Our Skilled Roofing Crew", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg?_wi=1" },
|
||||
{ id: "3", name: "Finished Shingle Project", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg?_wi=1" },
|
||||
{ id: "4", name: "Finished Roof Exterior", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg?_wi=2" },
|
||||
{ id: "5", name: "Team Hard at Work", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg?_wi=2" },
|
||||
{ id: "6", name: "Roofing Transformation", price: "View Gallery", imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof_23-2148748814.jpg?_wi=2" },
|
||||
]}
|
||||
title="Quality You Can See"
|
||||
description="Take a look at some of our recent roofing projects across Arkansas."
|
||||
|
||||
Reference in New Issue
Block a user