diff --git a/actix_mvc_app/src/controllers/asset.rs b/actix_mvc_app/src/controllers/asset.rs index fe94491..5bd5451 100644 --- a/actix_mvc_app/src/controllers/asset.rs +++ b/actix_mvc_app/src/controllers/asset.rs @@ -472,7 +472,7 @@ impl AssetController { "total_tokens": 10000, "token_price": 75.0 }), - image_url: Some("https://example.com/zanzibar_resort.jpg".to_string()), + image_url: Some("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=600&q=80".to_string()), external_url: Some("https://oceanviewholdings.zaz/resort".to_string()), }; @@ -536,7 +536,7 @@ impl AssetController { "minimum_holding_for_proposals": 10000, "launch_date": (now - Duration::days(365)).to_rfc3339() }), - image_url: Some("https://example.com/zaz_token.png".to_string()), + image_url: Some("https://images.unsplash.com/photo-1431540015161-0bf868a2d407?q=80&w=3540&?auto=format&fit=crop&w=600&q=80".to_string()), external_url: Some("https://governance.zaz/token".to_string()), }; @@ -601,7 +601,7 @@ impl AssetController { "last_dividend_date": (now - Duration::days(30)).to_rfc3339(), "incorporation_date": (now - Duration::days(180)).to_rfc3339() }), - image_url: Some("https://example.com/spice_trade_logo.png".to_string()), + image_url: Some("https://images.unsplash.com/photo-1464983953574-0892a716854b?auto=format&fit=crop&w=600&q=80".to_string()), external_url: Some("https://spicetrade.zaz".to_string()), }; @@ -666,7 +666,7 @@ impl AssetController { "jurisdiction": "Zanzibar Digital Freezone", "inventors": ["Dr. Amina Juma", "Eng. Ibrahim Hassan", "Dr. Sarah Mbeki"] }), - image_url: Some("https://example.com/tidal_energy_diagram.png".to_string()), + image_url: Some("https://images.unsplash.com/photo-1708851148146-783a5b7da55d?q=80&w=3474&?auto=format&fit=crop&w=600&q=80".to_string()), external_url: Some("https://patents.zaz/ZAZ-PAT-2024-0142".to_string()), }; @@ -731,7 +731,7 @@ impl AssetController { "creation_date": (now - Duration::days(95)).to_rfc3339(), "authenticity_certificate": "ZAZ-ART-CERT-2024-089" }), - image_url: Some("https://example.com/zanzibar_heritage_nft.jpg".to_string()), + image_url: Some("https://images.unsplash.com/photo-1519125323398-675f0ddb6308?auto=format&fit=crop&w=600&q=80".to_string()), external_url: Some("https://digitalarts.zaz/collections/heritage/1".to_string()), };