Merge version_1 into main #1
@@ -73,8 +73,8 @@ export default function LandingPage() {
|
||||
tag="Direct"
|
||||
title="Contact Us"
|
||||
description="Send a message"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=9"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -69,32 +69,32 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=1",
|
||||
imageAlt: "Roofing Project 1",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=2",
|
||||
imageAlt: "Roofing Project 2",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=3",
|
||||
imageAlt: "Roofing Project 3",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=4",
|
||||
imageAlt: "Roofing Project 4",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=5",
|
||||
imageAlt: "Roofing Project 5",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=6",
|
||||
imageAlt: "Roofing Project 6",
|
||||
},
|
||||
]}
|
||||
@@ -112,14 +112,14 @@ export default function LandingPage() {
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very professional and efficient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Client",
|
||||
testimonial: "Quality work and fair pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167454.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167454.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
name: "Linda M.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Exceptional communication throughout the roof replacement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
@@ -191,13 +191,13 @@ export default function LandingPage() {
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Lead Foreman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167454.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167454.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -212,8 +212,8 @@ export default function LandingPage() {
|
||||
tag="Inquiry"
|
||||
title="Get a Consultation"
|
||||
description="Speak with our specialists about your project."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=7"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/white-buildings-with-red-roofs-sunlight_181624-5655.jpg?_wi=8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user