diff --git a/certification.html b/certification.html
index 6536fe9..d530751 100644
--- a/certification.html
+++ b/certification.html
@@ -13,7 +13,6 @@
"@context": "https://schema.org",
"@type": "Certification",
"name": "AWS Certified Solutions Architect – Associate",
- "image": "https://picsum.photos/seed/aws-cert/600/400",
"description": "Validates expertise in designing distributed systems on AWS, including compute, networking, storage, and database services. Covers high-availability architectures, cost-optimization, and security best practices.",
"issuedBy": "Amazon Web Services (AWS)",
"datePublished": "2024-03-15",
@@ -34,7 +33,6 @@
accent: "#0e7490",
fields: [
{ prop: "name", label: "Name", type: "text" },
- { prop: "image", label: "Image", type: "image" },
{ prop: "description", label: "Description", type: "textarea" },
{ prop: "issuedBy", label: "Issued by", type: "text" },
{ prop: "datePublished", label: "Date published", type: "text" },
diff --git a/music-hall.html b/music-hall.html
index 8805212..4e5c7b3 100644
--- a/music-hall.html
+++ b/music-hall.html
@@ -13,7 +13,6 @@
"@context": "https://schema.org",
"@type": "MusicHall",
"name": "Carnegie Hall",
- "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Carnegie_Hall_Tower.jpg/640px-Carnegie_Hall_Tower.jpg",
"description": "Historic concert venue in Midtown Manhattan, New York City, renowned for its acoustics and iconic performances since 1891.",
"address": "881 7th Ave, New York, NY 10019, USA",
"telephone": "+1 212-247-7800",
@@ -34,7 +33,6 @@
accent: "#7c3aed",
fields: [
{ prop: "name", label: "Name", type: "text" },
- { prop: "image", label: "Photo", type: "image" },
{ prop: "description", label: "About", type: "textarea" },
{ prop: "address", label: "Address", type: "text" },
{ prop: "telephone", label: "Telephone", type: "tel" },