2025-04-30 22:43:57 +07:00

31 lines
1.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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. Youll get a clear, customized quote with no surprises.",
},
{
id: "2",
icon: "icon-design",
image: "/images/process/2.jpg",
title: "Easy Ordering & Scheduling",
desc: "Once youre 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: "Were more than a supplier—were 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, were here to make sure your job gets done—on time and on point.",
},
];