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"