@@ -151,15 +113,15 @@ export function Community() {
{product.images.map((image) => (
{image.name}
-
+
))}
@@ -169,83 +131,56 @@ export function Community() {
{product.images.map((image) => (
-
+
))}
{/* Product info */}
-
-
{product.name}
+
+
{product.name}
-
-
Product information
-
+
- {/* Reviews */}
-
-
Reviews
-
-
-
+
+
Description
-
-
+
+
-
-
- Additional details
-
-
-
+
{product.details.map((detail) => (
-
+
-
-
- {detail.name}
-
-
-
-
-
-
+
+ {detail.name}
+
-
-
- {detail.items.map((item) => (
- -
- {item}
-
- ))}
-
-
-
+
+ {detail.items.map((item) => (
+ -
+ {item}
+
+ ))}
+
+
))}
-
-
-
)
}
diff --git a/src/components/Exp2.jsx b/src/components/Exp2.jsx
index 8a97b5b..b9f2778 100644
--- a/src/components/Exp2.jsx
+++ b/src/components/Exp2.jsx
@@ -3,7 +3,7 @@ import { P, H2, H3, H4, PS, PXS, PXXS } from '@/components/text'
export function Experience() {
return (