Merge version_2 into main #2
@@ -109,15 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Luxury Patio", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
|
||||
id: "p1", name: "Luxury Patio", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", name: "Modern Driveway", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg"},
|
||||
id: "p2", name: "Modern Driveway", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", name: "Garden Landscaping", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg"},
|
||||
id: "p3", name: "Garden Landscaping", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4", name: "Bespoke Extension", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg"},
|
||||
id: "p4", name: "Bespoke Extension", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg?_wi=1"},
|
||||
{
|
||||
id: "p5", name: "Outdoor Kitchen", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmers-standing-greenhouse-looking-away_74855-16342.jpg"},
|
||||
id: "p5", name: "Outdoor Kitchen", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmers-standing-greenhouse-looking-away_74855-16342.jpg?_wi=1"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Built to transform homes and outdoor living with durability and elegance."
|
||||
@@ -132,19 +132,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Andrea Dangelo", handle: "Homeowner", testimonial: "Jordan and his team have just redone our front garden. They have done a fabulous job.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2", name: "Maria Mitchell", handle: "Homeowner", testimonial: "These 2 are amazing hardworking trustworthy. J.H Builders completely transformed our garden.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3", name: "Carly M", handle: "Homeowner", testimonial: "Just had our patio relayed and extended and I couldn't be happier with the outcome.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg?_wi=2"},
|
||||
{
|
||||
id: "t4", name: "Daniel Coulter", handle: "Homeowner", testimonial: "Jordan went out of his way to find the perfect tiles and delivered a stunning transformation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg?_wi=2"},
|
||||
{
|
||||
id: "t5", name: "Sarah Jenkins", handle: "Homeowner", testimonial: "Very professional and friendly, would hire them again in a heartbeat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmers-standing-greenhouse-looking-away_74855-16342.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmers-standing-greenhouse-looking-away_74855-16342.jpg?_wi=2"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Reviews"
|
||||
|
||||
Reference in New Issue
Block a user