diff --git a/src/app/page.tsx b/src/app/page.tsx index 58b67b9..7ca2587 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bathroom-cleaning-products_23-2150829690.jpg", imageAlt: "luxury crystal soap dispenser golden finish" }, - ], + ] as [any, any], }, { title: "Premium Durability", description: "Our crystal accessories are built to last with reinforced construction and scratch-resistant finishes. Guaranteed quality for years to come.", icon: Shield, @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set_23-2148818485.jpg", imageAlt: "luxury crystal mirror tray golden bathroom" }, - ], + ] as [any, any], }, ];