diff --git a/src/app/page.tsx b/src/app/page.tsx index cf3ffb5..4067074 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,12 +93,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Midnight Cuff", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg?_wi=2" }, - { id: "2", name: "Starlight Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg?_wi=2" }, - { id: "3", name: "Shadow Belt", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg?_wi=2" }, - { id: "4", name: "Obsidian Pendant", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/stylish-women-s-earrings-rays-sun_8353-9670.jpg" }, - { id: "5", name: "Eclipse Glasses", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-long-brown-hair-blue-sunglasses-naked-shoulders-isolated-grey-background_613910-11021.jpg" }, - { id: "6", name: "Vanguard Wallet", price: "$700", imageSrc: "http://img.b2bpic.net/free-photo/concept-location-photo-shoot-photo-studio_185193-164038.jpg" } + { id: "1", name: "Titanium Link Cuff", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg?_wi=2" }, + { id: "2", name: "Stellar Geometric Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg?_wi=2" }, + { id: "3", name: "Obsidian Leather Belt", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg?_wi=2" }, + { id: "4", name: "Void Pendant", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/stylish-women-s-earrings-rays-sun_8353-9670.jpg" }, + { id: "5", name: "Prism Edge Sunglasses", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-long-brown-hair-blue-sunglasses-naked-shoulders-isolated-grey-background_613910-11021.jpg" }, + { id: "6", name: "Vanguard Modular Wallet", price: "$700", imageSrc: "http://img.b2bpic.net/free-photo/concept-location-photo-shoot-photo-studio_185193-164038.jpg" } ]} title="Curated Exclusives" description="Each item is selected for its unique blend of utility and aesthetic perfection." @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file