Update src/app/page.tsx
This commit is contained in:
@@ -49,30 +49,30 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "professional roofer installing shingles on residential home"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=1", imageAlt: "professional roofer installing shingles on residential home"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", imageAlt: "roof repair maintenance inspection professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=1", imageAlt: "roof repair maintenance inspection professional"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg", imageAlt: "home roof inspection professional assessment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg?_wi=1", imageAlt: "home roof inspection professional assessment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", imageAlt: "new roof installation residential home"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=1", imageAlt: "new roof installation residential home"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", imageAlt: "new roof installation residential home"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=2", imageAlt: "new roof installation residential home"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "Quality roofing installation work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=2", imageAlt: "Quality roofing installation work"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg", imageAlt: "Professional roof inspection"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg?_wi=2", imageAlt: "Professional roof inspection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", imageAlt: "Professional roof repair service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=2", imageAlt: "Professional roof repair service"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user