diff --git a/src/app/products/[...id]/page.jsx b/src/app/products/[...id]/page.jsx
index 15115dd..8d8a19a 100644
--- a/src/app/products/[...id]/page.jsx
+++ b/src/app/products/[...id]/page.jsx
@@ -1,12 +1,25 @@
-import ProductData from "@comp/AppsComponent/ProductData/page";
-import { notFound, redirect } from "next/navigation";
+import Product from "src/view/Products";
+
+const page = async ({ params, searchParams }) => {
+ const data = {
+ id: 1,
+ persianName: "Hydrating Cream",
+ englishName: "Hydrating Cream",
+ description:
+ "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptates impedit officia eos quo aliquam soluta iste earum aliquid harum doloremque iure consectetur vel, cumque autem id, numquam quisquam mollitia velit. . Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptates impedit officia eos quo aliquam soluta iste earum aliquid harum doloremque iure consectetur vel, cumque autem id, numquam quisquam mollitia velit. . ",
+ cost: 250000,
+ costWithDiscount: 200000,
+ hasDiscount: true,
+ discountPercent: 20,
+ stock: 5,
+ mainImage: "4",
+ };
-async function getData(id) {
return (
<>
Discover the power of deep hydration with our premium Hydrating Cream. Designed to nourish and protect your skin, this cream is enriched with essential vitamins and natural extracts.
Our formula ensures your skin remains moisturized and rejuvenated throughout the day. It absorbs quickly and leaves no greasy residue, making it perfect for all skin types.
✔ Restores skins natural glow
✔ Prevents dryness and flakiness
✔ Reduces fine lines and wrinkles
✔ Soothes irritation and redness
Apply a small amount of Hydrating Cream to your face and neck. Gently massage in circular motions until fully absorbed. Use morning and night for best results.
Water, Glycerin, Aloe Vera Extract, Shea Butter, Vitamin E, Hyaluronic Acid, Essential Oils, Antioxidants.
⭐⭐⭐⭐⭐ "Absolutely love this cream! My skin feels so soft and refreshed!" - Sarah K.
⭐⭐⭐⭐⭐ "Best moisturizer I’ve ever used. Highly recommended!" - David R.
Q: Is this suitable for sensitive skin?
A: Yes! Our formula is dermatologically tested and safe for sensitive skin.
Q: Can I use this under makeup?
A: Absolutely! It creates a perfect base for smooth makeup application.
Hydrating Cream is your go-to solution for lasting hydration and healthy skin. Experience the difference with our expertly crafted formula.
Get yours today and say hello to beautifully hydrated skin!
'; + + return ( + <> +{data.englishName}
+orginal
+off today
+no stock
+