Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-02 18:18:39 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -23,11 +23,11 @@ export default function CartPage() {
const dummyCartItems = [
{
id: "prod-1", name: "Vintage Gold Ring", price: "$299.00", quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg", imageAlt: "Vintage gold ring with green gemstone"
imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg?_wi=2", imageAlt: "Vintage gold ring with green gemstone"
},
{
id: "prod-2", name: "Emerald Charm Necklace", price: "$349.00", quantity: 2,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg", imageAlt: "Emerald gemstone pendant necklace"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg?_wi=2", imageAlt: "Emerald gemstone pendant necklace"
}
];

View File

@@ -119,9 +119,9 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "prod-1", name: "Vintage Gold Ring", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg", imageAlt: "Vintage gold ring with green gemstone"},
id: "prod-1", name: "Vintage Gold Ring", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg?_wi=1", imageAlt: "Vintage gold ring with green gemstone"},
{
id: "prod-2", name: "Emerald Charm Necklace", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg", imageAlt: "Emerald gemstone pendant necklace"},
id: "prod-2", name: "Emerald Charm Necklace", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg?_wi=1", imageAlt: "Emerald gemstone pendant necklace"},
{
id: "prod-3", name: "Artisan Cuff Bracelet", price: "$179", imageSrc: "http://img.b2bpic.net/free-vector/elegant-ornamental-frame-collection_1236-62.jpg", imageAlt: "Silver antique cuff bracelet"},
{