From 779767ce2c7dcf9b0438e0b3b56e64be20f1d270 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:32:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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], }, ]; -- 2.49.1