diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index ca71afe..5a4d65a 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -49,7 +49,7 @@ export default function IndexPage() { const renderStars = (count: number) => Array.from({ length: 5 }, (_, i) => ( - + )); return ( @@ -102,7 +102,7 @@ export default function IndexPage() {

{featuredProducts[0].name}

-

\${featuredProducts[0].price}

+

${featuredProducts[0].price}

@@ -125,7 +125,7 @@ export default function IndexPage() { {featuredProducts.map((product, i) => ( -
+
@@ -145,9 +145,9 @@ export default function IndexPage() {
{renderStars(product.rating)}
- \${product.price} + ${product.price} {product.originalPrice && ( - \${product.originalPrice} + ${product.originalPrice} )}
{[...Array(5)].map((_, j) => )}
(128)
@@ -172,7 +172,7 @@ export default function IndexPage() {
{categories.map((cat) => ( -
+

{cat.name}

@@ -302,7 +302,7 @@ export default function IndexPage() { {["from-rose-100 to-rose-200", "from-stone-100 to-stone-200", "from-amber-100 to-amber-200", "from-rose-200 to-stone-100", "from-stone-200 to-amber-100", "from-amber-200 to-rose-100" ].map((grad, i) => ( -
+