diff --git a/index.html b/index.html
index 318bb07..2e7d6ac 100644
--- a/index.html
+++ b/index.html
@@ -26,8 +26,14 @@
- {{ variant.color }}
-
+
+
+
diff --git a/main.js b/main.js
index d323a24..7470f07 100644
--- a/main.js
+++ b/main.js
@@ -5,7 +5,7 @@ const app = Vue.createApp({
product: 'Socks',
brand: 'Vue Mastery',
image: './assets/images/socks_blue.jpg',
- inStock: true,
+ inStock: false,
details: ['50% cotton', '30% wool', '20% polyester'],
variants: [
{ id: 2234, color: 'green', image: './assets/images/socks_green.jpg' },