31 lines
1.2 KiB
TypeScript
31 lines
1.2 KiB
TypeScript
export const processData = [
|
||
{
|
||
id: "1",
|
||
icon: "icon-consultation",
|
||
image: "/images/process/1.jpg",
|
||
title: "Personalized Quote & Material Guidance",
|
||
desc: "We start by learning about your project and recommending the best rock, gravel, or hardscape materials. You’ll get a clear, customized quote with no surprises.",
|
||
},
|
||
{
|
||
id: "2",
|
||
icon: "icon-design",
|
||
image: "/images/process/2.jpg",
|
||
title: "Easy Ordering & Scheduling",
|
||
desc: "Once you’re ready, we lock in your materials and schedule delivery or pickup at a time that keeps your project on track.",
|
||
},
|
||
{
|
||
id: "3",
|
||
icon: "icon-wrench",
|
||
image: "/images/process/3.jpg",
|
||
title: "Expert Tips & On-Site Support",
|
||
desc: "We’re more than a supplier—we’re a partner. Our team offers installation tips, layout guidance, and product insights to help you get it done right.",
|
||
},
|
||
{
|
||
id: "4",
|
||
icon: "icon-inspection",
|
||
image: "/images/process/4.jpg",
|
||
title: "Fast Delivery & Project Success",
|
||
desc: "We deliver exactly what you need, when you need it. From your first quote to your final stone, we’re here to make sure your job gets done—on time and on point.",
|
||
},
|
||
];
|