diff --git a/app/(awards)/awards/page.tsx b/app/(awards)/awards/page.tsx
index 66c989c02d717392e52e0f44c8704d0aacb400f1..92c816a19263a937e03bd164b70431cab33aa675 100644
--- a/app/(awards)/awards/page.tsx
+++ b/app/(awards)/awards/page.tsx
@@ -14,7 +14,7 @@ const AwardsPage = () => {
         <div className="absolute bottom-0 inset-x-0 w-full">
           <img
             className="w-2/5 h-auto object-contain"
-            src="https://static.igem.wiki/teams/5119/temp-images/attributions-temp-cover.png"
+            src="https://static.igem.wiki/teams/5119/awards/group-1000006355.svg"
             alt="attribution page cover"
           />
         </div>
@@ -51,12 +51,30 @@ const AwardsPage = () => {
               <div className="flex-1 text-center">
                 <h2
                   id="2024 Gold Medalists"
-                  className="text-6xl md:text-5xl text-header font-bold py-3 text-center"
+                  className="text-6xl md:text-5xl text-header font-bold py-3 text-center opacity-100"
                 >
                   2024 Gold Medalist
                 </h2>
               </div>
             </div>
+            <div className="pb-10 pt-10 flex flex-col items-center justify-center round">
+              <h2
+                id="2024 Jamboree Results"
+                className="text-6xl md:text-5xl text-header font-bold py-3 pb-6 text-center"
+              >
+                Finalist
+              </h2>
+              <img
+                src="https://static.igem.wiki/teams/5119/awards/village-foodandnutrition.svg"
+                className="rounded-md h-[300px] w-auto"
+              />
+              <h3
+                id="Best Measurement"
+                className="pt-6 text-xl md:text-2xl font-bold py-2"
+              >
+                Food and Nutrition Village Award
+              </h3>
+            </div>
             <div className="pb-10 flex flex-col items-center justify-center round">
               <img
                 src="https://static.igem.wiki/teams/5119/awards/54107708860-e8989e7c8a-o.webp"
diff --git a/package-lock.json b/package-lock.json
index dc9ade9c7814f6b08fc5f8f35eee77bfed4936b7..78afbfcef205ec673d714732d8a91f503d2680c0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1938,6 +1938,7 @@
       "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
       "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
       "dev": true,
+      "license": "MIT",
       "dependencies": {
         "undici-types": "~5.26.4"
       }
@@ -1953,6 +1954,7 @@
       "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
       "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
       "devOptional": true,
+      "license": "MIT",
       "dependencies": {
         "@types/prop-types": "*",
         "csstype": "^3.0.2"
@@ -6204,6 +6206,7 @@
       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
       "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
       "dev": true,
+      "license": "Apache-2.0",
       "bin": {
         "tsc": "bin/tsc",
         "tsserver": "bin/tsserver"