Merge version_3 into main #8
@@ -196,16 +196,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "2,000+ Jobs Completed", description: "From small rooms to entire estates", value: "100% On-Time"
|
||||
id: "1", title: "2,000+ Jobs Completed", description: "From small rooms to entire estates", value: "100% On-Time", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Jobs completed metric"
|
||||
},
|
||||
{
|
||||
id: "2", title: "98% Same-Day Service", description: "Fast scheduling in most areas", value: "Next Day"
|
||||
id: "2", title: "98% Same-Day Service", description: "Fast scheduling in most areas", value: "Next Day", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Same-day service metric"
|
||||
},
|
||||
{
|
||||
id: "3", title: "65% Eco-Friendly Diversion", description: "Recycled or donated instead of landfill", value: "Responsible"
|
||||
id: "3", title: "65% Eco-Friendly Diversion", description: "Recycled or donated instead of landfill", value: "Responsible", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Eco-friendly disposal metric"
|
||||
},
|
||||
{
|
||||
id: "4", title: "4.9/5 Customer Rating", description: "Consistently excellent service", value: "Trusted"
|
||||
id: "4", title: "4.9/5 Customer Rating", description: "Consistently excellent service", value: "Trusted", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Customer rating metric"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user