diff --git a/public/index.html b/public/index.html
index 2eb181d3d8785bce86aa4e7800cddde22a66645c..c7e42f6793a7bf66488f9af637ead69dfd637060 100644
--- a/public/index.html
+++ b/public/index.html
@@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
 
 const loader = new THREE.GLTFLoader();
 let reticle;
-loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/cutting-board-round/model.gltf", function(gltf) {
+loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/tomato-slice/model.gltf", function(gltf) {
   reticle = gltf.scene;
   reticle.visible = false;
   scene.add(reticle);
 })
 
 let flower;
-loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/star/model.gltf", function(gltf) {
+loader.load("https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/cactus/model.gltf", function(gltf) {
   flower = gltf.scene;
 });