From 2ecddb25344055f0a4a9fb1a4a28c07da56be946 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:02:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7341889..c918b6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,10 @@ export default function LandingPage() { { id: "2", title: "White Glove Delivery", tags: ["Premium", "Insured"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-sale-card_23-2148238158.jpg", imageAlt: "Premium delivery service" + }, + { + id: "3", title: "VIP Member Rewards", tags: ["Exclusive", "Benefits"], + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg", imageAlt: "VIP member rewards program" } ]} animationType="slide-up" -- 2.49.1