{product.name}
+{product.description}
+
+ MUR {product.price}
+
+
+ diff --git a/Raptor b/Raptor new file mode 100644 index 000000000..6ef04d805 --- /dev/null +++ b/Raptor @@ -0,0 +1,43 @@ +import React from "react"; +import { Card, CardContent } from "@/components/ui/card"; +import { Button } from "@/components/ui/button"; +import { ShoppingCart } from "lucide-react"; + +const products = [ + { + id: 1, + name: "Sample Product", + description: "This is a sample product description.", + price: 1200, + image: "https://via.placeholder.com/300", + }, +]; + +export default function HomePage() { + return ( +
Beautiful modern e-commerce with MUR currency
+{product.description}
+