-
{product.name}
-
{product.price}
+
+ {/* Front */}
+
+
+
+
+
+
{product.name}
+ {product.price}
+
-
-
+ {/* Back */}
+
+
{product.name}
+
+ {product.description || "Detailed description of the product goes here. Experience the best quality and features."}
+
+
{product.price}
-
+
))}
@@ -117,4 +100,4 @@ const ProductMediaCards = ({
);
};
-export default ProductMediaCards;
+export default ProductMediaCards;
\ No newline at end of file
diff --git a/src/index.css b/src/index.css
index a349261..ccc5321 100644
--- a/src/index.css
+++ b/src/index.css
@@ -3,6 +3,12 @@
@import "./styles/masks.css";
@import "./styles/animations.css";
+@layer utilities {
+ .perspective-1000 {
+ perspective: 1000px;
+ }
+}
+
:root {
/* @colorThemes/lightTheme/grayBlueAccent */
--background: #fbfaff;
@@ -177,4 +183,4 @@ h6 {
radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--color-accent) 15%, transparent) 0%, transparent 40%),
var(--color-secondary-cta);
box-shadow: 2.10837px 3.16256px 9.48767px color-mix(in srgb, var(--color-accent) 10%, transparent);
-}
+}
\ No newline at end of file