+
\ No newline at end of file
diff --git a/frontend/components/global/product-detail/InfoCard.vue b/frontend/components/global/product-detail/InfoCard.vue
new file mode 100644
index 0000000..6972e6e
--- /dev/null
+++ b/frontend/components/global/product-detail/InfoCard.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+ Pick up from Store
+ Usually ready in 2 hours
+
+
+
+ Check availability at other stores
+
+
+
\ No newline at end of file
diff --git a/frontend/components/global/product-detail/QuantityCounter.vue b/frontend/components/global/product-detail/QuantityCounter.vue
new file mode 100644
index 0000000..eab8fbb
--- /dev/null
+++ b/frontend/components/global/product-detail/QuantityCounter.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/components/global/product-detail/Rating.vue b/frontend/components/global/product-detail/Rating.vue
new file mode 100644
index 0000000..76ae042
--- /dev/null
+++ b/frontend/components/global/product-detail/Rating.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+ 5.0
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/components/global/product-detail/RemainQuantity.vue b/frontend/components/global/product-detail/RemainQuantity.vue
new file mode 100644
index 0000000..243a894
--- /dev/null
+++ b/frontend/components/global/product-detail/RemainQuantity.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+ Hurry, only
+
+ {{ quantity }}
+
+ items left in stock
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/components/global/product-detail/Share.vue b/frontend/components/global/product-detail/Share.vue
new file mode 100644
index 0000000..aa5afec
--- /dev/null
+++ b/frontend/components/global/product-detail/Share.vue
@@ -0,0 +1,23 @@
+
+
+
+ Share:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/components/product/ProductView.vue b/frontend/components/product/ProductView.vue
new file mode 100644
index 0000000..9aa13ab
--- /dev/null
+++ b/frontend/components/product/ProductView.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+ Nova
+
+
+ Nova
+
+
+
+
+ $689.00
+
+
+
+ Compact, stylish, and engineered for the future, Eco Tunes are more than just headphones; they're a
+ statement. Hear the future, save the planet.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/components/ui/ColorCircle.vue b/frontend/components/ui/ColorCircle.vue
index c29cfdf..76e87d7 100644
--- a/frontend/components/ui/ColorCircle.vue
+++ b/frontend/components/ui/ColorCircle.vue
@@ -1,3 +1,24 @@
+
+
-
+
\ No newline at end of file
diff --git a/frontend/pages/product/[id].vue b/frontend/pages/product/[id].vue
new file mode 100644
index 0000000..5c80c07
--- /dev/null
+++ b/frontend/pages/product/[id].vue
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file