// Loading Skeleton Component export function LoadingSkeleton() { return (
{/* Image Skeleton */}
{/* Info Skeleton */}
{/* Title */}
{/* Articular */}
{/* Status */}
{/* Description */}
{/* Price */}
{/* Buttons */}
{/* Social */}
{[1, 2, 3, 4, 5, 6].map((i) => (
))}
{/* Features Skeleton */}
{[1, 2, 3, 4].map((i) => (
))}
); }