4 Commits

Author SHA1 Message Date
be66928aa1 Merge version_2 into main
Merge version_2 into main
2026-03-07 13:03:48 +00:00
9ab3c2c0e7 Update src/app/page.tsx 2026-03-07 13:03:44 +00:00
2175823539 Merge version_2 into main
Merge version_2 into main
2026-03-07 13:03:03 +00:00
2ecddb2534 Update src/app/page.tsx 2026-03-07 13:02:59 +00:00

View File

@@ -82,11 +82,15 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "1", title: "Personal Shopping Experience", tags: ["Concierge", "Exclusive"], id: "1", title: "Personal Shopping Experience", tags: ["Concierge", "Exclusive"],
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg", imageAlt: "Personal shopping service" imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg?_wi=1", imageAlt: "Personal shopping service"
}, },
{ {
id: "2", title: "White Glove Delivery", tags: ["Premium", "Insured"], 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" 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?_wi=2", imageAlt: "VIP member rewards program"
} }
]} ]}
animationType="slide-up" animationType="slide-up"