diff --git a/src/app/page.tsx b/src/app/page.tsx index 40096a7..3c0c01c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Us" description="Unmatched quality in every project." - features={[{ title: "Quality", descriptions: ["High standards"] }, { title: "Safety", descriptions: ["Certified team"] }]} + features={[{ id: "f1", title: "Quality", descriptions: ["High standards"] }, { id: "f2", title: "Safety", descriptions: ["Certified team"] }]} />