Merge version_1 into main #7
@@ -106,9 +106,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ value: "50+", label: "Years of Service" },
|
||||
{ value: "10k+", label: "Products Stocked" },
|
||||
{ value: "4.9/5", label: "Customer Rating" }
|
||||
{ id: "m1", value: "50+", title: "Years of Service", items: [] },
|
||||
{ id: "m2", value: "10k+", title: "Products Stocked", items: [] },
|
||||
{ id: "m3", value: "4.9/5", title: "Customer Rating", items: [] }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="We pride ourselves on the scale and quality of our service."
|
||||
|
||||
Reference in New Issue
Block a user