@@ -95,48 +64,9 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Vault Master Key",
- price: "₹1,999",
- variant: "Steel",
- imageSrc: "http://img.b2bpic.net/free-photo/antique-keys_93675-129160.jpg",
- },
- {
- id: "p2",
- name: "Premium Carry Case",
- price: "₹2,499",
- variant: "Leather",
- imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg",
- },
- {
- id: "p3",
- name: "Signature Edition Item",
- price: "₹4,999",
- variant: "Limited",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iuy8p6",
- },
- {
- id: "p4",
- name: "Vault Seal Accessory",
- price: "₹899",
- variant: "Zinc",
- imageSrc: "http://img.b2bpic.net/free-photo/ceramic-dish-plate-dark-background-flat-lay_1258-84832.jpg",
- },
- {
- id: "p5",
- name: "Secure Lock Module",
- price: "₹3,200",
- variant: "Industrial",
- imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545647.jpg",
- },
- {
- id: "p6",
- name: "Member Identification ID",
- price: "₹1,250",
- variant: "Gold",
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-modern-golden-business-card-template_1017-30075.jpg",
- },
+ { id: "p1", name: "Vault Master Key", price: "₹1,999", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/antique-keys_93675-129160.jpg" },
+ { id: "p2", name: "Premium Carry Case", price: "₹2,499", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg" },
+ { id: "p3", name: "Signature Edition Item", price: "₹4,999", variant: "Limited", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iuy8p6" }
]}
title="Vault Collections"
description="Curated premium items verified and ready for secure dispatch."
@@ -145,52 +75,14 @@ export default function LandingPage() {
@@ -380,14 +167,8 @@ export default function LandingPage() {