Merge version_1 into main #3
@@ -109,33 +109,33 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Driveways", description: "Durable, beautiful driveways designed to enhance curb appeal and last decades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg", imageAlt: "Beautiful concrete driveway installation" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg", imageAlt: "Professional driveway project" }
|
||||
title: "Driveways", description: "Durable, beautiful driveways designed to enhance curb appeal and last decades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg?_wi=1", imageAlt: "Beautiful concrete driveway installation" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/city-wall_1127-3490.jpg?_wi=2", imageAlt: "Professional driveway project" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Patios", description: "Outdoor spaces perfect for relaxing, entertaining, and making memories with family and friends.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg", imageAlt: "Elegant concrete patio" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg", imageAlt: "Finished patio project" }
|
||||
title: "Patios", description: "Outdoor spaces perfect for relaxing, entertaining, and making memories with family and friends.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg?_wi=1", imageAlt: "Elegant concrete patio" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6119.jpg?_wi=2", imageAlt: "Finished patio project" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Sidewalks & Walkways", description: "Clean, safe, professionally installed concrete paths that add functionality and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg", imageAlt: "Professional concrete walkway" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg", imageAlt: "Beautiful walkway installation" }
|
||||
title: "Sidewalks & Walkways", description: "Clean, safe, professionally installed concrete paths that add functionality and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg?_wi=1", imageAlt: "Professional concrete walkway" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-walking-near-railing_23-2147955299.jpg?_wi=2", imageAlt: "Beautiful walkway installation" }
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Concrete Steps & Porches", description: "Elegant, functional entryways built with precision to enhance your home's entrance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg", imageAlt: "Finished concrete steps" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg", imageAlt: "Professional porch installation" }
|
||||
title: "Concrete Steps & Porches", description: "Elegant, functional entryways built with precision to enhance your home's entrance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg?_wi=1", imageAlt: "Finished concrete steps" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg?_wi=2", imageAlt: "Professional porch installation" }
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Retaining Walls", description: "Structural and aesthetic solutions for grading, landscape support, and stunning yard transformation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg", imageAlt: "Finished retaining wall" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg", imageAlt: "Professional wall installation" }
|
||||
title: "Retaining Walls", description: "Structural and aesthetic solutions for grading, landscape support, and stunning yard transformation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg?_wi=1", imageAlt: "Finished retaining wall" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brick-wall_23-2148098620.jpg?_wi=2", imageAlt: "Professional wall installation" }
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Decorative & Exposed Aggregate", description: "Upgrade your outdoor space with premium concrete finishes that add character and value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg", imageAlt: "Decorative concrete finish" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg", imageAlt: "Exposed aggregate patio" }
|
||||
title: "Decorative & Exposed Aggregate", description: "Upgrade your outdoor space with premium concrete finishes that add character and value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg?_wi=1", imageAlt: "Decorative concrete finish" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12322.jpg?_wi=2", imageAlt: "Exposed aggregate patio" }
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -201,23 +201,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Free Consultation", description: "We meet with you to discuss your project, answer questions, and provide expert suggestions to get the best outcome.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Professional consultation" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Project planning" }
|
||||
title: "Free Consultation", description: "We meet with you to discuss your project, answer questions, and provide expert suggestions to get the best outcome.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=1", imageAlt: "Professional consultation" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=2", imageAlt: "Project planning" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Clear Quote", description: "Transparent pricing with no surprises. You'll know exactly what to expect before we begin any work.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Quote preparation" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Professional estimate" }
|
||||
title: "Clear Quote", description: "Transparent pricing with no surprises. You'll know exactly what to expect before we begin any work.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=3", imageAlt: "Quote preparation" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=4", imageAlt: "Professional estimate" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Professional Installation", description: "Experienced crews and meticulous attention to detail ensure your project exceeds expectations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Installation in progress" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Professional work" }
|
||||
title: "Professional Installation", description: "Experienced crews and meticulous attention to detail ensure your project exceeds expectations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=5", imageAlt: "Installation in progress" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=6", imageAlt: "Professional work" }
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Final Walkthrough", description: "We don't leave until the work meets our high standards—and yours. Your satisfaction is guaranteed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Final inspection" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg", imageAlt: "Finished project" }
|
||||
title: "Final Walkthrough", description: "We don't leave until the work meets our high standards—and yours. Your satisfaction is guaranteed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=7", imageAlt: "Final inspection" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-pathway-park-surrounded-by-grasses-flowers_181624-20486.jpg?_wi=8", imageAlt: "Finished project" }
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
|
||||
Reference in New Issue
Block a user